Skip Menu |

This queue is for tickets about the Alien-wxWidgets CPAN distribution.

Report information
The Basics
Id: 57757
Status: resolved
Priority: 0/
Queue: Alien-wxWidgets

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

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



Subject: Failure in Any_wx_config_Bakefile.pm on OSX w/ wx 5.8.11
OSX 10.6 Perl 5.12.1 wxWidgets 2.8.11 Alien::wxWidgets 0.51 When running the Build script I get the failure: -lwxregexu-2.8 at inc/My/Build/Any_wx_config_Bakefile.pm line 38. The correct wx-config is in my $PATH and wx-config --libs reports: -L/usr/local/wx/lib -arch i386 -framework IOKit -framework Carbon -framework Cocoa - framework System -framework QuickTime -framework OpenGL -framework AGL /usr/local/wx/lib/libwx_macu-2.8.a -framework WebKit -lwxregexu-2.8 -lwxtiff-2.8 -lwxjpeg- 2.8 -lwxpng-2.8 -lz -lpthread -liconv Can I provide any more info? Thanks, Clayton
Il Sab 22 Maggio 2010 11:56:55, CLSCOTT ha scritto: Show quoted text
> -L/usr/local/wx/lib -arch i386 -framework IOKit -framework Carbon > -framework Cocoa - > framework System -framework QuickTime -framework OpenGL -framework AGL > /usr/local/wx/lib/libwx_macu-2.8.a -framework WebKit -lwxregexu-2.8 > -lwxtiff-2.8 -lwxjpeg- > 2.8 -lwxpng-2.8 -lz -lpthread -liconv > > > Can I provide any more info?
I think the problem is that you are using a static wxWidgets, which is not supported (the error message could be improved, thogh). Regards, Mattia
Thanks, that appeared to be the case. Clayton