Skip navigation.
 
mlRe: linking to private frameworks
FROM : Eric Ocean
DATE : Thu Sep 30 18:13:21 2004

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

On Sep 30, 2004, at 3:37 AM, Karin Kosina wrote:

> On Wed, 29 Sep 2004 21:51:44 -0700, Eric Ocean <<email_removed>> 
> wrote:

>> The linker
>> complains, so I add the private framework to my project, but it still
>> complains.

>
> It would be helpful if you let us know what exact error you get... :)
>
> Cheers, kyrah
>

Related mailsAuthorDate
mllinking to private frameworks Eric Ocean Sep 30, 06:51
mlRe: linking to private frameworks Karin Kosina Sep 30, 12:37
mlRe: linking to private frameworks Greg Hurrell Sep 30, 13:29
mlRe: linking to private frameworks Eric Ocean Sep 30, 18:13
mlRe: linking to private frameworks Glenn Andreas Sep 30, 18:28
mlRe: linking to private frameworks Eric Ocean Sep 30, 19:07
mlRe: linking to private frameworks Frederick Cheung Sep 30, 20:13
mlRe: linking to private frameworks Ken Ferry Sep 30, 22:08
mlRe: linking to private frameworks [solved] Eric Ocean Oct 1, 00:41