I found an old snapshot of fltk (fltk-2.0.x-r6106) and it also failed to build 
under visual studio 2008 so I gave up on vs2008.

I spent hours downloading cygwin and installing it, I followed the instructions 
carefully and when I ran make in F:\VRPTW\fltk-2.0.x-r6140 I got the following 
error:

************************************************

[EMAIL PROTECTED] /cygdrive/f/VRPTW/fltk-2.0.x-r6140
$ make
Makefile:26: makeinclude: No such file or directory
if test -f config.status; then \
                ./config.status --recheck; \
                ./config.status; \
        else \
                ./configure; \
        fi
./configure: line 12: $'\r': command not found
./configure: line 23: syntax error near unexpected token `$'in\r''
'/configure: line 23: `  case `(set -o) 2>/dev/null` in
make: *** [makeinclude] Error 2

************************************************

I noticed that there was a makeinclude.in in the top level folder and I tried 
to change the include makeinclude (in the Makefile) to makeinclude.in but that 
generated errors also.

I hate to be whiny but why is this so nightmarishly difficult. I've been 
writing software for 12 years... I know what you're thinking, I must be an 
idiot or something, but I'm not.

please help.
thanks
Nick


_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to