> > > 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=20 > > exactly what I'm doing in the hope you'll spot a dumb error=20 > > without wasting too much time. > >=20 > > Disclaimer : I am coming from Windows, so no step is=20 > > "obvious" to me, since I am clutching at straws. > >=20 > > 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 SS= > 14 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. > ******************************************************************** >
Ian, thanks!! You comment made me realize which framework must be missing from the standard Xcode3.1 project, and the answer was now obvious (as always in hindsight...) -- AudioToolbox.framework since this was the error message to begin with! I added it to the project and Voila! Now everything works. Thank you so much again for your help! cheers, dan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

