Hello
I am getting this error while building from source:
not able to figure out why.
Compiling file MSExchangeFreeBusy.m ...
gcc -shared \
-Wl,--no-as-needed -lcurl -shared-libgcc -pthread
-fexceptions -rdynamic -o Appointments.SOGo/./Appointments \
./obj/Appointments.obj/Product.m.o
./obj/Appointments.obj/NSArray+Appointments.m.o
./obj/Appointments.obj/iCalAlarm+SOGo.m.o
./obj/Appointments.obj/iCalCalendar+SOGo.m.o
./obj/Appointments.obj/iCalEntityObject+SOGo.m.o
./obj/Appointments.obj/iCalRepeatableEntityObject+SOGo.m.o
./obj/Appointments.obj/iCalEvent+SOGo.m.o
./obj/Appointments.obj/iCalEventChanges+SOGo.m.o
./obj/Appointments.obj/iCalPerson+SOGo.m.o
./obj/Appointments.obj/iCalToDo+SOGo.m.o
./obj/Appointments.obj/SOGoCalendarComponent.m.o
./obj/Appointments.obj/SOGoAppointmentObject.m.o
./obj/Appointments.obj/SOGoTaskObject.m.o
./obj/Appointments.obj/SOGoComponentOccurence.m.o
./obj/Appointments.obj/SOGoAppointmentOccurence.m.o
./obj/Appointments.obj/SOGoTaskOccurence.m.o
./obj/Appointments.obj/SOGoAppointmentFolder.m.o
./obj/Appointments.obj/SOGoAppointmentFolderICS.m.o
./obj/Appointments.obj/SOGoAppointmentFolderObject.m.o
./obj/Appointments.obj/SOGoAppointmentFolderXML.m.o
./obj/Appointments.obj/SOGoAppointmentInboxFolder.m.o
./obj/Appointments.obj/SOGoWebAppointmentFolder.m.o
./obj/Appointments.obj/SOGoAppointmentFolders.m.o
./obj/Appointments.obj/SOGoFreeBusyObject.m.o
./obj/Appointments.obj/SOGoUser+Appointments.m.o
./obj/Appointments.obj/SOGoUserFolder+Appointments.m.o
./obj/Appointments.obj/SOGoCalendarProxy.m.o
./obj/Appointments.obj/SOGoAptMailNotification.m.o
./obj/Appointments.obj/SOGoAptMailInvitation.m.o
./obj/Appointments.obj/SOGoAptMailDeletion.m.o
./obj/Appointments.obj/SOGoAptMailICalReply.m.o
./obj/Appointments.obj/SOGoAptMailUpdate.m.o
./obj/Appointments.obj/SOGoAptMailReceipt.m.o
./obj/Appointments.obj/SOGoAptMailReminder.m.o
./obj/Appointments.obj/SOGoEMailAlarmsManager.m.o
./obj/Appointments.obj/MSExchangeFreeBusySOAPRequest.m.o
./obj/Appointments.obj/MSExchangeFreeBusy.m.o \
-L../SOGo/SOGo.framework/Versions/Current/sogo/ -lSOGo
-L../../SOGo/./obj/ -L../../SOPE/NGCards/./obj/ -lNGCards
-L../../SOPE/GDLContentStore/./obj/ -lGDLContentStore -L/usr/local/lib
-Wl,-rpath,/usr/lib/sogo -L../../SOPE/GDLContentStore/obj/
-L/home/tinker/GNUstep/Library/Libraries -L/usr/local/lib -L/usr/lib
-lNGObjWeb -lNGMime -lNGStreams -lNGExtensions -lGDLAccess
-lNGObjWeb -lNGMime -lNGLdap -lNGStreams -lNGExtensions -lEOControl
-lDOM -lSaxObjC -lSBJson -lgnustep-base -lobjc -lm
/usr/bin/ld: cannot find -lSOGo: No such file or directory
collect2: error: ld returned 1 exit status
make[3]: *** [/usr/share/GNUstep/Makefiles/wobundle.make:173:
Appointments.SOGo/./Appointments] Error 1
make[2]: *** [/usr/share/GNUstep/Makefiles/Master/rules.make:297:
Appointments.all.wobundle.variables] Error 2
make[1]: ***
[/usr/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53:
internal-all] Error 2
make: ***
[/usr/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53:
internal-all] Error 2
Thanks for the help.
Cheers
Chandan