On 18.04.2010, at 21:05, Duncan Gibson wrote: > Just to be on the safe side, and before I start tweaking Makefiles etc > to pull these changes into the main build, I would very much appreciate > it if some kind users out there could check that the equivalent of: > > gcc -c src/xutf8/fl_wcwidth.c > > compiles without errors on Windows and Mac, as I don't have either.
Windows / Cygwin (aka MinGW): $ svnversion 7530 $ gcc -c src/xutf8/fl_wcwidth.c src/xutf8/fl_wcwidth.c:34: error: conflicting types for 'wchar_t' /usr/lib/gcc/i686-pc-cygwin/4.3.4/include/stddef.h:326: error: previous declaration of 'wchar_t' was here Same with gcc 3.4.4 ( -mno-cygwin ) Doesn't look good. Sorry, I have no idea. :-( Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
