Could someone please post a diff to fltk that would allow me to compile fltk
against cygwin cross build tools.
I found this past post by Don Aloni:
http://sourceforge.net/mailarchive/message.php?msg_id=7148836
But it seems as though sourceforge cuts off the end of longer posts. In other
words I think the diff is is not complete and I could not compile fltk using
it:
...
Compiling filename_list.o...
filename_list.cxx: In function `int fl_filename_list(const char*, dirent***,
int (*)(dirent**, dirent**))':
filename_list.cxx:54: error: invalid conversion from `int (*)(const dirent**,
const dirent**)' to `int (*)(dirent**, dirent**)'
make[1]: *** [filename_list.o] Error 1
make[1]: Leaving directory `/usr/src/cygwin/fltk-1.1.4/src'
Could I also get any diff against mxml that may be needed or any parameters
that should be used. I managed to compile mxml but I want to make sure
everything is correct.
Many thanks for any help.
|