Gallium OS, install script fails

Thanks for reporting your experience; you saved me a BUNCH of time.

Now:

 -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o commhandler.o ../wfview/commhandler.cpp
g++ -c -pipe -s -fvisibility=hidden -fvisibility-inlines-hidden -faligned-new -O2 -Wall -W -D_REENTRANT -fPIC -DWFVIEW_VERSION=\"1.52\" -DBUILD_WFVIEW -D__LINUX_PULSE__ -DQT_DEPRECATED_WARNINGS -DQCUSTOMPLOT_COMPILE_LIBRARY -DUSE_SSE -DUSE_SSE2 -DOUTSIDE_SPEEX -DRANDOM_PREFIX=wf -DEIGEN_MPL2_ONLY -DEIGEN_DONT_VECTORIZE -DEIGEN_VECTORIZE_SSE3 -DPREFIX=\"/usr/local\" -DHOST=\"`hostname`\" -DUNAME=\"`whoami`\" -DGITSHORT=\"b57e4eb\" -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -I../wfview -I. -I../wfview/resampler -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtMultimedia -isystem /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtSerialPort -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o rigcommander.o ../wfview/rigcommander.cpp
../wfview/wfmain.cpp: In member function ‘void wfmain::receiveSpots(QList<spotData>)’:
../wfview/wfmain.cpp:7782:74: error: ‘class QCPItemPosition’ has no member named ‘pixelPosition’; did you mean ‘pixelPoint’?
                 QCPAbstractItem* item = plot->itemAt(sp->text->position->pixelPosition(), true);
                                                                          ^~~~~~~~~~~~~
                                                                          pixelPoint
Makefile:1024: recipe for target 'wfmain.o' failed
make: *** [wfmain.o] Error 1
make: *** Waiting for unfinished jobs....
Error in make step.
wfview was not compiled.
Please consider posting the error(s) to https://forum.wfview.org/
maggie@ex-chromebook:~$ 

I made that suggested change from pixelPosition() to pixelPoint() and did the export QT_SELECT=qt5 and it’s working like a champ

73 DE Maggie K3XS

1 Like