Chris B. Vetter wrote:
On 12/5/06, Marc Brünink <[EMAIL PROTECTED]> wrote:
Hi all,
ok it segfaults in
len = strlen (frameworkClass->name);
Perhaps its a broken GNUMakefile for the framework? Do I miss a key
point? Am I dumb?  :-)

I wouldn't know, but what is wrong with

 len = strlen([foobarClass name]);

Object.h returns a (const char*) for -name

The frameworkClass pointer itself is invalid.
printf("\n1888: %lx", frameworkClass);
prints bab0 which is a bit strange.


Marc


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to