> > Thanks for your reply. I dont have too much time to spend on > this at the moment, but hopefully i will be able to test your > suggestion... However i tried to compile the latest snapshot > and the following error occured during 'make'. >
> Fl_lock.cxx:80: error: `void lock_ring()' used but never defined > Fl_lock.cxx:81: error: `void unlock_ring()' used but never defined > make[1]: *** [Fl_lock.o] Error 1 > make: *** [all] Error 1 Yes - that's a little "Oops" that sneaked into the current snapshot. You need to pass the --enable-threads Option to configure and then it will build OK. Or wait until this bug gets fixed. Its covered by STR 1634. http://www.fltk.org/str.php?L1634 If you *really, really* don't want to add the --enable-threads option to your build then there's a tiny patch attached to the STR to work around it. But you should enable threads support anyway, so.... SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

