*scratching head*John_Jason wrote:Thanks for the suggestion. Still no luck:palerider wrote: I'm compiling on xubuntu 14.04 x64.
mjm@tyr:~/src/sleepyhead$ make
cd sleepyhead/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /home/mjm/src/sleepyhead/sleepyhead/sleepyhead.pro -o Makefile ) && make -f Makefile
make[1]: Entering directory `/home/mjm/src/sleepyhead/sleepyhead'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/mjm/src/sleepyhead/sleepyhead'
I just built the latest git pull.
try a make distclean;qmake -qt=5;make
see where it dies.
make distclean;qmake -qt=5;make
cd sleepyhead/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /home/jjj/Software/Sleepyhead-code/sleepyhead/sleepyhead.pro -o Makefile ) && make -f Makefile distclean
Project MESSAGE: Building with QGLWidget gGraphView
Project ERROR: Unknown module(s) in QT: serialport
make: *** [sub-sleepyhead-distclean-ordered] Error 3
cd sleepyhead/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /home/jjj/Software/Sleepyhead-code/sleepyhead/sleepyhead.pro -o Makefile ) && make -f Makefile
Project MESSAGE: Building with QGLWidget gGraphView
Project ERROR: Unknown module(s) in QT: serialport
make: *** [sub-sleepyhead-make_first-ordered] Error 3
I'm not very knowledgeable about compiling.
do you have both of these packages installed?
libqt5serialport5
libqt5serialport5-dev