> ==== Uncaught exception NSInternalInconsistencyException, reason: > NSApplication.m:271 Assertion failed in initialize_gnustep_backend. Unable to find backend back > ====
>From the error message I would guess you have an improper path enviroment set-up or are mixing debug and release builds. I get similar message myself in those situation. If I remember right it is GNUSTEP_SYSTEM_ROOT plays the most important role since it points to the root System. It should look like set | grep GNUSTEP_SYSTEM_ROOT GNUSTEP_SYSTEM_ROOT=C:/Developer/gnustep-src/System Note the path prefix "C:/" and not "/C/". Otherwise you need to reconfigure and rebuild since it is also in config.h-headers. Regards Frode _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
