This is especially likely to be a problem if you installed fltk from MacPorts. I believe the version in MacPorts (unless it has recently changed) is built against X11.
You are better off just building it from source yourself after installing the XCode tools. On Fri, 24 Apr 2009 19:04:38 -0400 Nordwolf <[email protected]> wrote: > Sounds like your version of fltk is compiled against X11 instead of > Carbon. What does "fltk-config --ldstaticflags" return? > > If it returns -lX11, that's your problem. It should return -framework > Carbon on OS X. > > On Fri, 24 Apr 2009 14:44:39 -0700 > Christian Convey <[email protected]> wrote: > > > I'm using FLTK 1.1.9 on OS X 10.5. When I run my FLTK-based app, it > > starts my X server, making me think it's an X11 app. Does anyone > > know why this might be happening, and how I can suppress it? I'd > > really like it to run as a native Quartz app. > > > > (The app uses fltk and fltk_gl, in case that matters.) > > > > Thanks, > > Christian > > _______________________________________________ > > fltk mailing list > > [email protected] > > http://lists.easysw.com/mailman/listinfo/fltk > > > > _______________________________________________ > fltk mailing list > [email protected] > http://lists.easysw.com/mailman/listinfo/fltk > _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

