On Sat, Jan 24, 2009 at 5:45 AM, Dave Lawrence
<dlawrence_at_ad-holdings.co.uk>wrote:
> Hi,
>
> I now get this when trying to build trunk
>
> /bin/bash /home/dave/svn/svn_trunk/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./subversion/include -I./subversion
> -I/home/dave/svn/svn_trunk/apr/include
> -I/home/dave/svn/svn_trunk/apr-util/include @SVN_DB_INCLUDES@
> -I/home/dave/svn/svn_trunk/neon/src -I/usr/local/include/neon
> -I./serf -I/usr/local/include -o subversion/libsvn_delta/cancel.lo -c
> subversion/libsvn_delta/cancel.c
> gcc: @SVN_DB_INCLUDES@: No such file or directory
> make: *** [subversion/libsvn_delta/cancel.lo] Error 1
>
> Using Ubuntu 8.10. Any ideas? It was working a few weeks ago - I don't
> think I've changed anything.
>
Nothing to do with svn (or ubuntu). There is something in your makefile (or
whatever you are using to build) that must be replaced by the driver script.
And that is the @SVN_DB_INCLUDES@. How and where it is supposed to be
replaced is something you should look into. Very likely specific to some env
setting or the way the bulid is run.
regards,
-Hari
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1060494
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-27 23:40:46 CET