Skip Menu |

This queue is for tickets about the Wx CPAN distribution.

Report information
The Basics
Id: 79907
Status: resolved
Priority: 0/
Queue: Wx

People
Owner: Nobody in particular
Requestors: jquelin [...] cpan.org
Cc:
AdminCc:

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



Subject: compilation error
it seems there's a 64 parameter on the g++ invocation which doesn't belong to any flag... output attached as a file.
Subject: a
Download a
application/octet-stream 8.6k

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #79907] compilation error
Date: Fri, 28 Sep 2012 13:58:33 +0100
To: bug-Wx [...] rt.cpan.org
From: Mark Dootson <mark.dootson [...] znix.com>
Hi, In the source file build/Wx/build/MakeMaker/Any_wxConfig.pm line 45 reads $text =~ s{^(LD(?:DL)?FLAGS\s*=.*?)-L/usr/local/lib/?}{$1}mg; If you comment it out, I think Wx will build for you OK. Please let me know if this gives you success. Regards Mark On 28/09/2012 13:41, Jerome Quelin via RT wrote: Show quoted text
> Fri Sep 28 08:41:28 2012: Request 79907 was acted upon. > Transaction: Ticket created by JQUELIN > Queue: Wx > Subject: compilation error > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: jquelin@cpan.org > Status: new > Ticket<URL: https://rt.cpan.org/Ticket/Display.html?id=79907> > > > it seems there's a 64 parameter on the g++ invocation which doesn't > belong to any flag... > output attached as a file. >
On Fri Sep 28 08:59:19 2012, mark.dootson@znix.com wrote: Show quoted text
> In the source file > build/Wx/build/MakeMaker/Any_wxConfig.pm > line 45 reads > $text =~ s{^(LD(?:DL)?FLAGS\s*=.*?)-L/usr/local/lib/?}{$1}mg; > > If you comment it out, I think Wx will build for you OK. > Please let me know if this gives you success.
bingo! (except it's build/Wx/build/MakeMaker/Any_wx_config.pm)
Fixed in 0.9913 release