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

Re: [PATCH] fix compile error with Visual Studio 2008 express edition

From: masaru tsuchiyama <m.tmatma_at_gmail.com>
Date: Fri, 26 Sep 2008 16:49:38 +0900

Hi.

> Wouldn't you at least want to verify if this happens to work with, e.g., VC6?
I have VC6 Enterprise Edition (Japanese Edition).
I had confirmed that it could successfully compile and 'svn help' worked fine
both when applying the patch and not.

Sorry not to say that.

Regards.
Masaru.

2008/9/26 Branko Čibej <brane_at_xbc.nu>:
> Bert Huijben wrote:
>>>
>>> -----Original Message-----
>>> From: masaru tsuchiyama [mailto:m.tmatma_at_gmail.com]
>>> Sent: donderdag 25 september 2008 14:13
>>> To: dev_at_subversion.tigris.org
>>> Subject: [PATCH] fix compile error with Visual Studio 2008 express
>>> edition
>>>
>>> Hi
>>>
>>> The attached patch fixes compile error by Visual Studio 2008 express
>>> edition.
>>>
>>> [[[
>>> Fix compile error by Visual Studio 2008 Express Edition.
>>> winres.h is not available in it.
>>>
>>> * build/win32/svn.rc
>>> (): Include winresrc.h instead of winres.h
>>>
>>> ]]]
>>>
>>
>> Hi,
>>
>> I can confirm this and will commit the patch to trunk when I get home (and
>> nobody applies it before I do)
>>
>> winres.h is a wrapper header from the MFC and/or ATL framework included
>> with the more expensive Visual C++ versions. This wrapper includes
>> winresrc.h for the real work.
>>
>> Thanks for supplying the patch,
>>
>
> Wouldn't you at least want to verify if this happens to work with, e.g.,
> VC6? I have this nagging feeling that it doesn't.
>
> -- Brane
>
>
Received on 2008-09-26 09:49:56 CEST

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.