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

Re: Subversion 1.2 RC1 Binaries

From: Matthew England <mengland_at_mengland.net>
Date: 2005-04-13 00:26:19 CEST

At 4/12/2005 04:16 PM, Matthew England wrote:
>I'm curious: If 1.2-rc1 present enough difficulty compiling with
>VisualStudio/Microsoft compilers, why not build with a cygwin
>(http://cygwin.com) instead?

Well, I'll try to answer my own question: the cygwin-svn-1.2-rc1 broke on
me. Details below. These issues may or may not be the same thing as
mentioned previously (on this thread or others), so my apologies for not
reading more closely if this is the case.

Fyi, I'm building without apache integration (I'll run exclusively from
svnserve or the native svn lib) nor Berkley DB capability. My build cmdline:

     ./configure --without-berkeley-db && make && make check

The following is an exercept of my build output.

So I too am in the "how do I build 1.2-rc1 on Windows?" boat.

-Matt

[...]
cd subversion/libsvn_subr && /bin/bash
/cygdrive/e/scratch/builds/subversion-1.2.0-rc1/libtool --tag=CC --silent
--mode=link gcc -g -O2 -g -O2 -DNEON_ZLIB -rpath /usr/local/lib -o
libsvn_subr-1.la -no-undefined auth.lo cmdline.lo config.lo config_auth.lo
config_file.lo config_win.lo ctype.lo date.lo error.lo hash.lo io.lo
lock.lo md5.lo opt.lo path.lo pool.lo quoprint.lo sorts.lo stream.lo
subst.lo svn_base64.lo svn_string.lo target.lo time.lo utf.lo
utf_validate.lo validate.lo version.lo xml.lo
/cygdrive/e/scratch/builds/subversion-1.2.0-rc1/apr-util/libaprutil-0.la
-lgdbm -lexpat -liconv
/cygdrive/e/scratch/builds/subversion-1.2.0-rc1/apr/libapr-0.la -lresolv
-lcrypt -lintl

*** Warning: This system can not link to static lib archive
/cygdrive/e/scratch/builds/subversion-1.2.0-rc1/apr-util/libaprutil-0.la.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This system can not link to static lib archive
/cygdrive/e/scratch/builds/subversion-1.2.0-rc1/apr/libapr-0.la.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
Creating library file: .libs/libsvn_subr-1.dll.a
.libs/auth.o(.text+0x19): In function `svn_auth_open':
/cygdrive/e/scratch/builds/subversion-1.2.0-rc1/subversion/libsvn_subr/auth.c:103:
undefined reference to `_apr_palloc'
.libs/auth.o(.text+0x32):/cygdrive/e/scratch/builds/subversion-1.2.0-rc1/subversion/libsvn_subr/auth.c:104:
undefined reference to `_apr_hash_make'
.libs/auth.o(.text+0x3f):/cygdrive/e/scratch/builds/subversion-1.2.0-rc1/subversion/libsvn_subr/auth.c:105:
undefined reference to `_apr_hash_make'
[...]

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 13 00:28:18 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.