You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karol Szkudlarek <ka...@mikronika.com.pl> on 2006/02/10 12:36:54 UTC

@SVN_SERF_INCLUDES

Hi!

I am trying to compile the latest trunk of subversion and I got the
following error:

make[1]: Leaving directory `/home/karol/var/svn/svnobj/neon'
------ completed all in neon
/bin/sh /home/karol/var/svn/svnobj/libtool --tag=CC --silent 
--mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE  -g -O2  -g -O2 -pthread 
-DNEON_ZLIB  -I../repossvn/trunk/subversion/include -I./subversion 
-I/home/karol/var/svn/svnobj/../repossvn/trunk/neon/src 
-I/usr/local/include/neon -I/home/karol/var/svn/svnobj/apr/include 
-I/home/karol/var/svn/repossvn/trunk/apr/include 
-I/home/karol/var/svn/svnobj/apr-util/include 
-I/home/karol/var/svn/repossvn/trunk/apr-util/include 
@SVN_SERF_INCLUDES@ -o subversion/libsvn_delta/cancel.lo -c 
../repossvn/trunk/subversion/libsvn_delta/cancel.c
gcc: @SVN_SERF_INCLUDES@: No such file or directory

What is it? What I am doing wrong?

Regards,
-- 
Karol Szkudlarek
Badawczo - Rozwojowa Spółdzielnia Pracy Mikroprocesorowych Systemów
Automatyki "Mikronika"
ul. Wykopy 2/4
60-001 POZNAŃ
tel. +48 61 6655600
fax +48 61 6655602
e-mail karol@mikronika.com.pl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: @SVN_SERF_INCLUDES

Posted by Karol Szkudlarek <ka...@mikronika.com.pl>.
Philip Martin wrote:
> Karol Szkudlarek <ka...@mikronika.com.pl> writes:
> 
> 
>>gcc: @SVN_SERF_INCLUDES@: No such file or directory
>>
>>What is it? What I am doing wrong?
> 
> 
> You need to run autogen.sh, to create a configure script that can
> handle SVN_SERF_INCLUDES, and then run configure.
> 
Thanks. Now compilation going forward.. Previously I thought that
simply: ./gen-make.py will be enough.

-- 
Karol Szkudlarek
Badawczo - Rozwojowa Spółdzielnia Pracy Mikroprocesorowych Systemów
Automatyki "Mikronika"
ul. Wykopy 2/4
60-001 POZNAŃ
tel. +48 61 6655600
fax +48 61 6655602
e-mail karol@mikronika.com.pl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: @SVN_SERF_INCLUDES

Posted by Philip Martin <ph...@codematters.co.uk>.
Karol Szkudlarek <ka...@mikronika.com.pl> writes:

> gcc: @SVN_SERF_INCLUDES@: No such file or directory
>
> What is it? What I am doing wrong?

You need to run autogen.sh, to create a configure script that can
handle SVN_SERF_INCLUDES, and then run configure.

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org