ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> ppm
ppm
RE: Wx.pm as ppm from ActiveState?
by Mark Dootson other posts by this author
Oct 8 2009 6:10AM messages near this date
view in the new Beta List Site
RE: Wx.pm as ppm from ActiveState? | Re: Wx.pm as ppm from ActiveState?
For info, I think the problem is probably in the Alien::wxWidgets build.

For that, the build params should probably be, if you have not built 
wxWidgets separately -

perl Build.PL
     --wxWidgets-build=1
     --wxWidgets-unicode=1
     --wxWidgets-mslu=1
     --wxWidgets-portable=1
         --wxWidgets-build-opengl=1
     --prefix /your/path/to/prefix

or if you have a pre-built wxWidgets

environment - set WXDIR=C:\Path\to\wxWidgets
perl Build.PL
     --wxWidgets-build=0
     --wxWidgets-unicode=1
     --wxWidgets-mslu=1
     --wxWidgets-portable=1
     --prefix /your/path/to/prefix

The param --wxWidgets-portable makes necessary headers and libs 
available for build, so Wx should just build with

perl Makefile.PL
nmake

It also means that anyone with the Alien::wxWidgets PPM installed can 
compile their own Wx- XSModules against the headers in the PPM.

Making a unicode build makes all things possible - anyone out there 
still supporting Win98/Me etc can have users install unicows from MS.


One other thing :)  - it would be vv nice if wxWidgets were built 
separately with wxGraphicsContext included - (no useful alpha channels 
in colors if this isn't present).


Hope this helps.


Mark

_______________________________________________
PPM mailing list
PPM@[...].com
http://listserv.ActiveState.com/mailman/listinfo/ppm
Thread:
Gabor Szabo
Jan Dubois
Mark Dootson
Sisyphus
Mark Dootson

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved