Description: BinClock is a small program that sits on your desktop and displays the time. Exactly what you would expect a clock to do. But, unlike other clocks, it does not display the time as boring, easy-to-read digits. Instead, it displays the time as a nearly-as-easy-to-read-(if-you-have-enough-practice) matrix of LEDs.
I can't build this with cmake. I get linking errors related to pthreads. But it builds fine using qmake. This is under FreeBSD 6.2. It looks like no attempt is being made to link to the pthreads library. I edited the generated makefile by hand, and it worked. Example error:
/usr/local/Trolltech/Qt-4.2.3/lib/libQtCore.so: undefined reference to `pthread_cond_timedwait'
Thank you for the information, I'll see how I can fix this. I have only tested cmake on Linux, and the makefiles generated there automatically link to libpthread.
Ratings & Comments
2 Comments
I can't build this with cmake. I get linking errors related to pthreads. But it builds fine using qmake. This is under FreeBSD 6.2. It looks like no attempt is being made to link to the pthreads library. I edited the generated makefile by hand, and it worked. Example error: /usr/local/Trolltech/Qt-4.2.3/lib/libQtCore.so: undefined reference to `pthread_cond_timedwait'
Thank you for the information, I'll see how I can fix this. I have only tested cmake on Linux, and the makefiles generated there automatically link to libpthread.