Thu Mar 11 06:00:25 2010: Request 53584 was acted upon.
Transaction: Correspondence added by KMX
Queue: Alien-wxWidgets
Subject: Another 64-bit troubles with mingw-w64 compiler
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=53584 >
Hi,
I am back with a patch for enabling Alien::wxWidgets to build via 64bit
mingw-w64 compiler.
1/ it turns out that it is nearly impossible to make wxwidgets 2.8.10 to build
via 64bit gcc from mingw-w64.sf.net
2/ so I have focused just on 2.9.0 and I was successfull
Please find eclosed files:
a/ Alien-wxWidgets-0.50_01-win64.patch - changes Build.PL + patches\data-2.9.0
b/ patches/wxMSW-2.9.0-makefiles.patch - updated file
c/ patches/wxMSW-2.9.0-w64-filefn.patch - new file
I have successfully tested patched Alien::wxWidgets on the following MS Win
compilers
- 32bit/gcc3 (currently used in strawberry perl 5.8/5.10)
- 32bit/gcc4 (expected to be used in upcomming strawberry perl 5.11/5.12)
- 64bit/gcc4 (expected to be used in upcomming strawberry perl 5.11/5.12)
--
kmx