Andreas Höschler wrote: > I am trying to get GNustep to work on Solaris x86. I had no problem > getting the sources to build. Tools work, but when I try to start an > application I get > > 2005-12-29 12:02:00.191 SmartClient[7616] Did not find correct version > of backend, falling back to std. > 2005-12-29 12:02:00.194 SmartClient[7616] NSApplication.m:271 Assertion > failed in initialize_gnustep_backend. Unable to find backend back > /opt/GNUstep/System/Applications/SmartClient.app/SmartClient: Uncaught > exception NSInternalInconsistencyException, reason: NSApplication.m:271 > Assertion failed in initialize_gnustep_backend. Unable to find backend > back >
Which backend did you select in your GNUstep defaults? You may check be running: defaults read NSGlobalDomain GSBackend Does this match the backend you did compile in ($GNUSTEP_SYSTEM_ROOT)/Library/Bundles ? As GNUstep seems to be looking for "back" you should have something like "libgnustep-back-010.bundle" in that directory. If this information does not help you should enable the debug output for "BackendBundle" (by adding the parameter --GNU-Debug=BackendBundle to your application startup) Cheers Fred _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
