> I have msys installed and tried the FLTK installation exactly > as the article suggested as follows: > > ./configure --enable-threads --enable-localjpeg > --enable-localzlib --enable-localpng > > I get exactly the same results as before, which ended with: > > ./configure: test: too many arguments > ./configure: test: too many arguments > ./configure: test: too many arguments > ./configure: test: too many arguments > ./configure: test: too many arguments > ./configure: test: too many arguments > configure: error: could not make ./config.status > mingw32-make: *** [makeinclude] Error 1
Something is hosed in your setup. A couple of thoughts; did you try to make a fresh, clean fltk tree, or did you try to re-make in your previous build tree? It looks to me as if you must have tried to re-make the previous tree. Why do I think that? Well, because it is calling "mingw32-make" rather than just "make"... Every Msys tree I have (and we have *many* machines here set up like this with fltk) has a "make" that is the Msys one, and usually a "mingw32-make" which is the (renamed, moved aside) mingw make. You want to be using the Msys make. It is not at all clear to me why your build is not just doing so, hence my suspicion that your build tree is "damaged" in some way... Try with a fresh, clean tarball, let us know how it goes. Is there anything else on your machine that might be interacting, BTW? Do you have any tools in your path that might be using cygwin tools or similar "unix-style" tools that might be polluting the path inherited by Msys when it starts up? 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

