Re: [F-Script-talk] Leopard and GC?
Brought to you by:
pmougin
From: Jeff B. <hyp...@ma...> - 2007-11-16 22:37:55
|
On Nov 16, 2007, at 2:48 PM, Philippe Mougin wrote: > Le 10 nov. 07 =E0 20:02, Timothy Reaves a =E9crit : >> The build fails (for the framework) with six errors: >> /Users/treaves/Downloads/FScript/FScriptFramework/ArrayRep.h:13: =20 >> error: syntax error before 'NSUInteger' >> >> The Why wouldn't it like NSUInteger? >> W > > It works for me. > Have you made any other modification to the build settings? I got the same errors as Tim, but got it to work (thanks to Rainer's =20 help) by making sure that the "Cross-Develop Using Target SDK:" =20 setting in the info panel for the project was set to "Mac OS X 10.5" =20 in the "General" panel, and then *also* changing the "Mac OS X =20 Deployment Target" to "Mac OS X 10.5" in the "Build" panel of the =20 Target's info. (I still get 147 warnings about cString, ivar_list, =20 etc, but it builds -- and works with the fscript command line tool.) That said, I could only get the framework to build this way. I can't =20 get the F-Script target, with the two test programs, to build, even =20 with the above changes. -Jeff= |