On 5 Feb 2009, at 20:49, Greg Ercolano wrote: > Jos Dreesen wrote: >> I tried to use a FileChooser widget, but get a compile error >> inside FLTK: >> >> from Src/fltk_cde.c:27: >> fltk/FL/fl_ask.H: At global scope: >> fltk/FL/fl_ask.H:60: error: expected ‘,’ or ‘...’ before >> numeric constant >> fltk/FL/fl_ask.H:60: error: args to be formatted is not ‘...’ > > I'm changing those weird characters in those error messages > to what I think they should be, quotes:
They parsed OK here - single quotes, the open/close paired style - can't remember what the proper name for them is... > Also, comparing FLTK's compile/link flags to your own carefully > will probably help you figure it out. Not forgetting the might fltk-config... in particular with the --cxx, --optim, --cxxflags, and --ldstaticflags options, which are some of my favourites! _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

