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

Re: build error "undefined reference to `_apr_uuid_parse'"

From: Dave Lawrence <dlawrence_at_ad-holdings.co.uk>
Date: Mon, 02 Mar 2009 10:20:38 +0000

Christian Fischer wrote:
> Hi all!
>
> My Goal is to write a tutorial for a alternate build process under Windows.
> Trying to compile subversion under the stable release of cygwin inside
> of windows XP i am getting the following error:
>
> $ make
> cd subversion/libsvn_fs && /bin/sh
> /home/hood-user/subversion-1.5.6/libtool --tag=CC --silent --mode=link
> gcc -g -O2 -L/usr/l
> ocal/lib -rpath /usr/local/lib -o libsvn_fs-1.la -no-undefined
> access.lo fs-loader.lo ../../subversion/libsvn_subr/libsvn_subr-1.
> la ../../subversion/libsvn_fs_fs/libsvn_fs_fs-1.la
> ../../subversion/libsvn_delta/libsvn_delta-1.la
> ../../subversion/libsvn_subr/li
> bsvn_subr-1.la ../../subversion/libsvn_fs_util/libsvn_fs_util-1.la
> /usr/lib/libapr-0.la -lresolv -lcrypt -lintl
> .libs/fs-loader.o: In function `svn_fs_set_uuid':
> /home/hood-user/subversion-1.5.6/subversion/libsvn_fs/fs-loader.c:1014:
> undefined reference to `_apr_uuid_parse'
> Creating library file: .libs/libsvn_fs-1.dll.a
> collect2: ld returned 1 exit status
> make: *** [subversion/libsvn_fs/libsvn_fs-1.la] Error 1
>
> Installed all the libs and dev-tools in cygwin.
> configure runs fine, make exits.
> The source code used is subversion-1.5.6.
>
> Tried google, nothing found.
>
I'm not sure why you're asking about Cygwin Subversion on the
TortoiseSVN mailing list. But anyway, I concur I was building it the
other day and got this error. Since I was building pysvn client, and
set uuid goes on in the svnadmin thing so I didn't need it, I worked
around it by removing that function call and replacing it with something
like "result = -1".

If you want a proper answer I suggest trying the SVN users' mailing list.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1255657
Received on 2009-03-02 13:12:32 CET

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.