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

svn 0.14.0: compiling fails on MacOS X

From: Christian Schaffner <schaffner_at_artclip.ch>
Date: 2002-07-24 14:33:10 CEST

Dear svn developers

I am trying to pack subversion 0.14.0 for fink
(http://fink.sourceforge.net), the package manager for MacOS X. But
the build fails.

The configure was run as:
-----------------------
./configure --prefix=/sw
--mandir=/sw/src/root-svn-client-0.14.0-1/sw/share/man
--infodir=/sw/src/root-svn-client-0.14.0-1/sw/share/info
--with-neon=/sw --with-expat=/sw --with-berkeley-db=/sw
--enable-maintainer-mode --disable-shared
-----------------------

The error messages are:
-----------------------
...
Making all in network_io/unix
/bin/sh /sw/src/svn-client-0.14.0-1/subversion-r2667/apr/libtool
--silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes
-Wstrict-prototypes -Wmissing-declarations -DHAVE_CONFIG_H -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/sw/include/db4
-I/sw/include -I../../include -I../../include/arch/unix
-I../../include/arch/unix -c sendrecv.c && touch sendrecv.lo
sendrecv.c: In function `apr_sendfile':
sendrecv.c:873: `sendfilevec_t' undeclared (first use in this function)
sendrecv.c:873: (Each undeclared identifier is reported only once
sendrecv.c:873: for each function it appears in.)
sendrecv.c:873: `sfv' undeclared (first use in this function)
sendrecv.c:873: warning: statement with no effect
sendrecv.c:874: parse error before `int'
sendrecv.c:885: `vecs' undeclared (first use in this function)
sendrecv.c:888: `curvec' undeclared (first use in this function)
sendrecv.c:891: `i' undeclared (first use in this function)
sendrecv.c:891: warning: left-hand operand of comma expression has no effect
sendrecv.c:892: `SFV_FD_SELF' undeclared (first use in this function)
sendrecv.c:896: `requested_len' undeclared (first use in this function)
sendrecv.c:914: warning: left-hand operand of comma expression has no effect
sendrecv.c:947: `repeat' undeclared (first use in this function)
sendrecv.c:950: warning: implicit declaration of function `sendfilev'
make[3]: *** [sendrecv.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [external-all] Error 1
### execution of failed, exit code 2
-----------------------

Any ideas? Any help or tips would be very much appreciated!

Chris.

PS:
MacOS 10.1.5, with April 2002 Dev Tools

- neon 0.21.2
- db4 4.0.14
- expat 1.95.3
all installed as fink packages.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 24 14:44:52 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.