Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 52877
Status: resolved
Worked: 45 min
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: ETJ [...] cpan.org
Requestors: schwern [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 7.05_06



Subject: [Fwd: [Fwd: Re: '()' escaped to '\(\)' is breaking my build]]
Date: Thu, 17 Dec 2009 13:56:08 -0800
To: via RT <bug-ExtUtils-MakeMaker [...] rt.cpan.org>
From: Michael G Schwern <schwern [...] pobox.com>
See analysis on the makemaker list. Might be ok to replace quote_paren() with quote_literal() and have quote_literal() quote parens. Show quoted text
-------- Original Message -------- Subject: [Fwd: Re: '()' escaped to '\(\)' is breaking my build] Date: Thu, 17 Dec 2009 13:46:11 -0800 From: Michael G Schwern <schwern@pobox.com> To: makemaker <makemaker@perl.org> Forwarding back to the list so its archived.
-------- Original Message -------- Subject: Re: '()' escaped to '\(\)' is breaking my build Date: Thu, 17 Dec 2009 13:08:35 -0500 From: Dave Anderson <b10@davywavy.com> To: Michael G Schwern <schwern@pobox.com> References: <4B292F39.7090601@davywavy.com> <4B2988C2.3000807@pobox.com> Hi, I attached a .zip of Makefile.PL, Makefile, and error.txt which is text from my command prompt. Thanks! Dave A Michael G Schwern wrote:
> Dave Anderson wrote:
>> The key line is: >>
>>> LDDLFLAGS => '-libpath:"c:\Program Files (x86)\Microsoft >>> Visual Studio 9.0\VC\lib"
>> The parenthesis are annoyingly escaped when creating the Makefile: >>
>>> LDDLFLAGS = -libpath:"c:\Program Files \(x86\)\Microsoft Visual >>> Studio 9.0\VC\lib" -libpath:"c:\Program Files\Microsoft >>> SDKs\Windows\v6.0A\Lib"
>> Which breaks the build on Windows. The INC attribute doesn't do that >> so why does LDDLFLAGS? I've tried moving those options into LD but it >> has the same problem. For now I'm going to have to modify the >> generated Makefile each time I call Makefile.PL.
> > Sorry about that. > > Please attach your Makefile and a copy of the build error, then we can > get started investigating. > >
-- A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?
Download error.zip
application/octet-stream 10.1k

Message body not shown because it is not plain text.

This seems to be the same issue as in https://rt.cpan.org/Ticket/Display.html?id=68679
On Wed Jan 07 22:01:54 2015, ETJ wrote: Show quoted text
> As of https://github.com/Perl-Toolchain-Gang/ExtUtils- > MakeMaker/commit/0c7aa72f8216b06b2224345e72ee993573d11848 this now > works.