On Thu, 26 Jun 2014 09:04:44 -0700
"Wayne E. Van Loon Sr." <[email protected]> dijo:

>I notice that you downloaded and installed Qt4, while it looks like
>the software that you are trying to compile *might* be looking for a
>Qt5 installation
>
>|| /usr/lib/x86_64-linux-gnu/qt5/bin/qmake
>
>depending upon whether or not Makefile exists in 
>~/Software/sleepyhead-code ????

I'm pretty sure the qextserialport that I compiled and installed is for
both qt4 and qt5.

I did discover that after running qmake and make on the qextserialport
code I needed to run make install as well. But after doing so I still
get the error message when I try to run make on the Sleepyhead code:

make -j2
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

_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to