Sat Jun 19 12:41:33 2010: Request 58392 was acted upon.
Transaction: Correspondence added by MBARBON
Queue: Wx
Subject: Wx install fails on fresh 5.12.1 on OSX 10.6
Broken in: 0.9702
Severity: Critical
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=58392 >
Il Lun 14 Giu 2010 22:51:27, CLSCOTT ha scritto:
> Trying to install Wx with brand new 32bit build of perl 5.12.1 on OSX
> 10.6
> Alien::wxWidgets installed wxwidgets just fine but now Wx is failing
> with the following
> build exceptions:
>
> g++ <snip> -nostdinc -B/usr/include/gcc -B/usr/lib/gcc
> -isystem/usr/include -F/System/Library/Frameworks
These compiler flags tell g++ not to search some system search paths
for headers
> RichText.c:122:21: error: exception: No such file or directory
and here g++ can't find <exception>, which is a standard c++ header file.
If these flags come from your Perl installation, you will need to recompile
Perl without these flags.
Regards,
Mattia