> Albrecht, Ian, > thank you so much for taking the time to reply! You are welcome.
> Unfortunately I still can't get this going, so I'll post > exactly what I'm doing in the hope you'll spot a dumb error > without wasting too much time. > > Disclaimer : I am coming from Windows, so no step is > "obvious" to me, since I am clutching at straws. > > 1. Downloaded fltk-1.3.x-r7626.tar.gz > 2. Installation > $ tar xzf fltk-1.3.x-r7626.tar.gz > $ cd fltk-1.3.x-r7626 > $ autoconf [tried both with and without] > $ ./configure > $ make > $ sudo make install OK - so you have chosen to build the fltk libs from the Makefiles. This is what I always do to, but you probably should be aware that, if you browse to the FLTK.xcodeproj folder in the <tarball>/ide/ directory, you can get Xcode to build the libs and everything for you, too, if you are an ide fan. (I am not.) Also, I'd caution against the "make install" step here, as fltk-1.3 is still not ABI stable, and there will likely be some breakage before we freeze it... That aside, the fact that the ./test folder items work tells us that all is now well. The remaining problems seem to be to do with setting up Xcode. This is *not* my area, but I'm guessing that the paths to the libs and headers are not set up right for your builds. How to fix that, I can not say... Take a close look at what the build targets in the FLTK.xcodeproj do in Xcode, and just try to copy one of them! SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

