Hi I am really new to gnustep, but seems to be a really interesting project. So I am trying to build a gnustep desktop environment in my workstation. So far I have been able to build the whole fundation except the gnustep-back.
When doing the make I get this error: Creating libgnustep-back-016.bundle/Resources/Info-gnustep.plist... plmerge: Uncaught exception NSInvalidArgumentException, reason: Tried to add nil value for key 'NSCurrencySymbol' to dictionary
/bin/sh: line 2: 18570 Aborted plmerge libgnustep-back-016.bundle/Resources/Info-gnustep.plist libgnustep-back-016Info.plist make[2]: *** [libgnustep-back-016.bundle/Resources/Info-gnustep.plist] Error 134
make[2]: *** Deleting file `libgnustep-back-016.bundle/Resources/Info-gnustep.plist' make[1]: *** [libgnustep-back-016.all.bundle.variables] Error 2 make: *** [internal-all] Error 2
I am installing everythin in /opt/GNUstep so I use the next configure statement:
./configure --prefix=/opt/GNUstep
Any ideas about where this error came from? Thanks