RE: Cann't Perl Build with wxWidget 3.0.2

2015-04-20 Thread RAPPAZ Francois
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).

Re: Cann't Perl Build with wxWidget 3.0.2

2015-04-17 Thread Steve Cookson
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

RE: Cann't Perl Build with wxWidget 3.0.2

2015-04-17 Thread RAPPAZ Francois
ct; use Wx; my $app = Wx::SimpleApp->new; my $frame = Wx::Frame->new( undef, -1, "Trivial Sample" ); $frame->Show; $app->MainLoop; >>>>>>>>>>>>>>>>>>>>>>>>>>> > -----Original Message- > Fr

Re: Cann't Perl Build with wxWidget 3.0.2

2015-04-17 Thread Steve Cookson
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

RE: Cann't Perl Build with wxWidget 3.0.2

2015-04-17 Thread RAPPAZ Francois
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

Re: Cann't Perl Build with wxWidget 3.0.2

2015-04-16 Thread Steve Cookson
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

RE: Cann't Perl Build with wxWidget 3.0.2

2015-04-16 Thread RAPPAZ Francois
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

RE: Cann't Perl Build with wxWidget 3.0.2

2015-04-15 Thread RAPPAZ Francois
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