--- Adam Fedor <[EMAIL PROTECTED]> wrote: > > On Wednesday, September 24, 2003, at 10:08 AM, Carl > Eugen Hoyos wrote: > > > The behaviour of test nsbundle on darwin has > changed: > > > > Output is now: > > ... > > Retreiving principal class... > > * ERROR: Can't find principal class > > Testing LoadMe bundle classes... > > This is LoadMe: > > * ERROR: Can't find LoadMe class > > > > This is SecondClass: > > * ERROR: Can't find SecondClass class > > > > If the dl library is not installed, there are > additional error messages > > above each '* ERROR': > > Error (objc-load): Cannot initialize dynamic > linker > > 2003-09-24 17:34:31.977 nsbundle[13574] No classes > in bundle > > > > I hope this helps somebody, Carl Eugen Hoyos > > > > Unfortunately not. I've got this far also. But > apparently, when loading > in a bundle, the constructors are not automatically > executed, so the > classes never get loaded into the runtime. I don't > know why yet. I'm > thinking it might have something to do with a link > option... >
this seems to be the case, -bundle says it'll create a Mach-o bundle I haven't tested at all, but maybe adding BUNDLE_LDFLAGS += -bundle on line 70 of Instance/bundle.make __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
