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

Re: Windows Build instruction do not seem to work

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-09-24 00:18:45 CEST

Barry Scott wrote:

> I'm trying to build SVN 0.29.0 using the instruction in INSTALL with,
> I hope,
> correct changes to use winzip, cygwin tar and a SVN tar ball. My goal
> is a
> repeatable, automatic build, as I already have for FreeBSD.
>
> I'm seeing two problems. First I get this:
>
> [L:\subversion\subversion-0.29.0]
> > msdev subversion_msvc.dsw /MAKE "__ALL__"
> Warning: ignoring unknown target: __ALL__
> Error: There are no valid targets to build.

That's weird...

>
> Second if I start msdev interactive on the DSW and set project to
> __ALL__ and then press F7 I get:
>
> --------------------Configuration: __CONFIG__ - Win32
> Release--------------------
> Creating svn_private_config.h from svn_private_config.hw.
> --------------------Configuration: mod_dav_svn - Win32
> Release--------------------
> Compiling resources...
> L:\subversion\subversion-0.29.0\build\win32\../../apr/include/apr_general.h(66)
> : fatal error RC1015: cannot open include file 'apr.h'.
> Error executing rc.exe.

This was a problem with the order of dependencies in the generated .dsw
files -- the mod_dav_svn project would be built first, but since it
doesn't depend on the apr project, apr.h wasn't generated early enough
in the build. This seems to have been fixed now, so you'll have no
problems with 0.30.0.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 24 00:19:38 2003

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.