[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Mac OS X server version: Any Luck?

From: Andy <andy_at_quadrant.net>
Date: 2002-05-01 23:46:20 CEST

Has anyone been able to compile subversion-r1682 for "Mac OS X 10.1.2
Server" as a server. I have apache 2 configured with DSO support and
all modules loading as a DSO. Apache is also compiled with ssl
support. I installed my own neon 0.19.3 as a dynamic and static
library. I updated apr and apr-util using cvs to the newest versions
in the subversion source tree. When I ran "sh autogen.sh" everything
completed smoothly. I get the following error when linking:

cd subversion/clients/cmdline && /bin/sh
/usr/local/src/subversion-r1682+/libtool --silent --mode=link cc
-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -g -O2
-DNEON_ZLIB -DNEON_SSL -I./subversion/include -I.
-I/usr/local/src/subversion-r1682+/apr/include
-I/usr/local/src/subversion-r1682+/apr-util/include
-I/usr/local/include -I/usr/local/include/neon
-I/usr/local/ssl/include -I/usr/local/BerkeleyDB.4.0/include -rpath
/usr/local/lib -o svn add-cmd.o checkout-cmd.o cleanup-cmd.o
commit-cmd.o copy-cmd.o delete-cmd.o diff-cmd.o feedback.o help-cmd.o
import-cmd.o log-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o
prompt.o propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o
props.o propset-cmd.o resolve-cmd.o revert-cmd.o status-cmd.o
status.o switch-cmd.o trace-commit.o trace-update.o update-cmd.o
util.o ../../../subversion/libsvn_client/libsvn_client.la
../../../subversion/libsvn_wc/libsvn_wc.la
../../../subversion/libsvn_ra/libsvn_ra.la
../../../subversion/libsvn_delta/libsvn_delta.la
../../../subversion/libsvn_subr/libsvn_subr.la
/usr/local/src/subversion-r1682+/apr/libapr.la
../../../expat-lite/libexpat.la -lm
/usr/bin/ld: warning -L: directory name
(/sw/src/libxml2-2.4.13-1/libxml2-2.4.13/.libs) does not exist
/usr/bin/ld: Undefined symbols:
_apr_explode_localtime
/usr/bin/ld: warning unused multiple definitions of symbol _XML_ErrorString
/usr/local/lib/libexpat.dylib(xmlparse.lo) definition of _XML_ErrorString
/usr/local/lib/libexpat.0.dylib(xmlparse.lo) unused definition of
_XML_ErrorString
***Lots Of Warnings***

It is the
"/usr/bin/ld: Undefined symbols:
_apr_explode_localtime" that I am concerned about.

Does anyone have any suggestions as how to fix this??

Andy

-- 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 1 23:47:34 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.