Enrico Sersale wrote: > Only back gives some troubles; I've configured it with: --enable-win32 > --enable-winlib. > I've installed libtiff and libjpeg. > But when I try to launch an app I get: > > $ openapp Calculator.app > May 04 16:12:20 Calculator.exe[1120] No classes in bundle > May 04 16:12:20 Calculator.exe[1120] NSApplication.m:206 Assertion failed > in initialize_gnustep_backend. Can't load backend class > Error (objc-load):126 > c:\GNUstep\Local\Applications\Calculator.app\ix86 > \mingw32\gnu-gnu-gnu\Calculator.exe: Uncaught exception > NSInternalInconsistencyExeption, reason: NSApplication.m:206 Assertion > failed in initialize_gnustep_backend. Can't load backend class >
The other thing is that we had a similar frustrating problem where none of the classes in the gnustep-gui library were getting loaded/constructed. It turned out to be a bad libtiff shared library!. You might check every shared library that might be linking with GNUstep. I got all mine from the URLs listed in make/Documentatino/README.MinGW and they seem to work. -- Adam Fedor, Digital Optics Corp. | I'm glad I hate spinach, because http://www.doc.com | if I didn't, I'd eat it, and you | know how I hate the stuff. _______________________________________________ Help-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-gnustep
