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

Can't build under Macos 10.3 (Panther)

From: David Casti <david_at_casti.com>
Date: 2003-10-28 15:59:39 CET

Hello,

Has anyone been able to build subversion 32.1 under MacOS X 10.3 (Panther)?
I am only interested in the svn-client, and have tried several config
options to turn everything else off. My current config string is --

./configure --without-neo --without-apache --without-apxs --without-berkeley
--without-swing --without-zlib

-- and I am currently blowing up on --

cd subversion/libsvn_diff && /bin/sh
/Users/david/Desktop/subversion-0.32.1/libtool --silent --mode=link gcc -g
-O2 -g -O2
-L/Users/david/Desktop/subversion-0.32.1/apr-util/xml/expat/lib -rpath
/usr/local/lib -o libsvn_diff-1.la diff.lo diff3.lo diff4.lo diff_file.lo
lcs.lo token.lo util.lo ../../subversion/libsvn_subr/libsvn_subr-1.la
/Users/david/Desktop/subversion-0.32.1/apr-util/libaprutil-0.la
/Users/david/Desktop/subversion-0.32.1/apr-util/xml/expat/lib/libexpat.la
-liconv /Users/david/Desktop/subversion-0.32.1/apr/libapr-0.la -lresolv

*** Warning: linker path does not have real file for library -lsvn_subr-1.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libsvn_subr-1 and none of the candidates passed a file format test
*** using a file magic. Last file checked:
/Users/david/Desktop/subversion-0.32.1/subversion/libsvn_subr/.libs/libsvn_s
ubr-1.lai

*** Warning: linker path does not have real file for library -laprutil-0.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libaprutil-0 and none of the candidates passed a file format test
*** using a file magic. Last file checked:
/Users/david/Desktop/subversion-0.32.1/apr-util/.libs/libaprutil-0.lai
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
/usr/bin/libtool: file: .libs/libsvn_diff-1.0.0.0.dylib-master.o is not an
object file (not allowed in a library)
make: *** [subversion/libsvn_diff/libsvn_diff-1.la] Error 1

-- I have tried other config options (fewer "--without" settings) and did
get different errors, but nothing that results in a svn-client.

Thanks,
David.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 28 16:00:25 2003

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.