John:
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 ????

Hope this helps and is not just noise.
Wayne


On 06/25/2014 03:17 PM, John Jason Jordan wrote:
> There is a recent new version of an open source program that I use a
> lot:
>
> http://sourceforge.net/p/sleepyhead/code/ci/master/tree/
>
> I am following the instructions that I obtained over a year ago, and
> which worked then (sorry about the wrapping):
>
> git clone git://git.code.sf.net/p/sleepyhead/code
> ~/Software/sleepyhead-code
> sudo apt-get install qt4-dev-tools libqt4-opengl-dev libqtwebkit-dev
> zlib1g-dev
> cd ~/Software/sleepyhead-code
> qmake
> make -j2
>
> Everything executed without error until the make -j2 command:
>
> jjj@Devil-Bonobo:~/Software/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
>
> Hopefully someone can tell me what the above error means and, more
> importantly, how to fix it.
> _______________________________________________
> PLUG mailing list
> [email protected]
> http://lists.pdxlinux.org/mailman/listinfo/plug
>

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

Reply via email to