[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Installing GNUstep from source on Debian GNU/Linux SID
From: |
Csanyi Pal |
Subject: |
Re: Installing GNUstep from source on Debian GNU/Linux SID |
Date: |
Mon, 06 Feb 2012 11:55:48 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) |
Wolfgang Lux <wolfgang.lux@gmail.com> writes:
> Csanyi Pal wrote:
>
>> I have installed now Gorm and ProjectCenter but can't run these:
>>
>>> 2012-02-05 23:06:13.666 Gorm[4455] Did not find correct version of
>>> backend (libgnustep-art-023.bundle), falling back to std
>>> (libgnustep-art.bundle).
>>> 2012-02-05 23:06:13.668 Gorm[4455] NSApplication.m:304 Assertion
>>> failed in BOOL initialize_gnustep_backend(). Unable to find backend
>>> libgnustep-art
>>> Gorm: Uncaught exception NSInternalInconsistencyException, reason:
>>> NSApplication.m:304 Assertion failed in BOOL
>>> initialize_gnustep_backend(). Unable to find backend libgnustep-art
>>> Aborted
>>
>> Where should be the backend libgnustep-art?
>
> This rather looks like a misconfiguration of your installation. If you
> didn't configure gnustep-back with a --with-name=art option there will
> be no bundle named libgnustep-art.bundle.
I used script of Ivan Vučica and in it is this line for building
gnustep-back:
./configure --enable-graphics=cairo && make -j 3 && sudo -E make install
> Try
> defaults delete NSGlobalDomain GSBackend
> and then start Gorm or ProjectCenter again.
I tried it and it works.
Now if I run
defaults read NSGlobalDomain GSBackend
then I get
defaults read: couldn't read default
Should I rebuild gnustep with the script of Ivan but with modified line
in it?
cd ../back
./configure --enable-graphics=cairo --with-name=art && make -j 3 && sudo -E
make install
--
Regards from Pal
Re: Installing GNUstep from source on Debian GNU/Linux SID, Csanyi Pal, 2012/02/05