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

Re: svn 0.14.0: compiling fails on MacOS X

From: Christian Schaffner <schaffner_at_eeh.ee.ethz.ch>
Date: 2002-07-29 16:37:57 CEST

Hi Nicholas and List

I was able to resolve my problem myself: The thing was that the
LDFLAGS were set to '-flat_namespace -undefined suppress' as it was
needed on MacOS X with earlier versions of svn. The only thing I
needed to do was take out those to LDFLAGS and the svn client
compiled wunderfully!

There is now a fink package in the fink package tracker
(http://sourceforge.net/tracker/?func=detail&aid=587999&group_id=17203&atid=414256)
which still needs to be approved by the fink developers.

Have a nice day, Chris.

At 16:52 Uhr +0200 28.7.2002, Christian Schaffner wrote:
>% sudo make
>
>which gives:
>
>
>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[2]: *** [sendrecv.lo] Error 1
>make[1]: *** [all-recursive] Error 1
>make: *** [all-recursive] Error 1
>
>
>Any ideas? It would be really great, if somebody could help me here...
>
>Chris.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 29 16:38:35 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.