discuss-gnustep
[Top][All Lists]
Advanced

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

GWorkspace ddbd problem


From: Andreas Höschler
Subject: GWorkspace ddbd problem
Date: Fri, 25 Aug 2006 16:54:21 +0200

Hello all,

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

reply via email to

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