Skip Menu |

This queue is for tickets about the Wx CPAN distribution.

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

People
Owner: mbarbon [...] users.sourceforge.net
Requestors: asw [...] cpan.org
Cc:
AdminCc:

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



Subject: compilation error (Wx 0.71, wxWidgets 2.8.3)
using wxWidgets 2.8.3 (unicode, shared), Alien::wxWidgets 0.31, compiling Wx-0.71 I get the following error: g++ -c -I. -I../.. -I/usr/local/wxWidgets-2.8.3/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/local/wxWidgets-2.8.3/include/wx-2.8 -pthread -O2 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fpic "-I/usr/local/perl-5.8.8/lib/i686-linux/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ XRC.c XRC.c: In function ‘void XS_Wx__XmlResource_SetDomain(CV*)’: XRC.c:716: error: duplicate ‘const’ make[2]: *** [XRC.o] Error 1 make[2]: Leaving directory `/home/andrew/build/Wx-0.71/ext/xrc' make[1]: *** [subdirs] Error 2 make[1]: Leaving directory `/home/andrew/build/Wx-0.71/ext' make: *** [subdirs] Error 2 I get the same error on MSW using mingw.
I can't reproduce the error here (same versions). Could you please send me a compressed copy of XRC.c? It would also be helpful if you could: cd ext/xrc make XRC.i and send me the compressed XRC.i as well. bzip2 preferred. Thanks! Mattia
Subject: Re: [rt.cpan.org #26005] compilation error (Wx 0.71, wxWidgets 2.8.3)
Date: Sat, 31 Mar 2007 15:34:52 +0100
To: bug-Wx [...] rt.cpan.org
From: Andrew <sobakasu [...] gmail.com>
Hi, there was an error compiling XRC.i, but the file was still produced (see make.txt) cheers Andrew On 3/31/07, via RT <bug-Wx@rt.cpan.org> wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=26005 > > > I can't reproduce the error here (same versions). Could > you please send me a compressed copy of XRC.c? It would also > be helpful if you could: > > cd ext/xrc > make XRC.i > > and send me the compressed XRC.i as well. > > bzip2 preferred. > > Thanks! > Mattia > >

Message body is not shown because sender requested not to inline it.

Download XRC.c.bz2
application/x-bzip2 6k

Message body not shown because it is not plain text.

Download XRC.i.bz2
application/x-bzip2 144.6k

Message body not shown because it is not plain text.

Hi, I could reproduce and fix the error. wxPerl 0.72 is now on CPAN. Thanks! Mattia
Subject: Re: [rt.cpan.org #26005] compilation error (Wx 0.71, wxWidgets 2.8.3)
Date: Sun, 1 Apr 2007 08:13:34 +0100
To: bug-Wx [...] rt.cpan.org
From: Andrew <sobakasu [...] gmail.com>
0.72 works for me. thanks for that cheers Andrew On 3/31/07, via RT <bug-Wx@rt.cpan.org> wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=26005 > > > Hi, > I could reproduce and fix the error. wxPerl 0.72 is > now on CPAN. > > Thanks! > Mattia > >