FROM : Glenn Andreas
DATE : Thu Sep 30 18:28:32 2004
At 9:13 AM -0700 9/30/04, Eric Ocean wrote:
>I own the application; I didn't write it.
>
>Here's the Ld command, and the error message. According to
>RuntimeBrowser, the class does in fact exist in ProKit.
>
>Regards,
>
>Eric Ocean
>
>Ld /Users/test/Build/MySIMBL.bundle/Contents/MacOS/MySIMBL
> cd /Users/test/Desktop/source
> /usr/bin/gcc-3.3 -o
>/Users/test/Build/MySIMBL.bundle/Contents/MacOS/MySIMBL
>-L/Users/test/Build -F/Users/test/Build
>-F/System/Library/PrivateFrameworks -filelist
>/Users/test/Build/MySIMBL.build/MySIMBL.build/Objects-normal/MySIMBL.LinkFileList
>-framework Cocoa -framework ProKit -arch ppc -bundle
>ld: Undefined symbols:
>.objc_class_name_NSProAlert
Looking through the symbol information, .objc_class_name_NSProAlert
is a private symbol which means you can't reference it from an
external file.
Granted, I have no idea how a class name can be a private symbol
(looking at other frameworks, all the classes's names are public
symbols), but that's what's happening.
--
Glenn Andreas <email_removed>
<http://www.gandreas.com/> oh my!
Mad, Bad, and Dangerous to Know
DATE : Thu Sep 30 18:28:32 2004
At 9:13 AM -0700 9/30/04, Eric Ocean wrote:
>I own the application; I didn't write it.
>
>Here's the Ld command, and the error message. According to
>RuntimeBrowser, the class does in fact exist in ProKit.
>
>Regards,
>
>Eric Ocean
>
>Ld /Users/test/Build/MySIMBL.bundle/Contents/MacOS/MySIMBL
> cd /Users/test/Desktop/source
> /usr/bin/gcc-3.3 -o
>/Users/test/Build/MySIMBL.bundle/Contents/MacOS/MySIMBL
>-L/Users/test/Build -F/Users/test/Build
>-F/System/Library/PrivateFrameworks -filelist
>/Users/test/Build/MySIMBL.build/MySIMBL.build/Objects-normal/MySIMBL.LinkFileList
>-framework Cocoa -framework ProKit -arch ppc -bundle
>ld: Undefined symbols:
>.objc_class_name_NSProAlert
Looking through the symbol information, .objc_class_name_NSProAlert
is a private symbol which means you can't reference it from an
external file.
Granted, I have no idea how a class name can be a private symbol
(looking at other frameworks, all the classes's names are public
symbols), but that's what's happening.
--
Glenn Andreas <email_removed>
<http://www.gandreas.com/> oh my!
Mad, Bad, and Dangerous to Know
| Related mails | Author | Date |
|---|---|---|
| Eric Ocean | Sep 30, 06:51 | |
| Karin Kosina | Sep 30, 12:37 | |
| Greg Hurrell | Sep 30, 13:29 | |
| Eric Ocean | Sep 30, 18:13 | |
| Glenn Andreas | Sep 30, 18:28 | |
| Eric Ocean | Sep 30, 19:07 | |
| Frederick Cheung | Sep 30, 20:13 | |
| Ken Ferry | Sep 30, 22:08 | |
| Eric Ocean | Oct 1, 00:41 |






Cocoa mail archive

