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

Re: svn commit: rev 1937 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/svnlook trunk/subversion/mod_dav_svn trunk/subversion/tests/clients/cmdline trunk/subversion/tests/libsvn_repos trunk/subversion/libsvn_repos

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-05-14 22:26:00 CEST

Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:

> Did this change work when building mod_dav_svn. With head I currently get
>
> kapilch@darkcity:~/svn/shared [403]$ make subversion/mod_dav_svn/merge.lo
> /bin/sh /home/kapilch/svn/shared/libtool --silent --mode=compile gcc
> -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -g -Wall
> -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthreads
> -DNEON_ZLIB -Wpointer-arith -Wwrite-strings -Wshadow -DSVN_DEBUG -DAP_DEBUG
> -I/home/kapilch/include -I../source/subversion/include -I.
> -I/home/kapilch/include -I/home/kapilch/include -I/home/kapilch/include
> -I/home/kapilch/httpd-2.0/srclib/apr-util/xml/expat/lib
> -I/home/kapilch/include/neon -I/home/kapilch/include -o
> subversion/mod_dav_svn/merge.lo -c ../source/subversion/mod_dav_svn/merge.c
> ../source/subversion/mod_dav_svn/merge.c: In function
> `dav_svn__merge_response':
> ../source/subversion/mod_dav_svn/merge.c:433: warning: passing arg 4 of
> `svn_repos_dir_delta' from incompatible pointer type
> ../source/subversion/mod_dav_svn/merge.c:433: warning: passing arg 5 of
> `svn_repos_dir_delta' from incompatible pointer type
> ../source/subversion/mod_dav_svn/merge.c:433: warning: passing arg 6 of
> `svn_repos_dir_delta' from incompatible pointer type
> ../source/subversion/mod_dav_svn/merge.c:433: warning: passing arg 7 of
> `svn_repos_dir_delta' from incompatible pointer type
> ../source/subversion/mod_dav_svn/merge.c:433: warning: passing arg 12 of
> `svn_repos_dir_delta' makes integer from pointer without a cast
> ../source/subversion/mod_dav_svn/merge.c:433: too few arguments to function
> `svn_repos_dir_delta'
> make: *** [subversion/mod_dav_svn/merge.lo] Error 1
>

The change looks OK, and my VPATH, shared build works. Do you have old
Subversion header files in one of your -I paths?

% make subversion/mod_dav_svn/merge.lo
/bin/sh /home/pm/sw/subversion/obj/libtool --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -DSVN_DEBUG -pthread -DNEON_ZLIB -I/usr/local/apache2/include -I../svn/subversion/include -I. -I/usr/local/apache2/include -I/usr/local/apache2/include -I/usr/local/db4/include -I/home/pm/sw/apache-cvs/httpd-2.0/srclib/apr-util/xml/expat/lib -I/usr/local/neon-0.19.4/include/neon -o subversion/mod_dav_svn/merge.lo -c ../svn/subversion/mod_dav_svn/merge.c
%

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 14 22:27:06 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.