[OGo-MacOSX] OGo compiling errors

Corby Stephens macosx@opengroupware.org
Wed, 16 Aug 2006 15:43:25 -0700


OK. I'm going by the instructions posted by Alexander from May(?). I  
am making sure to source the GNUstep.sh and I am using export  
CONFIGURE_FHS_INSTALL_LIBDIR=/tmp as well.

SOPE seems to build just fine. No errors, all the expected files and  
dirs are there. OGo on the other hand is having issues still. During  
hr make all I see this error repeated several times:
gcc -bundle -undefined error  \
                        -o PreferencesUI.lso/./PreferencesUI \
                 ./shared_debug_obj/LSWPreferencesModule.o ./ 
shared_debug_obj/LSWPreferencesViewer.o ./shared_debug_obj/ 
LSWPreferencesEditor.o ./shared_debug_obj/LSWPreferencesEditor 
+AccountLog.o ./shared_debug_obj/SkyDefaultEditField.o ./ 
shared_debug_obj/SkyDisplayPreferences.o ./shared_debug_obj/ 
OGoDefaultEditField.o ./shared_debug_obj/OGoDefaultEditFrame.o ./ 
shared_debug_obj/OGoDefaultViewField.o ./shared_debug_obj/ 
SimpleTextSepFormatter.o ./shared_debug_obj/ArrayFormatter.o ./ 
shared_debug_obj/BoolFormatter.o \
                  -L../OGoFoundation/./shared_debug_obj -L../../ 
DocumentAPI/OGoDocuments/./shared_debug_obj -L../../Logic/ 
LSFoundation/./shared_debug_obj -L../../DocumentAPI/OGoDocuments/./ 
shared_debug_obj -L/Volumes/Archive/corby/GNUstep/Library/Libraries/ - 
L/tmp -L/usr/lib -lNGObjWeb_d -lNGMime_d -lNGStreams_d - 
lNGExtensions_d -lNGMime_d -lNGStreams_d -lNGExtensions_d - 
lEOControl_d -lXmlRpc_d -lDOM_d -lSaxObjC_d -lOGoFoundation_d - 
lOGoDocuments_d -lLSFoundation_d -lGDLAccess_d -lNGObjWeb_d - 
lNGLdap_d -lNGMime_d -lNGStreams_d -lNGExtensions_d -lEOControl_d - 
lXmlRpc_d -lGDLAccess_d -lNGMime_d -lDOM_d -lSaxObjC_d -lm -framework  
Foundation
Linking resources into the bundle wrapper...

I see that for several of the pieces of the build. Does that one  
example give you an idea of what's up or do you need a list of each  
section this is occurring in?

I also see variations on this error (some short like thess, some  
lengthy):
(example 1) /usr/bin/ld: warning -L: directory name (/usr/local/apr/ 
lib) does not exist
(example 2) /usr/bin/ld: warning can't open dynamic library:  
libOGoDocuments_d.dylib.5.3 referenced from: ././shared_debug_obj/ 
libOGoBase_d.dylib (checking for undefined symbols may be affected)  
(No such file or directory, errno = 2)

/usr/bin/ld is an executable. Is the executable generating the error  
or does the build process think that that past is a dir and not an  
executable?

The SVN revision of OGo I have is SVN_REVISION:=1731. The version of  
SOPE I have is SVN_REVISION:=1334.

Corby Stephens
corby@stephensfam.net