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

Building SVN 1.4 under VS2005

From: Vyacheslav V. Zholudev <vyacheslav.zholudev_at_gmail.com>
Date: Wed, 17 Sep 2008 17:49:13 +0200

Hello!

When I try to build Subversion 1.4 in VS 2005 (and 2008 as well) I get
multiple errors like:

54>fatal error RC1107: invalid usage; use RC /? for Help
54>Project : error PRJ0002 : Error result 1 returned from 'C:\Program
Files\Microsoft SDKs\Windows\v6.0A\bin\rc.exe'.

I found out that it is due to the beginning of the rc command line:

rc.exe /d "SVN_FILE_NAME="mod_dav_svn.so"" /d
"SVN_FILE_DESCRIPTION="Subversion plug-in for the Apache DAV module""
<other parameteres>

We can see that in this generated string we have double quotes that
cause an error.
Of course I can change this manually, but SVN has lots of projects and
those projects are generated automatically.
So the question is, is there a way to overcome this problem in an
automated way?
In INSTALL file it's written that SVN can be built under VS2003 and
VS2005 as well. So how one did manage to do that?
Any pointers are highly appreciated.

Many thanks!
Vyacheslav

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-17 17:51:49 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.