On Friday 05 July 2002 00:46, Paul Nevai wrote: > Can Emulator_Src_3.5 built in Mac OSX 1.1.5? When I tried to configure it, > it complained about FLTK [which I have] and quit. > > ... > checking for 'int fl_height (void)' in -lfltk... no > configure: error: *** FLTK *must* be installed before running configure. > *** ...
I don't know if POSE can be built on Mac OS X, but I remember having this error message when I tried to build it for Linux ( an older version, don't remember exactly which one ). In fact, like you, I had FLTK installed, but not where the configure script was looking for it... The solution is to tell it where is located your FLTK : try configure --help and it will display you all the options, including the one allowing to specify where reside your FLTK. -- Daniel Morais http://www.kickoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
