> After recently reformatting the hard drive and realising that > i needed my copy of things FLTK related, proceeded to install it. > The regular install for gcc/g++ went off without a hitch. > However, when trying to build it for mingw, this failed > horribly. When trying to find the OpenGL/X11 libraries > through ./configure, they arent found. Further, when i run > 'make', i get a few errors about problems from within <stdio.h>. > For those interested, i'm running with ./configure > --build="i586-mingw32msvc" --host="i586-mingw32msvc" > --target="i586-mingw32msvc" --prefix="/usr/i586-mingw32msvc" > --enable-xft. > Whilst running the configure script, it doesnt manage to find > any of the GL or X11 libraries, even though i've build them > myself for the mingw system (heh. note that i could have > gotten something wrong there :P) > > Can anyone provide any assistance here?
Does X11 support for win32 under mingw even work? Anytime I've used X11 for win32 I have used cygwin - although I have never done that recently; but I think Albrecht does build win32/X11 versions under cygwin. For win32 with mingw, is it not simpler and more appropriate to use the native target instead? That's what I always do, and it Just Works. (Though I conceed that is little use if you need X11 support in your app for network reasons or etc...) 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

