|
From: | Andreas Höschler |
Subject: | Re: GWorkspace ddbd problem |
Date: | Fri, 25 Aug 2006 17:38:21 +0200 |
I have just installed GWorkspace on a Solaris 10 box as follows:
svn co http://svn.gna.org/svn/gnustep/apps/systempreferences/trunk systempreferences
cd systempreferences
cd PreferencePanes
make install
cd ..
cd SystemPreferences
make install
cd ..
cd Modules
make
On Solaris this gets us "error: `INT_MAX' undeclared...". We can fix this by adding limits_iso.h to the file that causes the error.
pico ./Defaults/Defaults.m
+ #include <iso/limits_iso.h>
make
make install
svn co http://svn.gna.org/svn/gnustep/apps/gworkspace/trunk gworkspace
cd gworkspace
./configure
make
make install
When I start GWorkspace a finder window appears and then a panel in the center of the screen
starting: ddbd
with a progress bar that stays at 10%. With prstat -s size -n 5 I can see that ddbd consumes more and more memory. When it reaches 235MByte after 10s GWorkspace collapses and even Terminal.app from which I started GWorkspace dies.
Any ideas?
Regards,
Andreas
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep
[Prev in Thread] | Current Thread | [Next in Thread] |