discuss-gnustep
[Top][All Lists]
Advanced

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

Re: problems compiling gworkspace-0.9.0


From: Fred Kiefer
Subject: Re: problems compiling gworkspace-0.9.0
Date: Sat, 29 Oct 2011 18:35:04 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.23) Gecko/20110920 SUSE/3.1.15 Thunderbird/3.1.15

On 29.10.2011 00:27, Nir Borenshtein wrote:
Hi,

I'm trying to compile gworkspace-0.9.0 on my Ubuntu 4.4.3 and receives the
following error:

Making all for app GWorkspace...
  Linking app GWorkspace ...
./obj/GWorkspace.m.o: In function `-[GWorkspace validateMenuItem:]':
/home/nirb/gworkspace-0.9.0/GWorkspace/GWorkspace.m:1068: undefined
reference to `sel_isEqual'
/home/nirb/gworkspace-0.9.0/GWorkspace/GWorkspace.m:1071: undefined
reference to `sel_isEqual'
/home/nirb/gworkspace-0.9.0/GWorkspace/GWorkspace.m:1074: undefined
reference to `sel_isEqual'
/home/nirb/gworkspace-0.9.0/GWorkspace/GWorkspace.m:1078: undefined
reference to `sel_isEqual'
/home/nirb/gworkspace-0.9.0/GWorkspace/GWorkspace.m:1079: undefined
reference to `sel_isEqual'
./obj/GWorkspace.m.o:/home/nirb/gworkspace-0.9.0/GWorkspace/GWorkspace.m:1079:
more undefined references to `sel_isEqual' follow
collect2: ld returned 1 exit status

Can anyone suggest what am I doing wrong? am I missing a package?

This problem is caused by a mismatch between you GNUstep base version and the GWorkspace version. You should upgrade your GNUstep base installation to a more current one. 1.23 should be fine. The background here is that about a year ago we decided to switch over to use the Apple runtime functions throughout of GNUstep and provide a fallback implementation for them in base.

Hope this helps
Fred



reply via email to

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