> I will use VxWorks instead of linux,but It seems that FLTK > can't support VxWorks.If I want to use FLTK on VxWorks ,what > shall I do?
That depends. Back in the day, I had fltk-1.1.5 running fine on VxWorks, though I had to write a few little stubs and wrapper functions to make the version of VxWorks we had look properly posix like (there were a handful of functions that fltk wanted that VxWorks did not provide, or provided with the "wrong" prototypes...) The real problem would be the graphics layer - this was easy for me since the board vendor provided a version of X11 with OpenGL support built in, so that all just worked fine. If your system does not have X11, i.e. just has a framebuffer or etc., then you will have much bigger problems. Note that the fltk configure script will not recognise VxWorks as a cross-compilation target so you will probably be best off taking your Linux versions of Makefile and makeinclude and then editing them by hand to match your VxWorks installation. SELEX Galileo Ltd 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

