I finally got fltk to compile, I had to do the following:

1) run autoconf and then run make
2) in the following files, I had to add:

#define U32 unsigned

because of this error: xpmImage.cxx:68: error: `U32' undeclared (first use this 
function)

to these files

gifImage.cxx
Image.cxx (added to 2 copies, one in the win32 subdirectory)
xpmImage.cxx

It has compiled, but instead of getting *.lib or *.dll, they have compiled as 
*.a files on windows xp, I thought the autoconf would sort out the OS.

What do I do now? :o)

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

Reply via email to