> > > I have msys installed and tried the FLTK installation exactly=20 > > as the article suggested as follows: > >=20 > > ./configure --enable-threads --enable-localjpeg=20 > > --enable-localzlib --enable-localpng > >=20 > > I get exactly the same results as before, which ended with: > >=20 > > ./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?
Yes... it is a clean tree. I've tried it numerous times and always download a new tree. I've even tried older trees as well as the 2 newer trees. > 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... The break down occurs BEFORE the make. It happens during ./configure in the shell. > 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? MSYS is the last item in my PATH statement, so I don't where it could be coming from if that's the case. So to summarize: 1. Each time I try a new build I download a new fltk tree, even trying different versions. 2. I use Windows XP. 3. I have a clean Mingw build with the latest stable version. 4. I use the msys shell and follow the suggested procedure outlined the the article at: http://www.fltk.org/articles.php?L598 That's about it , I think. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

