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

Re: compilation error on trunk

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-02-01 16:40:56 CET

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
Received on Tue Feb 1 16:42:31 2005

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.