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

Re: Build SVN with VSE 2008

From: D.J. Heap <djheap_at_gmail.com>
Date: Fri, 24 Jul 2009 08:30:45 -0600

On Fri, Jul 24, 2009 at 7:31 AM, Gavin 'Beau'
Baumanis<gavinb_at_thespidernet.com> wrote:
[snip]
> I do however still have some issues when running VS6-build.bat
> The following 4 I don't know if they are all warnings, or if I still need to
> do something with them?
>
> 1)
> Could not detect Ruby version.
>  Ruby bindings will be linked with msvcrt-ruby18.lib
>
> 2)
> Could not find installed SWIG, assuming version 1.3.25
>
> 3)
> WARNING: Error while determining neon version
>
> 4)
> swig not found; skipping SWIG file generation...

1, 2, and 4 are not a big deal -- you only need those if you want to
build the ruby/perl/python language bindings. On 3, you definitely
need to make sure it finds neon, though -- that is a required
component for Windows builds (unless something has changed recently).
You should just have to specify the location of neon when generating
the build files, or else it will default to looking for a 'neon'
folder underneath the Subersion source folder.

> And then I get these;
> C:\SVN\httpd\srclib\apr\include\apr_want.h(52): Could not find the file
> strings.h.
> C:\SVN\httpd\srclib\apr\include\apr_want.h(121): Could not find the file
> arpa/inet.h.
> C:\SVN\httpd\srclib\apr\include\apr_want.h(52): Could not find the file
> strings.h.
> C:\SVN\httpd\srclib\apr\include\apr_want.h(121): Could not find the file
> arpa/inet.h.
>
> and subsequently some libaprutil errors - but I assume they're a result of
> the above - but of course I don't actually know!

Some of the above header file warnings may be benign -- VS6 spits them
out during dependency scanning or something and I get a lot every time
I build. What were the libaprutil errors you got?

DJ

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2375211

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-24 16:31:46 CEST

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.