discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Etoile on Solaris


From: Andreas Höschler
Subject: Re: Etoile on Solaris
Date: Wed, 6 Sep 2006 22:01:02 +0200

Hello all,

I have just successfully built Etoile on Solaris 10 SPARC. When I start EtoileMenuServer.app or any other of the apps in /opt/GNUstep/Local/Applications I get

2006-09-06 19:39:55.449 EtoileMenuServer[23129] Loading 2 user defined AppKit bundles
2006-09-06 19:39:55.451 EtoileMenuServer[23129] Loaded '/opt/GNUstep/System/Library/Bundles/Camaelon.themeEngine'
2006-09-06 19:39:55.480 EtoileMenuServer[23129] Camaelon Theme Engine v2.0pre 20/11/05 - nicolas@roard.com
2006-09-06 19:39:55.480 EtoileMenuServer[23129] Theme named Nesedah is set in defaults
2006-09-06 19:39:55.481 EtoileMenuServer[23129] Found theme with path: /opt/GNUstep/System/Library/Themes/Nesedah.theme
2006-09-06 19:39:55.497 EtoileMenuServer[23129] Camaelon Theme Engine v2.0pre 20/11/05 - nicolas@roard.com
2006-09-06 19:39:55.497 EtoileMenuServer[23129] Theme named Nesedah is set in defaults
2006-09-06 19:39:55.498 EtoileMenuServer[23129] Found theme with path: /opt/GNUstep/System/Library/Themes/Nesedah.theme
2006-09-06 19:39:55.499 EtoileMenuServer[23129] Loaded '/opt/GNUstep/System/Library/Bundles/EtoileMenus.bundle'
2006-09-06 19:39:55.523 EtoileMenuServer[23129] XIM: '(null)' is not supported
2006-09-06 19:39:55.523 EtoileMenuServer[23129] Unable to initialize XIM, using standard keyboard events
2006-09-06 19:39:55.658 EtoileMenuServer[23129] You must use an object that conforms to NSMenuItem.
2006-09-06 19:39:55.691 EtoileMenuServer[23129] Init services bar menulet
2006-09-06 19:39:55.692 EtoileMenuServer[23129] toolbarDefaultItemIdentifiers: has been called
2006-09-06 19:39:55.692 EtoileMenuServer[23129] Identifiers : (nil)

Illegal Instruction (core dumped)

I found the cause. Please populate the following fix to the gnu step source tree.

GSToolbarView

pico /usr/src/core/gui/Source/GSToolbarView.m

- (void) _takeInAccountFlexibleSpaces
{
NSArray *items = [_toolbar items];
+ if ([items count] == 0) return;
NSEnumerator *e = [items objectEnumerator];
NSToolbarItem *item;
...
}

Regards,

Andreas

reply via email to

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