Berninger Udo wrote:

> gifImage.cxx:105: error: `U32' undeclared (first use this function)

This bug is solved by my small patch, which is now in FLTK 2 svn (rev 6151)

But you probably find another way to fix it:

> update:
> Could solve the compile problem of the run.cxx file by changing line 96:
> original: #if __MINGW32__ 
> modified:
> #if defined(__MINGW32__) || defined(__CYGWIN__)

Perhaps lets put this fix as well there.


-- 
RafaƂ Maj
Software developer

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

Reply via email to