On Sunday 29 July 2007, David Chisnall wrote:
> After installing GNUstep, and before running any of the Étoilé
> scripts, did you source the System/Library/Makefiles/GNUstep.{sh,csh}
> file? This will set up the GNUstep paths, so anything built with
> GNUstep Make (including Étoilé) will use the correct locations for
> GNUstep.
I have this in my .bashrc.
. /opt/GNUstep/System/Library/Makefiles/GNUstep.sh
if [ `gdomap -L GDNCServer | grep -c Found` == '0' ]; then
echo "Starting GNUstep services..."
gdnc
gpbs
fi
gdomap is apparently running:
$ ps aux|grep gdo
/opt/GNUstep/System/Tools/gdomap
I used to have a working gnustep environement, but I didn't update it for
quite a while. I only updated make, base, gui, back and steptalk before I
compiled Etoile.
When I try to run easydiff (I guess about half a year old), I get the
following error message:
openapp EasyDiff.app
Configuration contains unknown keys - (GNUSTEP_LOCAL_LIBRARIES,
GNUSTEP_USER_DIR_DOC_INFO, GNUSTEP_NETWORK_LIBRARY,
GNUSTEP_USER_DIR_LIBRARIES, GNUSTEP_USER_DIR_APPS, GNUSTEP_SYSTEM_LIBRARY,
GNUSTEP_NETWORK_WEB_APPS, GNUSTEP_LOCAL_LIBRARY, GNUSTEP_NETWORK_ADMIN_APPS,
GNUSTEP_SYSTEM_APPS, GNUSTEP_MAKEFILES, GNUSTEP_LOCAL_TOOLS,
GNUSTEP_NETWORK_DOC, GNUSTEP_USER_DIR_DOC, GNUSTEP_NETWORK_DOC_INFO,
GNUSTEP_SYSTEM_ADMIN_APPS, GNUSTEP_LOCAL_USERS_DIR, GNUSTEP_USER_DIR_TOOLS,
GNUSTEP_NETWORK_LIBRARIES, GNUSTEP_SYSTEM_DOC_INFO,
GNUSTEP_LOCAL_ADMIN_TOOLS, GNUSTEP_LOCAL_DOC, GNUSTEP_USER_DIR_ADMIN_TOOLS,
GNUSTEP_USER_DIR_DOC_MAN, GNUSTEP_NETWORK_ADMIN_TOOLS, GNUSTEP_NETWORK_APPS,
GNUSTEP_SYSTEM_WEB_APPS, GNUSTEP_USER_DIR_HEADERS, GNUSTEP_LOCAL_WEB_APPS,
GNUSTEP_NETWORK_DOC_MAN, GNUSTEP_LOCAL_APPS, GNUSTEP_SYSTEM_DOC_MAN,
GNUSTEP_USER_DIR_WEB_APPS, GNUSTEP_LOCAL_DOC_MAN, GNUSTEP_NETWORK_USERS_DIR,
GNUSTEP_SYSTEM_ADMIN_TOOLS, GNUSTEP_NETWORK_HEADERS, GNUSTEP_SYSTEM_DOC,
GNUSTEP_SYSTEM_TOOLS, GNUSTEP_USER_DIR_LIBRARY, GNUSTEP_SYSTEM_HEADERS,
GNUSTEP_LOCAL_DOC_INFO, GNUSTEP_LOCAL_HEADERS, GNUSTEP_SYSTEM_LIBRARIES,
GNUSTEP_NETWORK_TOOLS, GNUSTEP_SYSTEM_USERS_DIR, GNUSTEP_USER_DIR_ADMIN_APPS,
GNUSTEP_LOCAL_ADMIN_APPS)
2007-07-29 21:21:34.048 EasyDiff[9771] Loading 2 user defined AppKit bundles
2007-07-29 21:21:34.066 EasyDiff[9771]
Loaded '/opt/GNUstep/System/Library/Bundles/Camaelon.themeEngine'
2007-07-29 21:21:34.206 EasyDiff[9771] Unable to read color file
at "/home/michi/GNUstep/Library/Colors/System extensions.clr" -- unknown
format.
2007-07-29 21:21:34.207 EasyDiff[9771] Unable to read color file
at "/home/michi/GNUstep/Library/Colors/System.clr" -- unknown format.
2007-07-29 21:21:34.236 EasyDiff[9771] No theme Nesedah found in search paths:
()
2007-07-29 21:21:34.315 EasyDiff[9771] No theme Nesedah found in search paths:
()
2007-07-29 21:21:34.316 EasyDiff[9771]
Loaded '/opt/GNUstep/System/Library/Bundles/EtoileMenus.bundle'
2007-07-29 21:21:34.395 EasyDiff[9771] Warning - mouse/pointer seems to have
more than 5 buttons - just using one to five
Segmentation fault
When I run etoile_system, I get:
$ etoile_system
2007-07-29 21:24:30.573 etoile_system[9853] Setting up SCSystem server
instance
2007-07-29 21:24:30.749 etoile_system[9853] Loading 2 user defined AppKit
bundles
2007-07-29 21:24:30.749 etoile_system[9853]
Loaded '/opt/GNUstep/System/Library/Bundles/Camaelon.themeEngine'
2007-07-29 21:24:30.826 etoile_system[9853]
Loaded '/opt/GNUstep/System/Library/Bundles/EtoileMenus.bundle'
2007-07-29 21:24:31.365 etoile_system[9853] WARNING: no usable workspace
process set file found. I'm not going to do workspace process management.
2007-07-29 21:24:31.365 etoile_system[9853] Launch queue is empty now
But nothing else happens.
Greetings,
Michael
_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev