I have managed to build the base and gui. I can also build for example Calculator, but when it comes to running the program exit because "Improper installation: No language locale found" (and consequently "Did not find correct version of backend, falling back to std.")
Is there some easy way to come around this? I googled and saw similar error messages in other situations but there is no definite answer what really cause it and how to fix it... Thanks for any hints! Regards Frode [I added one or two NSLog() in NSApplication.m so lines does not correspond to repository's NSApplication.m.] [I also set up a pure ASCII user name so that non-ASCII characters never could do harm.] [EMAIL PROTECTED] /gnustep-src/usr-apps/examples/gui/Calculator $ openapp Calculator.app 2005-11-21 08:58:17.810 Calculator.exe[1348] 2005-11-21 08:58:17.810 Calculator.exe[1348] File NSUserDefaults.m: 554. In [NSUserDefaults +standardUserDefaults] Improper installation: No language locale found 2005-11-21 08:58:17.810 Calculator.exe[1348] Did not find correct version of backend, falling back to std. 2005-11-21 08:58:17.831 Calculator.exe[1348] NSApplication.m:272 Assertion failed in initialize_gnustep_backend. Unable to find backend back C:\Developer\gnustep-src\usr-apps\examples\gui\Calculator\Calculator.app \Calculator.exe: Uncaught exception NSInternalInconsistencyException, reason: NSApplication.m:272 Assertion failed in initialize_gnustep_backend. Unable to find backend back [EMAIL PROTECTED] /gnustep-src/usr-apps/examples/gui/Calculator $ set|grep GNUSTEP GNUSTEP_CONFIG_FILE=C:/GNUstep/GNUstep.conf GNUSTEP_FLATTENED=yes GNUSTEP_HOST=i686-pc-mingw32 GNUSTEP_HOST_CPU=ix86 GNUSTEP_HOST_OS=mingw32 GNUSTEP_HOST_VENDOR=pc GNUSTEP_INSTALL_DIR=/C/Developer/gnustep-src GNUSTEP_LOCAL_ROOT=/C/Developer/gnustep-src/Local GNUSTEP_MAKEFILES=/C/Developer/gnustep-src/System/Library/Makefiles GNUSTEP_NETWORK_ROOT=/C/Developer/gnustep-src/Local GNUSTEP_PATHLIST=/home/frode/GNUstep:/C/Developer/gnustep-src/Local:/C/D eveloper/gnustep-src/System GNUSTEP_SYSTEM_DIR=/C/Developer/gnustep-src/System GNUSTEP_SYSTEM_ROOT=/C/Developer/gnustep-src/System GNUSTEP_USER_CONFIG_FILE=.GNUstep.conf GNUSTEP_USER_DEFAULTS_DIR=GNUstep/Defaults GNUSTEP_USER_DIR=GNUstep GNUSTEP_USER_ROOT=/C/Developer/GNUstep/msys/1.0/home/frode/GNUstep [EMAIL PROTECTED] /gnustep-src/usr-apps/examples/gui/Calculator $ _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
