Re: forward vs backward slashes in msvc build code

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Noah Misch <noah(at)leadboat(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: forward vs backward slashes in msvc build code
Date: 2015-04-27 00:20:52
Message-ID: CAB7nPqS7kOCzka0C1AgR=1MT===ZdqMYKLdWCtKGjdNwfYeyxA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Apr 27, 2015 at 8:53 AM, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>
> On 04/26/2015 04:08 PM, Noah Misch wrote:
>>
>> On Sun, Apr 26, 2015 at 10:23:58AM -0400, Andrew Dunstan wrote:
>>>
>>> Setting up a VS2008 environment is hard these days, as MS seems to have
>>> removed the download :-(
>>
>> Visual C++ 2008 Express Edition:
>> http://go.microsoft.com/?linkid=7729279
>>
>
> Oh, cool. Thanks.

Thanks, I'll try to set up an environment and come up with a real
patch tested this time.

What I suspect is that we need to correctly replace all the references
to backslaches like '\\' or $obj =~ s/\\/_/g; to make things work
correctly.
Regards,
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2015-04-27 00:59:22 Re: Typo in a comment in set_rel_size()
Previous Message Andrew Dunstan 2015-04-26 23:53:05 Re: forward vs backward slashes in msvc build code