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

svn114 build on osx 10.3.9 ; OK w/ neon-0.24.7, 'make' FAILS w/ neon-0.25.0

From: OpenMacNews <OpenMacNews_at_speakeasy.net>
Date: 2005-04-27 22:57:58 CEST

hi all,

i'm building subversion-1.1.4 from src on OSX 10.3.9.

with prereqs of:
        neon-0.24.7
        swig-1.3.24

all is fine.

however, when building against upgraded neon (v0.25.0), 'make' fails w/:

        ...
 Making all in strmatch
        make[3]: Nothing to be done for `local-all'.
        Making all in xlate
        make[3]: Nothing to be done for `local-all'.
        ------ completed all in apr-util
        /bin/sh /usr/ports/subversion/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -O2 -O2 -Wall
-Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
-I./subversion/include -I./subversion -I/usr/local/neon/include/neon
-I/usr/ports/subversion/apr/include -I/usr/ports/subversion/apr-util/include
-I/usr/local/berkeley-db/include -I/usr/local/include -o
subversion/libsvn_ra_dav/commit.lo -c subversion/libsvn_ra_dav/commit.c
        subversion/libsvn_ra_dav/commit.c: In function `do_checkout':
        subversion/libsvn_ra_dav/commit.c:452: warning: implicit declaration of
function `ne_add_response_header_handler'
        subversion/libsvn_ra_dav/commit.c:453: error: `ne_duplicate_header' undeclared
(first use in this function)
        subversion/libsvn_ra_dav/commit.c:453: error: (Each undeclared identifier is
reported only once
        subversion/libsvn_ra_dav/commit.c:453: error: for each function it appears in.)
        make: *** [subversion/libsvn_ra_dav/commit.lo] Error 1

fwiw, my config is:

   unsetenv CFLAGS CPPFLAGS CXX CXXFLAGS LDFLAGS LDDLFLAGS LD_PREBIND LINGUAS
LC_ALL LANG
   setenv CPPFLAGS "-I/usr/local/neon/include"
   setenv LDFLAGS "-L/usr/local/neon/lib -ldl"

   ./autogen.sh

   ./configure \
   --prefix=/usr/local/subversion \
   --enable-experimental-libtool \
   --enable-shared --disable-static \
   --disable-debug \
   --with-neon=/usr/local/neon --disable-neon-version-check \
   --disable-maintainer-mode \
   --disable-nls \
   --without-apache \
   --without-apxs \
   --with-swig=/usr/local/swig/bin/swig \
   --with-berkeley-db=/usr/local/berkeley-db \
   --with-zlib \
   --enable-javahl \
   --with-jdk
   make
   make install

Q: is this a known issue? any workaround as yet? if the topic's on list, i
missed it ... and would appreciate a thread pointer =)

thanks!

richard

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 27 23:03:08 2005

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.