[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnustep apps freez
From: |
Jens F. Prinz-Sander |
Subject: |
Re: gnustep apps freez |
Date: |
Tue, 21 Sep 2004 23:33:46 +0200 |
User-agent: |
KMail/1.7 |
On Tuesday 21 September 2004 23:07, Adam Fedor wrote:
> So you installed gnustep-back according to the instructions in the
> Build Guide?
Yepp.
> Can you give me a backtrace of this, since the other one
> doesn't make any sense?
Well, the backtrace I sent to you is the backtrace of the current
setup.
What I did :
gnustep-make-1.10.0:
./configure --prefix=/usr/local/GNUstepTesting.
make
make install
. /usr/local/GNUstepTesting/System/Library/Makefiles/GNUstep.sh
gnustep-base-1.10.0:
./configure&&make&&make install
defaults write NSGlobalDomain "Local Time Zone" Europe/Berlin
defaults write NSGlobalDomain NSLanguages "(English)"
gnustep-gui-0.9.0:
./configure&&make&&make install
gnustep-back-0.9.0:
./configure --enable-graphics=xlib --with-name=xlib
make&&make install
make distclean
./configure --enable-graphics=art --with-name=art
make&&make install
defaults write NSGlobalDomain GSBackend libgnustep-art
installed the artResources.
Compiled and installed Adresses, Pantomime and GNUMail.
With GSBackend set to "libgnustep-art" the GNUMail menu shows
up without any strings in it. I think this is a problem with the
artResources or with the art backend itself. Application need more
than 90% CPU and doesn't respond to mouse-clicks.
Now setting GSBackend to "gnustep-xlib".
GNUMail menu show up as expected ( with strings ). But the
Application behaves the same.
Got a backtrace and sent it to you.
So after this I did all the same things mentioned above, but
with the first 2 steps like this:
gnustep-make-1.8.0:
./configure --prefix=/usr/GNUstep
make&&make install
. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
gnustep-base-1.8.0:
./configure&&make&&make install
With this setup ( and backend set to xlib ) GNUMail works fine.
This is why I think that the backend xlib is not the problem.
Thanx,
YenZi