From: Steve Cookson [mailto:steve.cook...@sca-uk.com]
> Sent: vendredi, 17. avril 2015 17:32
> To: RAPPAZ Francois
> Cc: wxperl-users@perl.org
> Subject: Re: Cann't Perl Build with wxWidget 3.0.2
>
> Hi Francois,
>
> If you use the force install (I imagine you mean cpan -fi Wx).
my $frame = Wx::Frame->new( undef, -1, "Trivial Sample" );
$frame->Show;
$app->MainLoop;
-Original Message-
From: Steve Cookson [mailto:steve.cook...@sca-uk.com]
Sent: vendredi, 17. avril 2015 09:42
To: RAPPAZ Francois; wxperl-users@perl.org
Subject: Re: Cann't P
ct;
use Wx;
my $app = Wx::SimpleApp->new;
my $frame = Wx::Frame->new( undef, -1, "Trivial Sample" );
$frame->Show;
$app->MainLoop;
>>>>>>>>>>>>>>>>>>>>>>>>>>>
> -----Original Message-
> Fr
Hi Francois,
On 17/04/15 04:01, RAPPAZ Francois wrote:
Is there a way I could successfully install Wx::Alien and telling him : use my
"standalone" setup of wxWidgets, don't build your own ?
There is a parameter (--prefix), which I don't use, but you can play
with it. If you do a search on the
m: Steve Cookson [mailto:steve.cook...@sca-uk.com]
> Sent: jeudi, 16. avril 2015 17:34
> To: RAPPAZ Francois; wxperl-users@perl.org
> Subject: Re: Cann't Perl Build with wxWidget 3.0.2
>
> Hi Francois,
>
> I'm sorry your having such difficulties. I'm watchin
help
François
-Original Message-
From: RAPPAZ Francois [mailto:francois.rap...@unifr.ch]
Sent: mercredi, 15. avril 2015 14:30
To: wxperl-users@perl.org
Subject: RE: Cann't Perl Build with wxWidget 3.0.2
I succeed in having wxWidgets builded and compiled:
From the install.txt in
Francois [mailto:francois.rap...@unifr.ch]
> Sent: mercredi, 15. avril 2015 14:30
> To: wxperl-users@perl.org
> Subject: RE: Cann't Perl Build with wxWidget 3.0.2
>
> I succeed in having wxWidgets builded and compiled:
>
> From the install.txt in the ...\wxWidgets-3.0.2\docs\msw I
I succeed in having wxWidgets builded and compiled:
>From the install.txt in the ...\wxWidgets-3.0.2\docs\msw I add to change a few
>things:
- Call gmake instead of mingw32-make
- install the headers files for gdiplus: following
http://www.miscdebris.net/blog/2009/09/17/adding-gdi-headers-to-mi