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
