> Hi. I'm trying to compile FLTK on Windows 7 using MinGW -- gcc 4.4.1 > I have copied the related files in makefiles\ to the root > directory of the source: > > config.mingw > Makefile.mingw > makeinclude.mingw > makeinclude.mingw31 > > > renamed Makefile.mingw to Makefile and did a >make > I get this
Do NOT do this - the "built in" Makefiles are for a very old version of mingw. Which version of fltk are you trying to build? I thought the readme's had been updated to remove that archaic description? Instead, install the Msys shell and Msys-DTK and then do the proper configure process, e.g. the standard "configure ; make" dance that is usually used for open source builds. See this howto http://www.fltk.org/articles.php?L598 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

