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

_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to