Re: MSVC build broken with perl 5.10

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: MSVC build broken with perl 5.10
Date: 2008-04-08 20:01:31
Message-ID: 47FBCF1B.806@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Magnus Hagander wrote:
> I just tried the MSVC build on a system with ActiveState Perl 5.10, and
> it doesn't work. Some quick debugging before I downgraded to 5.8 showed
> that this regexp in Project.pm line 262:
> my $replace_re =
> qr{^([^:\n\$]+\.c)\s*:\s*(?:%\s*: )?\$(\([^\)]+\))\/(.*)\/[^\/]+$};
>
> matches things properly using Perl 5.8 in for example
> src/bin/initdb/Makefile (matches a total of around 10 Makefiles), but
> in 5.10 it simply does not match anything...
>
> Any perl guru out there who can comment on why? ;-)
>
>

Perhaps you would like to comment it using the x format, so that it
doesn't just look like white noise.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2008-04-08 20:19:10 Re: [PATCHES] libpq type system 0.9a
Previous Message Merlin Moncure 2008-04-08 19:58:19 Re: [PATCHES] libpq type system 0.9a

Browse pgsql-patches by date

  From Date Subject
Next Message Martijn van Oosterhout 2008-04-08 20:19:10 Re: [PATCHES] libpq type system 0.9a
Previous Message Merlin Moncure 2008-04-08 19:58:19 Re: [PATCHES] libpq type system 0.9a