Skip Menu |

This queue is for tickets about the Wx CPAN distribution.

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

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

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



Subject: Wx install fails on fresh 5.12.1 on OSX 10.6
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: cp lib/Wx/RichText.pm ../../blib/lib/Wx/RichText.pm /Users/tex/perls/perl-5.12.1/bin/perl /Users/tex/perls/perl- 5.12.1/lib/5.12.1/ExtUtils/xsubpp -noprototypes -nolinenumbers -typemap /Users/tex/perls/perl-5.12.1/lib/5.12.1/ExtUtils/typemap -typemap ../../typemap - typemap typemap RichText.xs > RichText.xsc && mv RichText.xsc RichText.c g++ -arch i386 -UWX_PRECOMP -c -I. -I../.. -I/Users/tex/perls/perl- 5.12.1/lib/site_perl/5.12.1/darwin- 2level/Alien/wxWidgets/mac_2_8_10_uni/lib/wx/include/mac-unicode-release-2.8 - I/Users/tex/perls/perl-5.12.1/lib/site_perl/5.12.1/darwin- 2level/Alien/wxWidgets/mac_2_8_10_uni/include/wx-2.8 -fno-common -DPERL_DARWIN - no-cpp-precomp -arch i386 -nostdinc -B/usr/include/gcc -B/usr/lib/gcc - isystem/usr/include -F/System/Library/Frameworks -fno-strict-aliasing -pipe -fstack- protector -I/usr/local/include -I/opt/local/include -O3 -DVERSION=\"0.01\" - DXS_VERSION=\"0.01\" "-I/Users/tex/perls/perl-5.12.1/lib/5.12.1/darwin-thread-multi- 2level/CORE" -DWXPL_EXT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXMAC__ RichText.c RichText.c:122:21: error: exception: No such file or directory And of course failure to compile.
Il Lun 14 Giu 2010 22:51:27, CLSCOTT ha scritto: Show quoted text
> 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 Show quoted text
> 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
Show quoted text
> If these flags come from your Perl installation, you will need to > recompile > Perl without these flags.
Mattia, Thanks for your help and my apologies for taking so long to reply. I don't know how to resolve the issue on my end, I was just trying to install 5.12 with wx to play with Padre. Clayton
I forgot to mark the ticket closed. On Tue Aug 17 08:43:44 2010, CLSCOTT wrote: Show quoted text
> > If these flags come from your Perl installation, you will need to > > recompile > > Perl without these flags.
> > Mattia, > > Thanks for your help and my apologies for taking so long to reply. > I don't know how to resolve the issue on my end, I was just trying to > install 5.12 with wx to play > with Padre. > > Clayton > >