On Jun 2, 2010, at 21:56, 刘国庆 wrote:

> I use all the subversion version, all the error, how are make not the past, 
> please help us to see what it is.
>  
>  
> [r...@localhost subversion-1.6.11]# make
> /bin/sh /opt/src/subversion-1.6.11/libtool --tag=CC --silent --mode=compile 
> gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE  -g -O2  -g 
> -O2 -pthread  -D_LARGEFILE64_SOURCE -DNE_LFS  -I/usr/local/apache2/include 
> -I./subversion/include -I./subversion 
> -I/usr/local/subversion/apr/include/apr-1   
> -I/usr/local/subversion/apr-util/include/apr-1 
> -I/usr/local/subversion/neon/include/neon    
> -I/usr/local/subversion/serf/include/serf-0 
> -I/usr/local/subversion/sqlite/include -I/usr/local/subversion/zlib/include 
> -o subversion/mod_dav_svn/activity.lo -c subversion/mod_dav_svn/activity.c
> subversion/mod_dav_svn/activity.c: In function `dav_svn__delete_activity':
> subversion/mod_dav_svn/activity.c:163: warning: passing arg 4 of 
> `dav_new_error' makes integer from pointer without a cast
> subversion/mod_dav_svn/activity.c:163: error: too few arguments to function 
> `dav_new_error'
> make: *** [subversion/mod_dav_svn/activity.lo] Error 1
>  
>  
> [r...@localhost subversion-1.6.11]# ls
> aclocal.m4  BUGS              CHANGES      config.status  COPYING        
> HACKING      Makefile     notes     sqlite-amalgamation  TRANSLATING
> apr         build             COMMITTERS   configure      doc            
> INSTALL      Makefile.in  packages  subversion           win-tests.py
> apr-util    build.conf        config.log   configure.ac   gen-make.opts  
> libtool      mkmf.log     README    temp                 www
> autogen.sh  build-outputs.mk  config.nice  contrib        gen-make.py    
> libtool.old  neon         serf      tools                zlib
>  
>  
>   $ ./configure --prefix=/usr/local/subversion 
> --with-apr=/usr/local/subversion/apr 
> --with-apr-util=/usr/local/subversion/apr-util 
> --with-neon=/usr/local/subversion/ne
> on --with-serf=/usr/local/subversion/serf 
> --with-sqlite=/usr/local/subversion/sqlite 
> --with-zlib=/usr/local/subversion/zlib

You seem to be describing the same problem Winfried did earlier today: that 
mod_dav_svn appears to be incompatible with Apache 2.3.x at this time:

http://svn.haxx.se/users/archive-2010-06/0025.shtml

I assume you are using Apache 2.3.x?


  • make error 刘国庆
    • Re: make error Ryan Schmidt

Reply via email to