[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: Gavin Baumanis <gavinb_at_thespidernet.com>
Date: Sat, 25 Jul 2009 00:53:55 +1000

On 25/07/2009, at 00:30 , D.J. Heap wrote:

> 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.
>

I added --with-neon.... and now it finds neon .28.3
(Thanks)

>
>> 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?
>

Ok...
the libaprutil errors are below.

--------------------Configuration: libaprutil - Win32
Release--------------------
Compiling...
apr_ldap_stub.c
./include\apr_ldap.h(132) : fatal error C1189: #error : Support for
LDAP v2.0 toolkits has been removed from apr-util.
apr_ldap_url.c
./include\apr_ldap.h(132) : fatal error C1189: #error : Support for
LDAP v2.0 toolkits has been removed from apr-util.
Generating Code...
Error executing cl.exe.

(thanks again)
Gavin.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-24 16:55:01 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.