You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
(7) |
Mar
(5) |
Apr
(4) |
May
(15) |
Jun
(10) |
Jul
(4) |
Aug
(12) |
Sep
(39) |
Oct
(22) |
Nov
(46) |
Dec
(65) |
2002 |
Jan
(19) |
Feb
(27) |
Mar
(50) |
Apr
(73) |
May
(85) |
Jun
(52) |
Jul
(49) |
Aug
(95) |
Sep
(152) |
Oct
(81) |
Nov
(42) |
Dec
(62) |
2003 |
Jan
(45) |
Feb
(47) |
Mar
(101) |
Apr
(110) |
May
(53) |
Jun
(72) |
Jul
(125) |
Aug
(77) |
Sep
(87) |
Oct
(69) |
Nov
(55) |
Dec
(71) |
2004 |
Jan
(127) |
Feb
(68) |
Mar
(93) |
Apr
(102) |
May
(64) |
Jun
(92) |
Jul
(40) |
Aug
(113) |
Sep
(44) |
Oct
(61) |
Nov
(44) |
Dec
(100) |
2005 |
Jan
(57) |
Feb
(51) |
Mar
(101) |
Apr
(73) |
May
(45) |
Jun
(97) |
Jul
(92) |
Aug
(94) |
Sep
(46) |
Oct
(83) |
Nov
(82) |
Dec
(68) |
2006 |
Jan
(92) |
Feb
(116) |
Mar
(84) |
Apr
(66) |
May
(40) |
Jun
(57) |
Jul
(89) |
Aug
(82) |
Sep
(58) |
Oct
(94) |
Nov
(104) |
Dec
(70) |
2007 |
Jan
(86) |
Feb
(108) |
Mar
(193) |
Apr
(84) |
May
(71) |
Jun
(54) |
Jul
(17) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Matthias R. <mat...@ra...> - 2007-01-04 17:33:30
|
Hi, Mark Dootson schrieb: > Hi, > > I think it is probably caused by different versions of wxPerl / wxWidgets. > > Anyhow, I think the unusual behaviour is actually under Linux. > When you add a window, you should also specify a wxGBPosition. > > If your wxPerl is greater than 0.25, I think you can just pass an array > ref, so > > $szEK->Add($lblEkNet, [1,1]) > > should work. > > This might be the problem, I'm using a debian package for v0.22 from http://www.barbon.org/wxperl/. The latest source package wouldnt compile on my actual Debian stable machine, after 2h fixing libs, packages and paths I gave up. Is there a newer .deb-version anywhere out there to install? > If not, then > $szEK->Add($lblEkNet, Wx::GBPosition->new(1,1)) > > should be OK. > > Dang, I tried this, but with a typo... GbPosition... =P Thanks for your reply! Bye, /\\atthias |
From: Auberon P. <bi...@ba...> - 2007-01-03 18:31:58
|
Hi VJAGGRA $ 3 , 30 AMMBJEN $ 2 , 90 VALLJUM $ 1 , 25 CJALJS $ 3 , 75 XANNjAX $1 , 50 =20 http://www.waserivisitferioncrry.com =20 _____ =20 =20 the name... and they had been plotting to kill someone else... him! Harry took his face out of his hands, opened his eyes, and stared around his bedroom as though expecting to see something unusual there. As it |
From: Mark D. <mar...@zn...> - 2007-01-03 17:57:19
|
Hi, I think it is probably caused by different versions of wxPerl / wxWidgets. Anyhow, I think the unusual behaviour is actually under Linux. When you add a window, you should also specify a wxGBPosition. If your wxPerl is greater than 0.25, I think you can just pass an array ref, so $szEK->Add($lblEkNet, [1,1]) should work. If not, then $szEK->Add($lblEkNet, Wx::GBPosition->new(1,1)) should be OK. Regards Mark Matthias Rahn wrote: > Hi, > > i wrote a small app under Linux which adds a control like this: > >> my $lblEkNet = Wx::StaticText->new($self, -1, 'testit'); >> my $szEK = Wx::GridBagSizer->new(2, 3); >> $szEK->Add($lblEkNet); > > While this works fine with Linux I get an error under Windows: > >> unable to resolve overloaded method for Wx::GridBagSizer::Add > > What could be the problem and how can I solve it? > > Greetz, > /\\atthias > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users |
From: Johan V. <jvr...@sq...> - 2007-01-03 17:55:20
|
Hi, Do we have one? There seems to be a wxPython analogue clock widget... -- Johan |
From: Matthias R. <mat...@ra...> - 2007-01-03 11:25:40
|
Hi, i wrote a small app under Linux which adds a control like this: > my $lblEkNet = Wx::StaticText->new($self, -1, 'testit'); > my $szEK = Wx::GridBagSizer->new(2, 3); > $szEK->Add($lblEkNet); While this works fine with Linux I get an error under Windows: > unable to resolve overloaded method for Wx::GridBagSizer::Add What could be the problem and how can I solve it? Greetz, /\\atthias |
From: Foo JH <jhf...@ex...> - 2007-01-03 03:29:46
|
Thanks for the response guys. Will try it. Edward Heil wrote: > I don't have a PPD handy, but it's a single file ("POE/Loop/Wx.pm") -- > shouldn't be any problem to install by hand. :) > > > Foo JH wrote: > >> Hi all, >> >> Does anyone know of a ppd for poe::loop::wx? I'm been recommended to try >> POE on wxPer, but it's getting the ppd for Windows that's the problem... >> >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> wxperl-users mailing list >> wxp...@li... >> https://lists.sourceforge.net/lists/listinfo/wxperl-users >> > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users > |
From: Edward H. <ed...@do...> - 2007-01-02 19:08:55
|
I don't have a PPD handy, but it's a single file ("POE/Loop/Wx.pm") -- shouldn't be any problem to install by hand. :) Foo JH wrote: > Hi all, > > Does anyone know of a ppd for poe::loop::wx? I'm been recommended to try > POE on wxPer, but it's getting the ppd for Windows that's the problem... > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users |
From: Peter R. <Pet...@ho...> - 2007-01-02 08:33:15
|
On Sun, 10 Sep 2006 16:50:56 -0700 Eric Wilhelm wrote: > I'll push these changes out to CPAN as soon as I am able (read that as: > "hey, frustrated programmer in 2007, ping me if I haven't done it > yet.") > > --Eric http://search.cpan.org/~ewilhelm/ <-- PING :) |
From: Mike S. <Mik...@Do...> - 2006-12-31 19:53:22
|
We've never made a PPD, but it is a Pure Perl module you should be able to drop it in easily enough. Worst case, find out where POE is installed on your system, and copy the Wx.pm file to the <install_dir>\POE\Loop\ directory. Also, since it is pure perl , will CPAN not work to install it on Win32? Hope that helps. Mike. |
From: Foo JH <jhf...@ex...> - 2006-12-31 09:15:33
|
Hi all, Does anyone know of a ppd for poe::loop::wx? I'm been recommended to try POE on wxPer, but it's getting the ppd for Windows that's the problem... |
From: Foo JH <jhf...@ex...> - 2006-12-30 15:21:08
|
Hi all, Does anyone know of a ppd for poe::loop::wx? I'm been recommended to try POE on wxPer, but it's getting the ppd for Windows that's the problem... |
From: Daniel C. C. <cri...@gm...> - 2006-12-27 22:56:41
|
Forgot to cc to wxperl-users lists -----Original Message----- From: Daniel Cristian Craciunean [mailto:cri...@gm...]=20 Sent: Thursday, December 28, 2006 12:55 AM To: 'Beule, Franck' Cc: 'wxp...@li...' Subject: RE: [wxperl-users] Problem for installing last wxPerl on = Windows Hello, You can find .ppm's at http://www.gigi.co.uk/wxperl/ppm.html -----Original Message----- From: wxp...@li... [mailto:wxp...@li...] On Behalf Of Beule, Franck Sent: Wednesday, December 27, 2006 6:22 PM To: wxp...@li... Cc: mb...@cp... Subject: Re: [wxperl-users] Problem for installing last wxPerl on = Windows Is there anyone that can give me a windows binary of wxPerl-0.67 ? It should have been located at = http://wxperl.sourceforge.net/download.html but the last version updated is only 0.26, a one year old version ! It's been 3 days I try to compile it and don't find out how to do it. My configuration is : System : Windows XP Perl : Active Perl 5.8.8 Build 819 (last existing version) wxWidgets version 2.8.0 compiled in all modes The error I get is described at the end of the message. Thinking that I should install Alien::wxWidgets, I tried to do it with version 0.27. It seems that I don't have Module::Build. I tried to install the version 0.2806. It seems that I don't have : Module::Signature (optional) ExtUtils::ParseXS (optional) Pod::Readme (optional) ExtUtils::Cbuilder (optional) Archive::Tar I have is version 0.072 instead of required version 1.08 Ok. I tried to install Archive::Tar version 1.30. The perl command line interpreter crashes. I get more an more unbuildable packages to build and I'm going to be = crazy ! I don't know what to do to get out of this trap... I continue my investigation by copying the Archive::Tar files into d:\perl\site\lib. Alien::wxWidgets seems to install after adding a new package Module-Pluggable-3.4. I'm now trying to make Wx-0.67 and I get after some lib in VC98 not = found... Attempt to free unreferenced scalar: SV 0x20eaa10, Perl interpreter: 0x224554 at D:/Perl/lib/ExtUtils/MakeMaker.pm line 190. ERROR from evaluation of D:\Wx-0.67\ext/Makefile.PL: ERROR from = evaluation of D: \Wx-0.67\ext\stc/Makefile.PL: No such 'link' library: 'stc' at D:/Wx-0.67/build/ Wx/build/MakeMaker.pm line 206 # Looks like your test died before it could output anything. If I comment the buggy line, the script goes to his end. But in the compilation process, I get more errors... I'll never reach my goal... -----Message d'origine----- De : Beule, Franck=20 Envoy=E9 : mercredi 27 d=E9cembre 2006 11:02 =C0 : 'wxp...@li...' Objet : RE: Problem for installing last wxPerl on Windows Hi, The last version of what ? All the versions I use are the last ones : wxWidgets 2.8.0 wxPerl 0.67 What can be newer ?=20 -----Message d'origine----- De : wxp...@li... [mailto:wxp...@li...] De la part de Mattia Barbon Envoy=E9 : dimanche 24 d=E9cembre 2006 13:07 =C0 : wxp...@li... Objet : Re: [wxperl-users] Problem for installing last wxPerl on Windows On Fri, 22 Dec 2006 17:15:36 +0100 "Beule, Franck" <FB...@nd...> wrote: Hi, > D:\Wx-0.67>perl Makefile.PL > Warning: prerequisite Alien::wxWidgets 0.25 not found. <snip> > Writing Makefile for Wx > Can't locate object method "wx_base_directory" via package > "Alien::wxWidgets" at > D:/Wx-0.67/build/Wx/build/MakeMaker/Win32.pm line 56. > # Looks like your test died before it could output anything. >=20 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > For installation instructions and further help please see > docs/INSTALL.pod >=20 > For command line switches help use: > perl Makefile.PL --help > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D It appears Wx does not correctly handle the case of an old Alien::wxWidgets. For the moment, please install a new version before trying to build Wx. Regards Mattia ------ My first message : Hi, for the moment, I've used the Windows compiled version of wxPerl = available at http://wxperl.sourceforge.net/download.html But the version available is only 0.26. I need to install the last 0.67 version. Unfortunately, this version is = only available with sources. I need to compil them by myself. I've downloaded and installed on d:\perl ActivePerl-5.8.8.819-MSWin32-x86-267479.msi I've downloaded and compiled at every possible modes wxWidget 2.8.0 on d:\wxWidgets-2.8.0 with Microsoft Visual C++ 6.0 I've downloaded and unziped Wx-0.67 on d:\Wx-0.67 I've set WXDIR=3Dd:\wxWidgets-2.8.0 and WXWIN=3Dd:\wxWidgets-2.8.0 I've set in PATH the path for perl and the one for nmake take in Visual = C++ subdirs. And now, when I start to compile, I get an error (see below) Someone can help me ? I don't know what is this Alien::wxWidgets ! Thanks D:\Wx-0.67>perl Makefile.PL Warning: prerequisite Alien::wxWidgets 0.25 not found. Writing Makefile for Wx::Socket Writing Makefile for Wx::DND Writing Makefile for Wx::FS Writing Makefile for Wx::Grid Writing Makefile for Wx::Help Writing Makefile for Wx::Html Writing Makefile for Wx::MDI Writing Makefile for Wx::Print Writing Makefile for Wx::XRC Writing Makefile for Wx::STC Writing Makefile for Wx::DocView Writing Makefile for Wx::Calendar Writing Makefile for Wx::DateTime Writing Makefile for Wx::Media Writing Makefile for Wx::RichText Writing Makefile for Wx::AUI Writing Makefile for Wx::Perl::SplashFast Writing Makefile for Wx::Perl::Carp Writing Makefile for Wx::Perl::TextValidator Writing Makefile for Wx::Perl Writing Makefile for Wx Can't locate object method "wx_base_directory" via package "Alien::wxWidgets" at D:/Wx-0.67/build/Wx/build/MakeMaker/Win32.pm line 56. # Looks like your test died before it could output anything. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D For installation instructions and further help please see docs/INSTALL.pod For command line switches help use: perl Makefile.PL --help =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D D:\Wx-0.67> *************************************************************************= *** ******* Information contained in this email message is confidential and may be privileged, and is intended only for use of the individual or entity = named above. If the reader of this message is not the intended recipient, or = the employee or agent responsible to deliver it to the intended recipient, = you are hereby notified that any dissemination, distribution or copying of = this communication is strictly prohibited. If you have received this communication in error, please immediately notify the pos...@nd... = and destroy the original message. *************************************************************************= *** *******=20 -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share = your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV _______________________________________________ wxperl-users mailing list wxp...@li... https://lists.sourceforge.net/lists/listinfo/wxperl-users |
From: Beule, F. <FB...@nd...> - 2006-12-27 16:21:48
|
Is there anyone that can give me a windows binary of wxPerl-0.67 ? It = should have been located at http://wxperl.sourceforge.net/download.html = but the last version updated is only 0.26, a one year old version ! It= 's been 3 days I try to compile it and don't find out how to do it. My= configuration is : System : Windows XP Perl : Active Perl 5.8.8 Buil= d 819 (last existing version) wxWidgets version 2.8.0 compiled in all mo= des The error I get is described at the end of the message. Thinkin= g that I should install Alien::wxWidgets, I tried to do it with version 0= .27. It seems that I don't have Module::Build. I tried to install the ve= rsion 0.2806. It seems that I don't have : Module::Signature (optional)= ExtUtils::ParseXS (optional) Pod::Readme (optional) ExtUtils::Cbuilde= r (optional) Archive::Tar I have is version 0.072 instead of required ve= rsion 1.08 Ok. I tried to install Archive::Tar version 1.30. The perl= command line interpreter crashes. I get more an more unbuildable pack= ages to build and I'm going to be crazy ! I don't know what to do to get= out of this trap... I continue my investigation by copying the Archiv= e::Tar files into d:\perl\site\lib. Alien::wxWidgets seems to install af= ter adding a new package Module-Pluggable-3.4. I'm now trying to make = Wx-0.67 and I get after some lib in VC98 not found... Attempt to free un= referenced scalar: SV 0x20eaa10, Perl interpreter: 0x224554 at D:/Perl/= lib/ExtUtils/MakeMaker.pm line 190. ERROR from evaluation of D:\Wx-0.67\= ext/Makefile.PL: ERROR from evaluation of D: \Wx-0.67\ext\stc/Makefile.P= L: No such 'link' library: 'stc' at D:/Wx-0.67/build/ Wx/build/MakeMaker= .pm line 206 # Looks like your test died before it could output anything= . If I comment the buggy line, the script goes to his end. But in the = compilation process, I get more errors... I'll never reach my goal...= -----Message d'origine----- De : Beule, Franck Envoy=E9 : mercredi= 27 d=E9cembre 2006 11:02 =C0 : 'wxp...@li...' Ob= jet : RE: Problem for installing last wxPerl on Windows Hi, The las= t version of what ? All the versions I use are the last ones : wxWidg= ets 2.8.0 wxPerl 0.67 What can be newer ? -----Message d'origine-= ---- De : wxp...@li... [mailto:wxperl-user= s-b...@li...] De la part de Mattia Barbon Envoy=E9 : = dimanche 24 d=E9cembre 2006 13:07 =C0 : wxp...@li...urceforge.n= et Objet : Re: [wxperl-users] Problem for installing last wxPerl on Wind= ows On Fri, 22 Dec 2006 17:15:36 +0100 "Beule, Franck" <FB...@nd...= m> wrote: Hi, > D:\Wx-0.67>perl Makefile.PL > Warning: prerequis= ite Alien::wxWidgets 0.25 not found. <snip> > Writing Makefile for = Wx > Can't locate object method "wx_base_directory" via package > "Alie= n::wxWidgets" at > D:/Wx-0.67/build/Wx/build/MakeMaker/Win32.pm line 56= . > # Looks like your test died before it could output anything. > > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > For insta= llation instructions and further help please see > docs/INSTALL.pod > = > For command line switches help use: > perl Makefile.PL --help > =3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D It appears Wx= does not correctly handle the case of an old Alien::wxWidgets. For the = moment, please install a new version before trying to build Wx. Regar= ds Mattia ------ My first message : Hi, for the moment, I've= used the Windows compiled version of wxPerl available at http://wxperl.= sourceforge.net/download.html But the version available is only 0.26. = I need to install the last 0.67 version. Unfortunately, this version is= only available with sources. I need to compil them by myself. I've do= wnloaded and installed on d:\perl ActivePerl-5.8.8.819-MSWin32-x86-267479= .msi I've downloaded and compiled at every possible modes wxWidget 2.8.0= on d:\wxWidgets-2.8.0 with Microsoft Visual C++ 6.0 I've downloaded and= unziped Wx-0.67 on d:\Wx-0.67 I've set WXDIR=3Dd:\wxWidgets-2.8.0 and= WXWIN=3Dd:\wxWidgets-2.8.0 I've set in PATH the path for perl and the o= ne for nmake take in Visual C++ subdirs. And now, when I start to comp= ile, I get an error (see below) Someone can help me ? I don't know wh= at is this Alien::wxWidgets ! Thanks D:\Wx-0.67>perl Makefile.PL W= arning: prerequisite Alien::wxWidgets 0.25 not found. Writing Makefile f= or Wx::Socket Writing Makefile for Wx::DND Writing Makefile for Wx::FS = Writing Makefile for Wx::Grid Writing Makefile for Wx::Help Writing Mak= efile for Wx::Html Writing Makefile for Wx::MDI Writing Makefile for Wx= ::Print Writing Makefile for Wx::XRC Writing Makefile for Wx::STC Writ= ing Makefile for Wx::DocView Writing Makefile for Wx::Calendar Writing = Makefile for Wx::DateTime Writing Makefile for Wx::Media Writing Makefi= le for Wx::RichText Writing Makefile for Wx::AUI Writing Makefile for W= x::Perl::SplashFast Writing Makefile for Wx::Perl::Carp Writing Makefil= e for Wx::Perl::TextValidator Writing Makefile for Wx::Perl Writing Mak= efile for Wx Can't locate object method "wx_base_directory" via package = "Alien::wxWidgets" at D:/Wx-0.67/build/Wx/build/MakeMaker/Win32.pm line= 56. # Looks like your test died before it could output anything. =3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D For installati= on instructions and further help please see docs/INSTALL.pod For comm= and line switches help use: perl Makefile.PL --help =3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D D:\Wx-0.67> ***************= ******************************************************************** Inf= ormation contained in this email message is confidential and may be privi= leged, and is intended only for use of the individual or entity named abo= ve. If the reader of this message is not the intended recipient, or the e= mployee or agent responsible to deliver it to the intended recipient, you= are hereby notified that any dissemination, distribution or copying of t= his communication is strictly prohibited. If you have received this commu= nication in error, please immediately notify the pos...@nd... and d= estroy the original message. *******************************************= **************************************** |
From: Beule, F. <FB...@nd...> - 2006-12-27 10:02:20
|
Hi, The last version of what ? All the versions I use are the last on= es : wxWidgets 2.8.0 wxPerl 0.67 What can be newer ? -----Mess= age d'origine----- De : wxp...@li... [mail= to:wxp...@li...] De la part de Mattia Barbo= n Envoy=E9 : dimanche 24 d=E9cembre 2006 13:07 =C0 : wxperl-users@lists= .sourceforge.net Objet : Re: [wxperl-users] Problem for installing last = wxPerl on Windows On Fri, 22 Dec 2006 17:15:36 +0100 "Beule, Franck" = <FB...@nd...> wrote: Hi, > D:\Wx-0.67>perl Makefile.PL > Warn= ing: prerequisite Alien::wxWidgets 0.25 not found. <snip> > Writing= Makefile for Wx > Can't locate object method "wx_base_directory" via pa= ckage > "Alien::wxWidgets" at > D:/Wx-0.67/build/Wx/build/MakeMaker/Wi= n32.pm line 56. > # Looks like your test died before it could output any= thing. > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > For installation instructions and further help please see > docs/INS= TALL.pod > > For command line switches help use: > perl Makefile.PL -= -help > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D = It appears Wx does not correctly handle the case of an old Alien::wxWi= dgets. For the moment, please install a new version before trying to bui= ld Wx. Regards Mattia ------ My first message : Hi, for t= he moment, I've used the Windows compiled version of wxPerl available at = http://wxperl.sourceforge.net/download.html But the version available = is only 0.26. I need to install the last 0.67 version. Unfortunately, = this version is only available with sources. I need to compil them by mys= elf. I've downloaded and installed on d:\perl ActivePerl-5.8.8.819-MSW= in32-x86-267479.msi I've downloaded and compiled at every possible modes= wxWidget 2.8.0 on d:\wxWidgets-2.8.0 with Microsoft Visual C++ 6.0 I've= downloaded and unziped Wx-0.67 on d:\Wx-0.67 I've set WXDIR=3Dd:\wxWi= dgets-2.8.0 and WXWIN=3Dd:\wxWidgets-2.8.0 I've set in PATH the path for= perl and the one for nmake take in Visual C++ subdirs. And now, when = I start to compile, I get an error (see below) Someone can help me ? = I don't know what is this Alien::wxWidgets ! Thanks D:\Wx-0.67>perl= Makefile.PL Warning: prerequisite Alien::wxWidgets 0.25 not found. Wri= ting Makefile for Wx::Socket Writing Makefile for Wx::DND Writing Makef= ile for Wx::FS Writing Makefile for Wx::Grid Writing Makefile for Wx::H= elp Writing Makefile for Wx::Html Writing Makefile for Wx::MDI Writing= Makefile for Wx::Print Writing Makefile for Wx::XRC Writing Makefile f= or Wx::STC Writing Makefile for Wx::DocView Writing Makefile for Wx::Ca= lendar Writing Makefile for Wx::DateTime Writing Makefile for Wx::Media= Writing Makefile for Wx::RichText Writing Makefile for Wx::AUI Writin= g Makefile for Wx::Perl::SplashFast Writing Makefile for Wx::Perl::Carp = Writing Makefile for Wx::Perl::TextValidator Writing Makefile for Wx::Pe= rl Writing Makefile for Wx Can't locate object method "wx_base_director= y" via package "Alien::wxWidgets" at D:/Wx-0.67/build/Wx/build/MakeMake= r/Win32.pm line 56. # Looks like your test died before it could output a= nything. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D = For installation instructions and further help please see docs/INSTALL.p= od For command line switches help use: perl Makefile.PL --help =3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D D:\Wx-0.67> = *************************************************************************= ********** Information contained in this email message is confidential a= nd may be privileged, and is intended only for use of the individual or e= ntity named above. If the reader of this message is not the intended reci= pient, or the employee or agent responsible to deliver it to the intended= recipient, you are hereby notified that any dissemination, distribution = or copying of this communication is strictly prohibited. If you have rece= ived this communication in error, please immediately notify the postmaste= r...@nd... and destroy the original message. ****************************= ******************************************************* |
From: Hartman M. <ue...@sh...> - 2006-12-26 02:02:41
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <img alt="steak" src="cid:par...@sh..." height="431" width="544"><br> Bush is just a puppet and blaming him for everything is stupid.<br> In addition, the right pane also displays links to blogs and Wikipedia entries and other types of information available on the web. The group met with Environment minister Barry Penner in May to pitch their plan, with . The company beat both revenue and subscriber targets by a large margin. You disagree with the story?<br> Electronic voting machines. 99 and includes an extra character slot when the game is purchased from Gamers Gate. "Like Parallels, the software enables users to run a host of operating systems, including Windows, Linux, NetWare and Solaris, without the need to reboot. " - In a nod to the classics, EQII players can participate in a quest to help that skinflint Mergott Mizzlefig McScroogle understand the meaning of Frostfell. He bombed the WTC on 911 right?<br> Luckily, I have more free time than brains, so I will keep embarrassing this tool until HD-DVD wins.<br> Here is a DaveBG post from www. It showed that the MessageBox API function that enables Windows applications to give simple alerts to users, if subjected to repeated calls, can leave an open handle to free memory. Plus I'll buy the longest warranty they have every time.<br> 65 TrillionBy Scott M. Dave, one of the biggest mouths of all, doesn't even own a BD player or a single movie.<br> Temperature minimein calo, massime in aumento. Great, thanks for sharing you opinion.<br> The update also includes a brand new "realistic" ruleset feature where the readiness recovery rate is halved.<br> They could and SHOULD have gotten slapped with a two-by-four. Sara nostra cura avvisare con lo stesso mezzo novita al riguardo non appena pervenute.<br> Don't have a username? Puts Malone in Charge of DBSBy Scott M. Then you can go back through the list, search for your code, and verify that it was put in the correct place. Still, it seems sometimes even this can't help, peculiarly. Temperature minime in leggero aumento,massime senza variazioni di rilievo.<br> </body> </html> |
From: Mattia B. <mat...@li...> - 2006-12-24 12:07:36
|
On Fri, 22 Dec 2006 17:15:36 +0100 "Beule, Franck" <FB...@nd...> wrote: Hi, > D:\Wx-0.67>perl Makefile.PL > Warning: prerequisite Alien::wxWidgets 0.25 not found. <snip> > Writing Makefile for Wx > Can't locate object method "wx_base_directory" via package > "Alien::wxWidgets" at > D:/Wx-0.67/build/Wx/build/MakeMaker/Win32.pm line 56. > # Looks like your test died before it could output anything. > > ====================================================================== > For installation instructions and further help please see > docs/INSTALL.pod > > For command line switches help use: > perl Makefile.PL --help > ====================================================================== It appears Wx does not correctly handle the case of an old Alien::wxWidgets. For the moment, please install a new version before trying to build Wx. Regards Mattia |
From: sm <imf...@pa...> - 2006-12-23 06:52:43
|
Hi All, I have down loaded both wxPerl-dev-0.26-wx-2.6.2-win32-u-5.8.6 and wxPerl-0.26-wx-2.6.2-win32-u-5.8.6 I am running C:\temp>perl -v This is perl, v5.8.8 built for MSWin32-x86-multi-thread (with 25 registered patches, see perl -V for more detail) Copyright 1987-2006, Larry Wall Binary build 817 [257965] provided by ActiveState http://www.ActiveState.com Built Mar 20 2006 17:54:25 When I run *ppm install Wx-dev-0.26.ppd*. I get the follwoing error message C:\temp> ppm install Wx-dev-0.26.ppd ==================== Install 'Wx-dev-0.26' version 0.26 in ActivePerl 5.8.8.817. ==================== Error: Undefined subroutine &Compress::Zlib::gzopen called at C:/PRG/Perl/site/lib/IO/Zlib.pm line 440. I have checked my installtion of the failing module, it is up to date. ==================== Name: Compress-Zlib Version: 2.001 Author: Paul Marquess (pm...@cp...) Title: Compress-Zlib Abstract: Interface to zlib compression library InstDate: Thu Nov 23 15:06:26 2006 Location: http://www.bribes.org/perl/ppm Prerequisites: 1. Compress-Raw-Zlib 0.0 2. IO-Compress-Base 0.0 Available Platforms: 1. MSWin32-x86-multi-thread 2. MSWin32-x86-multi-thread-5.8 I need help with this. Any suggestions -sm |
From: Zerachiel R. <ske...@ja...> - 2006-12-23 05:38:58
|
Hi =20 AM_MBlEN $ 2. 90 VA_ALlUM $ 1. 25 Vl_lAGRA $ 3. 30 Cl_lALlS $ 3. 75 XA_ANAX $ 1. 50 =20 http://www.yertionjandekinyandefun.com =20 =20 =20 his hip flask. Madam Rosmerta, the pretty landlady, didnt seem to think much of this; she was looking askance at Moody as she collected glasses from tables around them. Perhaps she thought it was an insult to her |
From: Beule, F. <FB...@nd...> - 2006-12-22 16:16:14
|
Hi, for the moment, I've used the Windows compiled version of wxPerl = available at http://wxperl.sourceforge.net/download.html But the vers= ion available is only 0.26. I need to install the last 0.67 version. U= nfortunately, this version is only available with sources. I need to com= pil them by myself. I've downloaded and installed on d:\perl ActivePe= rl-5.8.8.819-MSWin32-x86-267479.msi I've downloaded and compiled at ever= y possible modes wxWidget 2.8.0 on d:\wxWidgets-2.8.0 with Microsoft Vis= ual C++ 6.0 I've downloaded and unziped Wx-0.67 on d:\Wx-0.67 I've se= t WXDIR=3Dd:\wxWidgets-2.8.0 and WXWIN=3Dd:\wxWidgets-2.8.0 I've set in = PATH the path for perl and the one for nmake take in Visual C++ subdirs.= And now, when I start to compile, I get an error (see below) Someone= can help me ? I don't know what is this Alien::wxWidgets ! Thanks = D:\Wx-0.67>perl Makefile.PL Warning: prerequisite Alien::wxWidgets 0.2= 5 not found. Writing Makefile for Wx::Socket Writing Makefile for Wx::D= ND Writing Makefile for Wx::FS Writing Makefile for Wx::Grid Writing M= akefile for Wx::Help Writing Makefile for Wx::Html Writing Makefile for= Wx::MDI Writing Makefile for Wx::Print Writing Makefile for Wx::XRC W= riting Makefile for Wx::STC Writing Makefile for Wx::DocView Writing Ma= kefile for Wx::Calendar Writing Makefile for Wx::DateTime Writing Makef= ile for Wx::Media Writing Makefile for Wx::RichText Writing Makefile fo= r Wx::AUI Writing Makefile for Wx::Perl::SplashFast Writing Makefile fo= r Wx::Perl::Carp Writing Makefile for Wx::Perl::TextValidator Writing M= akefile for Wx::Perl Writing Makefile for Wx Can't locate object method= "wx_base_directory" via package "Alien::wxWidgets" at D:/Wx-0.67/buil= d/Wx/build/MakeMaker/Win32.pm line 56. # Looks like your test died befor= e it could output anything. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D For installation instructions and further help please= see docs/INSTALL.pod For command line switches help use: perl Makef= ile.PL --help =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= D:\Wx-0.67> ******************************************************= ***************************** Information contained in this email messag= e is confidential and may be privileged, and is intended only for use of = the individual or entity named above. If the reader of this message is no= t the intended recipient, or the employee or agent responsible to deliver= it to the intended recipient, you are hereby notified that any dissemina= tion, distribution or copying of this communication is strictly prohibite= d. If you have received this communication in error, please immediately n= otify the pos...@nd... and destroy the original message. *********= *************************************************************************= * |
From: Daniell F. <win...@gm...> - 2006-12-19 14:48:37
|
Thanks, this is exactly what I was looking for. Thanks, Dan Freed On Dec 18, 2006, at 7:55 PM, Mark Dootson wrote: > There are unofficial ANSI and UNICODE PPMs at > http://www.gigi.co.uk/wxperl/ppm.html if you want to go for a PPM > > Regards > > Mark > > > Daniell Freed wrote: >> I was wondering if anyone has a MS Windows build of .65 of wxPerl? >> >> I'm working on a project that I would like to build with Perlapp, >> but I >> can't seem to get it to work on Windows, and the Wx-Perl-Packager >> needs >> a newer version of Wx than what I can find a build for on >> Windows. I've >> compiled it for OSX, but I just don't have the needed tools on >> Windows >> to build it. >> >> Any help would be much appreciated. >> >> Thanks, >> >> Daniell Freed >> win...@gm... >> Bereshit bara Elohim et hashamayim ve'et ha'arets... >> >> >> >> >> --------------------------------------------------------------------- >> --- >> >> --------------------------------------------------------------------- >> ---- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys - and earn >> cash >> http://www.techsay.com/default.php? >> page=join.php&p=sourceforge&CID=DEVDEV >> >> >> --------------------------------------------------------------------- >> --- >> >> _______________________________________________ >> wxperl-users mailing list >> wxp...@li... >> https://lists.sourceforge.net/lists/listinfo/wxperl-users > > Daniell Freed win...@gm... Bereshit bara Elohim et hashamayim ve'et ha'arets... |
From: <er...@er...> - 2006-12-19 10:52:30
|
> > Hi, > > I'm trying to make two processes run next to eachother: the first runs = a > linux command in the shell (can take quite some time) that writes thing= s > to > a file. The second process reads from that file at the same time in > intervals and puts the text line for line in a grid. > Hello What you need is a CPAN module called POE combined with the POE::Loop::Wx (the loop for wx that bridges POE and Wx). It will make it easier for you both to handle the shell command (POE::Wheel::Run) and to parse the file in non-blocking mode (yield an event that reads one or several lines at a time until EOF). You will then have a non blocking Wx application. You can have a look at the samples included in the POE::Loop::Wx module and on the http://poe.perl.org website. It may seem a little difficult at first sight but it's worth. Thanks Eriam |
From: RedMary <mar...@gm...> - 2006-12-19 10:19:06
|
Hi, I'm trying to make two processes run next to eachother: the first runs a linux command in the shell (can take quite some time) that writes things to a file. The second process reads from that file at the same time in intervals and puts the text line for line in a grid. My problem is that I can't get these processes to work at the same time without causing my GUI to freeze. I tried several things, but keep running into problems: - I tried threads, but these cause the complete program to crash and return a segmentation fault. - I tried forking. This works quite well, except that when my child process (the shell command) is finished the process is not killed. The "exit" command returns a "free(): invalid pointer" error and the program does not return into the parent process. - I tried timer. This also almost works, except that I cannot stop my timer when I need to. Perhaps I'm calling the $timer->Stop; from the wrong place? I hope you can help me with this. Can you please post some simple code examples, because I'n not very good in object-oriented perl yet (I'm used to normal perl programming). Thanx in advance. -- View this message in context: http://www.nabble.com/Parallel-programming-of-processes-tf2845096.html#a7944688 Sent from the wxperl-users mailing list archive at Nabble.com. |
From: Mark D. <mar...@zn...> - 2006-12-19 01:57:50
|
There are unofficial ANSI and UNICODE PPMs at http://www.gigi.co.uk/wxperl/ppm.html if you want to go for a PPM Regards Mark Daniell Freed wrote: > I was wondering if anyone has a MS Windows build of .65 of wxPerl? > > I'm working on a project that I would like to build with Perlapp, but I > can't seem to get it to work on Windows, and the Wx-Perl-Packager needs > a newer version of Wx than what I can find a build for on Windows. I've > compiled it for OSX, but I just don't have the needed tools on Windows > to build it. > > Any help would be much appreciated. > > Thanks, > > Daniell Freed > win...@gm... > Bereshit bara Elohim et hashamayim ve'et ha'arets... > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users |
From: Gerardo S. <Ger...@ac...> - 2006-12-19 01:27:36
|
Principles detention bilal hussein on media sites. Terms under which this? Know statement of values. Associated press essential global news. Young readers exchange buy photos books? Get FPMC First Thing tomorrow. This Is Going To Explode! Check out for HOT NEWS!!! The alert is ON!! FLAIR PETROLEUM CORP (FPMC.PK) CURRENT_PRICE: $0.27 GET IT N0W! TARGET PRICE IN 1 WEEK: 0.73$ Please use your brokerage site to read the full news on this exciting company. Go FPMC! Associated press essential global news, network ap and. Sites worldwide in all formats photo video, audio. Asap for young, readers exchange buy photos, books. Rights reserved terms under which. Know statement of values principles. Media sites worldwide in all formats, photo video. Network ap and peoples, right to know, statement of. News, network ap, and peoples right to, know statement? Asap for, young readers exchange! Ap and peoples right. Featured products online asap for young readers exchange buy. |
From: Barrie S. <ba...@sl...> - 2006-12-19 00:35:13
|
I can push a tarball of my perl/site/lib/**Wx/**. trees your way if you want, I just built 0.66 and wxWidgets-2.8.0. Let me know where to send it and if I need to rename the .zip extension. - Barrie Daniell Freed wrote: > I was wondering if anyone has a MS Windows build of .65 of wxPerl? > > I'm working on a project that I would like to build with Perlapp, but > I can't seem to get it to work on Windows, and the Wx-Perl-Packager > needs a newer version of Wx than what I can find a build for on > Windows. I've compiled it for OSX, but I just don't have the needed > tools on Windows to build it. > > Any help would be much appreciated. > > Thanks, > > Daniell Freed > win...@gm... <mailto:win...@gm...> > Bereshit bara Elohim et hashamayim ve'et ha'arets... > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ------------------------------------------------------------------------ > > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users > |