> > > I have also (boldly) added a new configuration called DebugX11 > > that allows to build an X11-based FLTK-1.3-Fl_Printer on Mac OS X, > > and thus to test the Linux/Unix side of FLTK (remember that Mac OS X > > is on top of unix). All libraries and demos should readily compile, > > and they should also run if you have an Xserver on your mac (possibly > > Apple's X11). > > > Does this duplicate any existing configuration? > > A long time ago, it was possible to build OSX+X11 versions of fltk, but > that capability withered away over time. > > However, I thought that someone (Fabien? Albrecht?) had reworked that > for fltk-1.3 so that it could work again. > > Does your change (Manolo) use that existing capability? Or is this some > new functionality?
This is Xcode-only. It does not touch any makefile or friends. Nor does it touch any source file. It's just a trick of compilation options. If you compile the FLTK source on Mac OS X with -U__APPLE__ -DUSE_X11 and point to a Linux-styled config.h file, you'll get X11-based FLTK products. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
