Interesting Stat for PPMs

2010-04-14 Thread Mark Dootson
Hi, I changed the wxperl.co.uk repository host a couple of months ago and have been checking stats to see what uses bandwidth. Sadly, not a lot of it is wxPerl - but surprisingly on the day Perl 5.12 is released, of the 2145 separate installations of a Wx PPM over the last 41 days, 1328 have

Re: Fwd: Re: Problem with ppm file in wxperl repository

2010-04-14 Thread Mark Dootson
Hi, Glad to hear it worked. I'm sorry about the none-support for ActivePerl 5.10.0 (builds below 1006). On the exact day I decided to extend PPM builds to Linux / MacOSX and 64bit flavours, ActiveState removed access to old version downloads. (Well, 'free' access at least). So I'm stuck with

Fwd: Re: Problem with ppm file in wxperl repository

2010-04-14 Thread Alexander
15.04.2010 0:03, Mark Dootson пишет: Hi, I did a quick test and have the errors you report. You need to upgrade your ActivePerl to 1007. That will solve the "Perl_croak_xs_usage" error message. The "missing wxmsw28u_core_vc_custom.dll" comes from the ActiveState repository - their Alien

Re: Error while compiling from svn on WindowsXp

2010-04-14 Thread Alexander
I use svn copy of code. alt revision 2893 Hi, Do you have success with the latest CPAN releases - 0.9701 0r Wx-0.9701_01 ?

Re: How to add a new module to Wx

2010-04-14 Thread Mark Dootson
Hi, wxWidgets is a cross platform C++ GUI toolkit. In addition to usage in C / C++ code, wxWidgets can be built as shared libraries and there are other language bindings to wxWidgets, notably wxPython and wxPerl. Alien::wxWidgets provides the 'tools' for either building shared wxWidgets libr

RE: How to add a new module to Wx

2010-04-14 Thread Steve Cookson
Hi Mark, Thanks for this. I'll probably take the second option. I'll let you know when I have it working. Do you think it will work on Linux too? Should I know what Alien is? It seems like some sort of framework for installing wxPerl. I looked at the doc on CPAN, but I wasn't much clearer.

Re: How to add a new module to Wx

2010-04-14 Thread Mark Dootson
Hi, If you have a working Perl + compiler combination, then the standard stuff should work :- Download tarball or svn for Alien-wxWidgets: In the source: perl Build.PL perl Build perl Build test perl Build install Download tarball or svn for Wx In the source: perl Makefile.PL perl make perl

Re: Error while compiling from svn on WindowsXp

2010-04-14 Thread Mark Dootson
Hi, Do you have success with the latest CPAN releases - 0.9701 0r Wx-0.9701_01 ? On 14/04/2010 20:32, Alexander wrote: Error message C:\uPerl\bin\perl.exe C:\uPerl\site\lib\ExtUtils\xsubpp -noprototypes -nolinenu mbers -typemap C:\uPerl\lib\ExtUtils\typemap -typemap ..\..\typemap -typemap ty

Re: Problem with ppm file in wxperl repository

2010-04-14 Thread Mark Dootson
Hi, I did a quick test and have the errors you report. You need to upgrade your ActivePerl to 1007. That will solve the "Perl_croak_xs_usage" error message. The "missing wxmsw28u_core_vc_custom.dll" comes from the ActiveState repository - their Alien-wxWidgets PPM does not seem to install

Re: Problem with ppm file in wxperl repository

2010-04-14 Thread Mark Dootson
Hi, Could you post the actual error message? Also, what is your ActivePerl build number? On 14/04/2010 17:48, Alexander wrote: I install wx from wxper.co.uk. but when i start minimal.pl from Wx samples dir i have "Perl_croack_xs_usage". What i do wrong?

Error while compiling from svn on WindowsXp

2010-04-14 Thread Alexander
Error message C:\uPerl\bin\perl.exe C:\uPerl\site\lib\ExtUtils\xsubpp -noprototypes -nolinenu mbers -typemap C:\uPerl\lib\ExtUtils\typemap -typemap ..\..\typemap -typemap ty pemap RichText.xs > RichText.xsc && C:\uPerl\bin\perl.exe -MExtUtils::Command - e "mv" -- RichText.xsc RichText.c g

RE: How to add a new module to Wx

2010-04-14 Thread Steve Cookson
Hi Mark, Thanks again for this. I'm happy to test the revisions you very kindly made. But I'm not clear how to start. I've been happily coding in wxPerl for the last year or so and using Perl as the glue to call other applications, like SWI-Prolog (which is amazing, if you haven't tried it) and

Re: Problem with ppm file in wxperl repository

2010-04-14 Thread Alexander
I install wx from wxper.co.uk. but when i start minimal.pl from Wx samples dir i have "Perl_croack_xs_usage". What i do wrong?