> >> I recently downloaded FLTK for a project in one of my classes, but I > >> am having trouble building FLTK for use. > >> First of all I'm using MinGW32 on Windows XP. > >> I copy makeinclude.mingw and config.mingw to the main directory and > >> take off '.mingw' from the end of those files > >> then i copy makefile.mingw to the main folder and rename it to > >> Makefile. > >> Anyway, I keep getting this error: > >> > >> -f was unexpected at this time. > >> make: *** [makeinclude] Error 255 > >> > >> Does anyone know how to fix this > > > > > > The easiest way to build FLTK with MinGW32 is to use MSYS. > > You can find it on the MinGW Homepage. > > > There's a HowTo that kinda covers this: > > http://www.fltk.org/articles.php?L598 >
I didn't even look for that, I went straight to the documentation, which says nothing about MSYS > > > > _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

