[F-Script-talk] F-Script framework
Brought to you by:
pmougin
From: Tom L. D. <tom...@at...> - 2002-01-19 23:59:49
|
I'm really new to both Cocoa and FScript. I added the FScript frameworks to my project and am having linking problems. If I don't check the box (which I can't find documentation on) to the left of the Fscript.framework I get an undefined: /usr/bin/ld: Undefined symbols: .objc_class_name_Array If I check the box, I get five 'prebinding disabled' warnings, the first of which is /usr/bin/ld: warning prebinding disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of /Users/tom/apps/CocoaDrawing/build/CocoaDrawing.app/Contents/MacOS/CocoaDrawing overlaps with __TEXT segment (address = 0x0 size = 0x4d000) of /Users/pmougin/Desktop/FScript.framework/Versions/A/FScript What am I doing wrong? Tom |