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

Re: Can't compile 1.1.0 on OS X -- missing libexpat ?

From: Chris Parker <ctparker_at_gmail.com>
Date: 2004-07-27 23:50:54 CEST

Mac OS X 10.3 doesn't ship with expat. It does, however, ship with libxml2.

I'm not sure what's up with the APR one, though. Sounds like you've
got some library path strangeness going on?

On Tue, 27 Jul 2004 13:51:26 -0400, Ian Davis <ian.w.davis@gmail.com> wrote:
> When I try to compile the 1.1.0RC1 on my OS X box, I get this sort of
> error message. It seems to be looking for libexpat in the output
> directory I specified to configure with --prefix. It was failing
> earlier looking for some other APR library too, in a similar way, but
> that went away when I re-ran configure with --disable-static and
> --without-berkeley-db.
>
> Any ideas on what I'm doing wrong?
> Thanks!
> Ian
>
> [...many lines of make output omitted...]
> ------ completed all in neon
> cd subversion/clients/cmdline && /bin/sh
> /Users/ian/Desktop/subversion-1.1.0-rc1/libtool --silent --mode=link
> gcc -g -O2 -g -O2 -DNEON_ZLIB
> -L/Users/ian/Desktop/subversion-1.1.0-rc1/apr-util/xml/expat/lib
> -rpath /usr/local/svn-1.1.0-rc1/lib -o svn add-cmd.o blame-cmd.o
> cat-cmd.o checkout-cmd.o cleanup-cmd.o commit-cmd.o copy-cmd.o
> delete-cmd.o diff-cmd.o export-cmd.o help-cmd.o import-cmd.o
> info-cmd.o log-cmd.o ls-cmd.o main.o merge-cmd.o mkdir-cmd.o
> move-cmd.o notify.o prompt.o propdel-cmd.o propedit-cmd.o
> propget-cmd.o proplist-cmd.o props.o propset-cmd.o resolved-cmd.o
> revert-cmd.o status-cmd.o status.o switch-cmd.o update-cmd.o util.o
> .../../../subversion/libsvn_client/libsvn_client-1.la
> .../../../subversion/libsvn_wc/libsvn_wc-1.la
> .../../../subversion/libsvn_ra/libsvn_ra-1.la
> .../../../subversion/libsvn_delta/libsvn_delta-1.la
> .../../../subversion/libsvn_subr/libsvn_subr-1.la
> /Users/ian/Desktop/subversion-1.1.0-rc1/apr-util/libaprutil-0.la
> /Users/ian/Desktop/subversion-1.1.0-rc1/apr-util/xml/expat/lib/libexpat.la
> -liconv /Users/ian/Desktop/subversion-1.1.0-rc1/apr/libapr-0.la
> -lresolv -lpthread
> /Users/ian/Desktop/subversion-1.1.0-rc1/neon/src/libneon.la
> -L/usr/local/svn-1.1.0-rc1/lib -lz
> ld: warning -L: directory name (/usr/local/svn-1.1.0-rc1/lib) does not exist
> ld: warning can't open dynamic library:
> /usr/local/svn-1.1.0-rc1/lib/libexpat.0.dylib (checking for undefined
> symbols may be affected) (No such file or directory, errno = 2)
> ld: Undefined symbols:
> _svn_fs_base__init
> _XML_ErrorString referenced from libsvn expected to be defined in
> /usr/local/svn-1.1.0-rc1/lib/libexpat.0.dylib
> _XML_GetCurrentLineNumber referenced from libsvn expected to be
> defined in /usr/local/svn-1.1.0-rc1/lib/libexpat.0.dylib
> _XML_GetErrorCode referenced from libsvn expected to be defined in
> /usr/local/svn-1.1.0-rc1/lib/libexpat.0.dylib
> _XML_Parse referenced from libsvn expected to be defined in
> /usr/local/svn-1.1.0-rc1/lib/libexpat.0.dylib
> _XML_ParserCreate referenced from libsvn expected to be defined in
> /usr/local/svn-1.1.0-rc1/lib/libexpat.0.dylib
> _XML_ParserFree referenced from libsvn expected to be defined in
> /usr/local/svn-1.1.0-rc1/lib/libexpat.0.dylib
> _XML_SetCharacterDataHandler referenced from libsvn expected to be
> defined in /usr/local/svn-1.1.0-rc1/lib/libexpat.0.dylib
> _XML_SetElementHandler referenced from libsvn expected to be defined
> in /usr/local/svn-1.1.0-rc1/lib/libexpat.0.dylib
> _XML_SetUserData referenced from libsvn expected to be defined in
> /usr/local/svn-1.1.0-rc1/lib/libexpat.0.dylib
> make: *** [subversion/clients/cmdline/svn] Error 1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 27 23:51:18 2004

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

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