> Hi I'm trying to install FLTK via Cygwin in Windows and > whenever I do make in the extracted fltk folder it gets > towards the end and after saying "Compiling > Fl_JPEG_Image.cxx" it gives a long list of errors that all > have Fl_JPEG_Image in them. I don't know how to paste the > output of that terminal onto here, if you could please tell > me how to do so so you could advise me on what to do that > would be greatly appreciated. Thank you very much.
A couple of HowTo's that might help you: http://www.fltk.org/articles.php?L598 Tells how to use mingw, but cygwin is broadly the same. For "general" windopws use, I prefer mingw - cygwin introduces a number of portability issues if you want to move your code to another windows pc that might not have the cygwin dll's (or different versions of the cygwin dll's) installed... http://www.fltk.org/articles.php?L599 Tells you how to use fltk-config to build your code, and a little intro to makefiles, which I suspect your going to need, based on your later postings. Hope these help, -- Ian 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

