bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with NSProcessInfo (?)


From: Chris B. Vetter
Subject: Problem with NSProcessInfo (?)
Date: Mon, 19 May 2003 12:55:51 -0700

Hi,

after updating to last Friday's CVS, I noticed that the use of +load in
frameworks doesn't work anymore. I haven't updated for a while, so I'm
not sure if that problem (?) was introduced recently.

What happens is, if any class in your framework uses +(void)load { ... }
and you link an application (curiosly, it doesn't happen for tools !?!?)
you will get the "GNUSTEP Internal Error" (did you include NSObject.h?)
message from NSProcessInfo -- although NSObject.h is explicitly
included, both in the framework's class and the application.

Uncomment the +load method, and the problem is gone.

Is +load required to do anything specific to work, eg. send a message to
super's load?

-- 
Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]