discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUstep apps no longer start


From: Andreas Höschler
Subject: Re: GNUstep apps no longer start
Date: Thu, 22 Sep 2016 17:17:33 +0200

Hi Riccardo,

I have already rebuilt base, gui, back and Terminal. But still no avail!? :-(

What else can I check/do to get this fixed? I am out of clues right now! :-(

try to uninstall gui, back. Clean the build, reconfigure and reinstall
I usually get this when the two get out of sync. Just a rebuild sometimes does not help.

Sorry not to have a more "professional" way to know what breaks, but gui knows which versions of back to use and sometimes rebuilding during upgrades gets dirty.

I tried 

. /opt/GNUstep/System/Library/Makefiles/GNUstep.sh

cd base
make distclean
./configure --with-openssl-include=/usr/local/ssl/include --with-openssl-library=/usr/local/ssl/lib
make
make install
cd ..

cd gui
make distclean
./configure
make
make install
cd ..

cd back
make distclean
./configure
make
make install
cd ..

but still get

2016-09-22 17:16:24.259 Terminal[12899] File NSUserDefaults.m: 616. In [NSUserDefaults +standardUserDefaults] Improper installation: No language locale found
2016-09-22 17:16:24.260 Terminal[12899] Did not find correct version of backend, falling back to std.
2016-09-22 17:16:24.260 Terminal[12899] NSApplication.m:284  Assertion failed in initialize_gnustep_backend.  Unable to find backend back
/opt/GNUstep/Local/Applications/Terminal.app/Terminal: Uncaught exception NSInternalInconsistencyException, reason: NSApplication.m:284  Assertion failed in initialize_gnustep_backend.  Unable to find backend back

!?? What do you mean by uninstall gui and back?

Thanks,

 Andreas


reply via email to

[Prev in Thread] Current Thread [Next in Thread]