Re: forward vs backward slashes in msvc build code

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: 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-25 17:19:17
Message-ID: 553BCC95.4030100@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 04/25/2015 10:53 AM, Michael Paquier wrote:
> On Sat, Apr 25, 2015 at 9:58 PM, Peter Eisentraut wrote:
>> On 4/24/15 12:22 AM, Michael Paquier wrote:
>>> Now that the stuff related to the move from contrib/ to src/bin/,
>>> modulescheck and tmp_install has been committed, shouldn't we give a
>>> new shot at this patch? Attached is a rebased version.
>> done
> Thanks, bowerbird is running fine:
> http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=bowerbird&dt=2015-04-25%2013%3A31%3A06

But currawong is not - it runs an older version of the MS build tools.
See
<http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=currawong&dt=2015-04-25%2016%3A31%3A12>:

Bad format filename 'src/backend/access/brin/brin.c'
at src/tools/msvc/VCBuildProject.pm line 73.
VCBuildProject::WriteFiles(VC2008Project=HASH(0x9a7274), "*Project::F") called at src/tools/msvc/Project.pm line 363
Project::Save(VC2008Project=HASH(0x9a7274)) called at src/tools/msvc/Solution.pm line 539
Solution::Save(VS2008Solution=HASH(0xc00b7c)) called at src/tools/msvc/Mkvcbuild.pm line 656
Mkvcbuild::mkvcbuild(HASH(0xbed464)) called at build.pl line 36

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2015-04-25 18:05:49 Re: INSERT ... ON CONFLICT syntax issues
Previous Message Andrew Dunstan 2015-04-25 17:14:13 Re: pg_dump: largeobject behavior issues (possible bug)