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 2005/02/01 13:51:29 UTC

compilation error on trunk

Hi!

Trunk doesn't compile on my box. After svn up and gen-make.py the latest 
trunk I got error:

/bin/sh /home/karol/var/svn/svnobj/libtool --silent --mode=compile gcc 
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE 
-D_GNU_SOURCE  -g -O2   -pthread  -DNEON_ZLIB 
-I../repossvn/trunk/subversion/include -I./subversion 
-I/home/karol/usr/subversion/include/neon 
-I/usr/local/ports/svn/include/apr-0 
-I/usr/local/ports/svn/include/apr-0  -o 
subversion/libsvn_repos/repos.lo -c 
../repossvn/trunk/subversion/libsvn_repos/repos.c
../repossvn/trunk/subversion/libsvn_repos/repos.c: In function 
`create_hooks':
../repossvn/trunk/subversion/libsvn_repos/repos.c:455: error: parse 
error before "SVN_BINDIR"
make: *** [subversion/libsvn_repos/repos.lo] Error 1

Karol

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

Re: compilation error on trunk

Posted by Max Bowsher <ma...@ukf.net>.
Karol Szkudlarek wrote:
> Max Bowsher wrote:
>> Karol Szkudlarek wrote:
>>
>>> Hi!
>>>
>>> Trunk doesn't compile on my box. After svn up and gen-make.py the latest
>>> trunk I got error:
>>>
>>> /bin/sh /home/karol/var/svn/svnobj/libtool --silent --mode=compile gcc
>>> -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
>>> -D_GNU_SOURCE  -g -O2   -pthread  -DNEON_ZLIB
>>> -I../repossvn/trunk/subversion/include -I./subversion
>>> -I/home/karol/usr/subversion/include/neon
>>> -I/usr/local/ports/svn/include/apr-0
>>> -I/usr/local/ports/svn/include/apr-0  -o
>>> subversion/libsvn_repos/repos.lo -c
>>> ../repossvn/trunk/subversion/libsvn_repos/repos.c
>>> ../repossvn/trunk/subversion/libsvn_repos/repos.c: In function
>>> `create_hooks':
>>> ../repossvn/trunk/subversion/libsvn_repos/repos.c:455: error: parse
>>> error before "SVN_BINDIR"
>>> make: *** [subversion/libsvn_repos/repos.lo] Error 1
>>
>>
>> You have stale files in your tree, re-run ./autogen.sh.
>>
>> Max.
>>
>
> Thank you. After ./autogen.sh and ./configure everything is fine now.
>
> I thought that ./gen-make.py did the same job without need to run
> above scripts.

./gen-make.py is only *part* of ./autogen.sh.
It just happens to be the part which most often has to be re-run.

Max.


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

Re: compilation error on trunk

Posted by Karol Szkudlarek <ka...@mikronika.com.pl>.
Max Bowsher wrote:
> Karol Szkudlarek wrote:
> 
>> Hi!
>>
>> Trunk doesn't compile on my box. After svn up and gen-make.py the latest
>> trunk I got error:
>>
>> /bin/sh /home/karol/var/svn/svnobj/libtool --silent --mode=compile gcc
>> -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
>> -D_GNU_SOURCE  -g -O2   -pthread  -DNEON_ZLIB
>> -I../repossvn/trunk/subversion/include -I./subversion
>> -I/home/karol/usr/subversion/include/neon
>> -I/usr/local/ports/svn/include/apr-0
>> -I/usr/local/ports/svn/include/apr-0  -o
>> subversion/libsvn_repos/repos.lo -c
>> ../repossvn/trunk/subversion/libsvn_repos/repos.c
>> ../repossvn/trunk/subversion/libsvn_repos/repos.c: In function
>> `create_hooks':
>> ../repossvn/trunk/subversion/libsvn_repos/repos.c:455: error: parse
>> error before "SVN_BINDIR"
>> make: *** [subversion/libsvn_repos/repos.lo] Error 1
> 
> 
> You have stale files in your tree, re-run ./autogen.sh.
> 
> Max.
> 

Thank you. After ./autogen.sh and ./configure everything is fine now.

I thought that ./gen-make.py did the same job without need to run
above scripts.

Karol



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

Re: compilation error on trunk

Posted by Max Bowsher <ma...@ukf.net>.
Karol Szkudlarek wrote:
> Hi!
> 
> Trunk doesn't compile on my box. After svn up and gen-make.py the latest
> trunk I got error:
> 
> /bin/sh /home/karol/var/svn/svnobj/libtool --silent --mode=compile gcc
> -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
> -D_GNU_SOURCE  -g -O2   -pthread  -DNEON_ZLIB
> -I../repossvn/trunk/subversion/include -I./subversion
> -I/home/karol/usr/subversion/include/neon
> -I/usr/local/ports/svn/include/apr-0
> -I/usr/local/ports/svn/include/apr-0  -o
> subversion/libsvn_repos/repos.lo -c
> ../repossvn/trunk/subversion/libsvn_repos/repos.c
> ../repossvn/trunk/subversion/libsvn_repos/repos.c: In function
> `create_hooks':
> ../repossvn/trunk/subversion/libsvn_repos/repos.c:455: error: parse
> error before "SVN_BINDIR"
> make: *** [subversion/libsvn_repos/repos.lo] Error 1

You have stale files in your tree, re-run ./autogen.sh.

Max.


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