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?