View previous topic :: View next topic |
Author |
Message |
toonetown Keymaker
Joined: Apr 21, 2006 Posts: 95 Location: Utah, USA
|
Posted: Fri Jul 14, 2006 2:07 pm Post subject: Odd compile problem |
|
I have been trying to compile the latest from CVS head (yeah - I know, I'm going to need to do it again after 3 this afternooon ), and I'm getting an odd error:
Code: |
Making: ../../../unxmacxp.pro/lib/libucpdav1.dylib
c++ -Wl,-multiply_defined,suppress -Wl -dynamiclib -single_module -install_name @executable_path/libucpdav1.dylib -L../../../unxmacxp.pro/lib -L/Users/ntoone/Documents/Programming/Personal/neojava/build/solver/680/unxmacxp.pro/lib -L/usr/lib -L/usr/X11R6/lib -o ../../../unxmacxp.pro/lib/libucpdav1.dylib -dylib_file @executable_path/libuno_cppuhelpergcc3.dylib:/Users/ntoone/Documents/Programming/Personal/neojava/build/solver/680/unxmacxp.pro/lib/libuno_cppuhelpergcc3.dylib -dylib_file @executable_path/libuno_sal.dylib.3:/Users/ntoone/Documents/Programming/Personal/neojava/build/solver/680/unxmacxp.pro/lib/libuno_sal.dylib.3 -dylib_file @executable_path/libstlport_gcc.dylib:/Users/ntoone/Documents/Programming/Personal/neojava/build/solver/680/unxmacxp.pro/lib/libstlport_gcc.dylib -dylib_file @executable_path/libuno_salhelpergcc3.dylib.3:/Users/ntoone/Documents/Programming/Personal/neojava/build/solver/680/unxmacxp.pro/lib/libuno_salhelpergcc3.dylib.3 -dylib_file @executable_path/libuno_cppu.dylib.3:/Users/ntoone/Documents/Programming/Personal/neojava/build/solver/680/unxmacxp.pro/lib/libuno_cppu.dylib.3 -dylib_file @executable_path/libvos3gcc3.dylib:/Users/ntoone/Documents/Programming/Personal/neojava/build/solver/680/unxmacxp.pro/lib/libvos3gcc3.dylib -dylib_file @executable_path/libucbhelper3gcc3.dylib:/Users/ntoone/Documents/Programming/Personal/neojava/build/solver/680/unxmacxp.pro/lib/libucbhelper3gcc3.dylib -dylib_file @executable_path/libuno_cppuhelpergcc3.dylib.3:/Users/ntoone/Documents/Programming/Personal/neojava/build/solver/680/unxmacxp.pro/lib/libuno_cppuhelpergcc3.dylib.3 -luno_cppuhelpergcc3 -luno_cppu -luno_sal -luno_salhelpergcc3 -lvos3gcc3 -lucbhelper3gcc3 -lneon -lxml2 -lpthread -lstdc++ -lm -lstlport_gcc -filelist ../../../unxmacxp.pro/misc/libucpdav1.list
ld: Undefined symbols:
_ne_add_response_header_catcher
_ne_xml_valid
/usr/bin/libtool: internal link edit command failed
dmake: Error code 1, while making '../../../unxmacxp.pro/lib/libucpdav1.dylib'
'---* tg_merge.mk *---'
ERROR: Error 65280 occurred while making /Users/ntoone/Documents/Programming/Personal/neojava/build/ucb/source/ucp/webdav
make: *** [build.oo_all] Error 1
|
I've never had problems building the OOo portion of NeoOffice until today...
This is while building the "UCB" project (whatever that is)
The only thing I've been able to turn up is that the Neon libraries (which it appears are being used here) have removed the ne_add_response_header_catcher function from more recent versions (since January - http://www.lyra.org/pipermail/neon/2005-January/001861.html), but I've not been able to find anyone else who has a similar problem in building OpenOffice or NeoOffice.
Any ideas/suggestions/places to look?
Thanks!
-Nathan |
|
Back to top |
|
|
toonetown Keymaker
Joined: Apr 21, 2006 Posts: 95 Location: Utah, USA
|
Posted: Fri Jul 14, 2006 2:13 pm Post subject: |
|
OK - digging a bit more through the code, I uncovered that those two functions are inside of #ifdef statements....and I'm guessing that I need to have NEONTWOFIVE defined...
Any idea to find out why it wasn't getting set for me?
-Nathan |
|
Back to top |
|
|
pluby The Architect
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Fri Jul 14, 2006 2:17 pm Post subject: |
|
You may be using a different version of XCode than Ed or I are. I am useing Xcode Tools v2.2.1 and have not upgraded any newer versions.
Also, you are using gcc 4.0.1 as your default gcc version, right?
Patrick |
|
Back to top |
|
|
toonetown Keymaker
Joined: Apr 21, 2006 Posts: 95 Location: Utah, USA
|
Posted: Fri Jul 14, 2006 2:22 pm Post subject: |
|
Yeah - I'm using xcode 2.3 (still gcc 4.0.1)
That sucks!
I guess that I won't be building it for a while...
-Nathan |
|
Back to top |
|
|
toonetown Keymaker
Joined: Apr 21, 2006 Posts: 95 Location: Utah, USA
|
Posted: Fri Jul 14, 2006 2:26 pm Post subject: |
|
Ah! I think I've found it...
I have a rogue libneon in my /usr/local/lib - looks like it was put there by an application I recently installed (subversion)
Now, to find out how to excise subversion!
-Nathan |
|
Back to top |
|
|
|