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: Mattia B. <mat...@li...> - 2006-11-16 19:51:06
|
On Thu, 16 Nov 2006 03:52:16 -0800 (PST) Ruben Vareljyan <pc_...@ya...> wrote: Hi, > Please could one of you show me an exampe. How can I move shaped window? > Please Help!!! I do not have Perl code, but the wxWidgets shaped window example [1] uses $window->CaptureMouse on left down, then in the mouse move event, moves the window (using $window->Move) to the pointer's coordinate if $event->Dragging && $event->LeftIsDown. > For Bitmap Polygon I have no words. ;P > Still does not work :-( Could you explain in some more detail? Example code and what you expect it to do would be welcome. Regards Mattia [1] http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/samples/shaped/shaped.cpp?rev=1.11&content-type=text/vnd.viewcvs-markup |
From: Ruben V. <pc_...@ya...> - 2006-11-16 11:52:28
|
Hello to everybody! Please could one of you show me an exampe. How can I move shaped window? Please Help!!! For Bitmap Polygon I have no words. ;P Still does not work :-( --------------------------------- Sponsored Link Mortgage rates near 39yr lows. $510,000 Mortgage for $1,698/mo - Calculate new house payment |
From: Mattia B. \<mattia\.barbon\@libero\.it\> <mat...@li...> - 2006-11-15 17:52:13
|
Hi, I do not have much experience with wxGrid; I redirected your mail to the wxperl-users mailing list; hopefully somebody there will be able to help you. Regards Mattia > Dear Mr. Barbon, > > Please help. > > I would like to use wxGrid for a spreadsheet project. However, I need t= o > have text wrapped onto several lines in one cell. > > I cant work out how to do this. There is an extension of wxGrid. But ho= w > do I change the renderer? > > Since wrapping is so common, I would imagine the standard text renderer= > should do this, but how? > > Also, I would like to include buttons into cells, rather then text > entries. I have read that this should be possible using the extensions,= > via wxGridTableBase. But how? > > I have looked at the wxWidgets documentation, and the wxPerl wiki, but = > the information is not there. How else can I get clues? Presumably from= > source code, but I have not worked out where that is. > > I got wxWidgets via WxPerl working with a Spreadsheet::Perl and the > result is very fast - much faster and more stable than Gtk2-perl and > Prima. Really very nice. Just wish it was easier to find out stuff. > > Regards, > Richard > =0A=0A=0A------------------------------------------------------=0AScopr= i se hai Vinto un Tv Color LCD! Clicca qui=0Ahttp://click.libero.it/webna= tion15nov06=0A |
From: s.e.t.i. <set...@gm...> - 2006-11-15 15:07:20
|
I have been unsuccessful with the attached code to get wxperl to trap the documented EVT_TASKBAR_xxx events. Would anybody be able to assist me in finding out what I'm doing wrong? Vic -- Cheers... s.e.t.i. |
From: bungsuputra l. <bl...@to...> - 2006-11-14 13:03:18
|
Sorry for the late reply. Now I can access the CVS. :) I have succesfully installed wxPerl on my system now. Thank you very much for all your help, especially to Mattia Barbon and Mark Dootson. Regards, bungsu Mattia Barbon wrote: > On Sun, 12 Nov 2006 14:26:15 +0000 > Mark Dootson <mar...@zn...> wrote: > > Hi, > > >>>I could not connect to the CVS. I always got connection timeout error. >>>However, I downloaded the daily CVS snapshots (I hope it is okay since I >>>remember reading that it is up and running again). >>> >> >>I think that the cvs address on the wxperl website no longer works. >> >>cvs -z3 -d:pserver:ano...@wx...:/cvsroot/wxperl >>co -P wxPerl >> >>should work. > > > Right. Fixed in the website. > > Sorry > Mattia > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users > > |
From: John R. <jr...@ce...> - 2006-11-13 16:40:54
|
On Nov 13, 2006, at 4:23 AM, AOu...@fr... wrote: > Hello, > > I just have the task to select a piece of text in a wxHtmlWindow and > scrolling to the position of the text. Does anyone know how to do > this. > I allready looked at the wxHtmlCell Classes, but have no idea what I > need to call. Is it possible anyway? > > Thanks in advance, > > Andre wxHtmlWindow is derived from wxScrolledWindow, which has a "Scroll" member function which I think that you'll find useful. Regards, John Ralls |
From: <AOu...@fr...> - 2006-11-13 12:23:51
|
Hello, I just have the task to select a piece of text in a wxHtmlWindow and scrolling to the position of the text. Does anyone know how to do this. I allready looked at the wxHtmlCell Classes, but have no idea what I need to call. Is it possible anyway? Thanks in advance, Andre |
From: julieann l. <ctj...@1u...> - 2006-11-13 03:26:12
|
0ur Attorneys discovered a loophole inside the bank laws, With this discovery, we've been successfu1 at eliminating people's creditcarddebt with out them paying one more cent. WeGuarantee that we can help you with this. C0ntact us at 312-683-5160 He's a horse. Rob saw that he opened it to an article on The Progress of Modern Science, in which he seemed greatly interested |
From: Thomas M. <to...@gm...> - 2006-11-13 02:00:32
|
brilliant! That was in fact the problem. Thanks a bunch! Tom On 11/13/06, Mark Dootson <mar...@zn...> wrote: > Tom, > > I've tested below on a Mac mini - 10.3, wx version 0.22. > It works as desired. > > I think the problem with your code is you are using > Wx qw( :all ); > > and you are not using 'strict'. > > Wx does not export ':all', but uses ':everything' instead. > This would have been apparent if 'use strict' were switched on. > > Best regards > > Mark > > #------------ EXAMPLE ------------------------------------- > > package MyFrame; > use strict; > use Wx qw( :everything ); > use vars qw(@ISA); > @ISA = qw(Wx::Frame); > > sub new{ > if(not exists $_[4]){ $_[4] = wxDefaultPosition;} > if(not exists $_[5]){ $_[5] = wxDefaultSize;} > my( $self ) = shift->SUPER::new( @_ ); > $self->{panel} = > Wx::Panel->new($self,-1,wxDefaultPosition,wxDefaultSize); > $self->{txtCheck} = > Wx::TextCtrl->new($self->{panel},-1,"",wxDefaultPosition,wxDefaultSize,wxTE_MULTILINE); > > $self->{txtCheck}->SetFont(Wx::Font->new(12,wxMODERN,wxNORMAL,wxNORMAL,0)); > $self->{szVmain} = Wx::BoxSizer->new(wxVERTICAL); > $self->{szVpanel} = Wx::BoxSizer->new(wxVERTICAL); > > $self->{szVmain}->Add($self->{panel},1,wxTOP|wxLEFT|wxBOTTOM|wxRIGHT|wxEXPAND,3); > > $self->{szVpanel}->Add($self->{txtCheck},1,wxTOP|wxLEFT|wxBOTTOM|wxRIGHT|wxEXPAND,3); > $self->SetSizer($self->{szVmain}); > $self->SetAutoLayout(1); > $self->Layout(); > $self->{panel}->SetSizer($self->{szVpanel}); > $self->{panel}->SetAutoLayout(1); > $self->{panel}->Layout(); > $self->Refresh(); > $self->Centre(); > return $self; > } > > > package MyApp; > use Wx; > use base 'Wx::App'; > use vars qw(@ISA ); > > @ISA = qw(Wx::App); > > sub OnInit { > my( $self ) = shift; > my( $frame ) = MyFrame->new(undef, -1); > $frame->Show(1); > return 1; > } > > > package main; > > my( $app ) = MyApp->new(); > $app->MainLoop(); > > > #------------ END EXAMPLE ------------------------------------- > > > -- No discipline is ever requisite to force attendance upon lectures which are really worth the attending. -- Adam Smith, "The Wealth of Nations" |
From: Mark D. <mar...@zn...> - 2006-11-13 01:51:36
|
Tom, I've tested below on a Mac mini - 10.3, wx version 0.22. It works as desired. I think the problem with your code is you are using Wx qw( :all ); and you are not using 'strict'. Wx does not export ':all', but uses ':everything' instead. This would have been apparent if 'use strict' were switched on. Best regards Mark #------------ EXAMPLE ------------------------------------- package MyFrame; use strict; use Wx qw( :everything ); use vars qw(@ISA); @ISA = qw(Wx::Frame); sub new{ if(not exists $_[4]){ $_[4] = wxDefaultPosition;} if(not exists $_[5]){ $_[5] = wxDefaultSize;} my( $self ) = shift->SUPER::new( @_ ); $self->{panel} = Wx::Panel->new($self,-1,wxDefaultPosition,wxDefaultSize); $self->{txtCheck} = Wx::TextCtrl->new($self->{panel},-1,"",wxDefaultPosition,wxDefaultSize,wxTE_MULTILINE); $self->{txtCheck}->SetFont(Wx::Font->new(12,wxMODERN,wxNORMAL,wxNORMAL,0)); $self->{szVmain} = Wx::BoxSizer->new(wxVERTICAL); $self->{szVpanel} = Wx::BoxSizer->new(wxVERTICAL); $self->{szVmain}->Add($self->{panel},1,wxTOP|wxLEFT|wxBOTTOM|wxRIGHT|wxEXPAND,3); $self->{szVpanel}->Add($self->{txtCheck},1,wxTOP|wxLEFT|wxBOTTOM|wxRIGHT|wxEXPAND,3); $self->SetSizer($self->{szVmain}); $self->SetAutoLayout(1); $self->Layout(); $self->{panel}->SetSizer($self->{szVpanel}); $self->{panel}->SetAutoLayout(1); $self->{panel}->Layout(); $self->Refresh(); $self->Centre(); return $self; } package MyApp; use Wx; use base 'Wx::App'; use vars qw(@ISA ); @ISA = qw(Wx::App); sub OnInit { my( $self ) = shift; my( $frame ) = MyFrame->new(undef, -1); $frame->Show(1); return 1; } package main; my( $app ) = MyApp->new(); $app->MainLoop(); #------------ END EXAMPLE ------------------------------------- |
From: Thomas M. <to...@gm...> - 2006-11-13 00:56:18
|
On 11/13/06, Mark Dootson <mar...@zn...> wrote: > Hi, > > I haven't got 0.22 to test on, but I'm fairly sure the following worked > on wxMSW > > $alignment->SetFont(Wx::Font->new(12,wxMODERN,wxNORMAL,wxNORMAL,0)); > > > Regards > > Mark > Wow. thanks for the quick reply. Unfortunately, that didn't work either. the error was: Usage: Wx::Font::newNativeInfo(CLASS, info) at guilibsrch.pl line 720. Tom > > Thomas Margraf wrote: > > Hi, > > this has been bothering me for a while now, and i can't figure out > > what's going wrong. > > > > I'm importing this: > > > > use Wx; > > use Wx::Grid; > > use base qw(Wx::Frame); > > use Wx::Event qw(EVT_BUTTON EVT_GRID_SELECT_CELL); > > use Wx qw( :all ); > > > > I would like $alignment to use a fixed width font. The commented lines > > are from previous tries. I pasted them in to show you what I've tried > > already. > > > > $alignment = Wx::TextCtrl->new( $panel, -1, "", [20, 470], [850, 200], 100); > > # my $style = Wx::TextAttr->new(); > > # my $font = $style->GetFont();#Wx::Font->new(12, wxMODERN); > > # if ($font->SetFamily( wxMODERN )) { > > # print "success\n"; > > # } > > # else { > > # print "fail\n"; > > # } > > # if( $style->SetFont($font)){ > > # print "font is modern\n"; > > # } > > $alignment->SetDefaultStyle(0, 2, Wx::TextAttr->new( > > Wx::Font(wxModern) > > ) > > ); > > # $alignment->SetFont( $font ); > > > > This is the current error: > > > > Error while autoloading 'Wx::Font' at guilibsrch.pl line 716 > > > > I'm using version 0.22 on OS X. Is this problem due to me not seeing > > the obvious, or is this a bug that's been fixed in more recent > > versions? > > Thanks for your help, > > Tom > > > -- No discipline is ever requisite to force attendance upon lectures which are really worth the attending. -- Adam Smith, "The Wealth of Nations" |
From: Mark D. <mar...@zn...> - 2006-11-13 00:43:39
|
Hi, I haven't got 0.22 to test on, but I'm fairly sure the following worked on wxMSW $alignment->SetFont(Wx::Font->new(12,wxMODERN,wxNORMAL,wxNORMAL,0)); Regards Mark Thomas Margraf wrote: > Hi, > this has been bothering me for a while now, and i can't figure out > what's going wrong. > > I'm importing this: > > use Wx; > use Wx::Grid; > use base qw(Wx::Frame); > use Wx::Event qw(EVT_BUTTON EVT_GRID_SELECT_CELL); > use Wx qw( :all ); > > I would like $alignment to use a fixed width font. The commented lines > are from previous tries. I pasted them in to show you what I've tried > already. > > $alignment = Wx::TextCtrl->new( $panel, -1, "", [20, 470], [850, 200], 100); > # my $style = Wx::TextAttr->new(); > # my $font = $style->GetFont();#Wx::Font->new(12, wxMODERN); > # if ($font->SetFamily( wxMODERN )) { > # print "success\n"; > # } > # else { > # print "fail\n"; > # } > # if( $style->SetFont($font)){ > # print "font is modern\n"; > # } > $alignment->SetDefaultStyle(0, 2, Wx::TextAttr->new( > Wx::Font(wxModern) > ) > ); > # $alignment->SetFont( $font ); > > This is the current error: > > Error while autoloading 'Wx::Font' at guilibsrch.pl line 716 > > I'm using version 0.22 on OS X. Is this problem due to me not seeing > the obvious, or is this a bug that's been fixed in more recent > versions? > Thanks for your help, > Tom |
From: Thomas M. <to...@gm...> - 2006-11-13 00:32:50
|
Hi, this has been bothering me for a while now, and i can't figure out what's going wrong. I'm importing this: use Wx; use Wx::Grid; use base qw(Wx::Frame); use Wx::Event qw(EVT_BUTTON EVT_GRID_SELECT_CELL); use Wx qw( :all ); I would like $alignment to use a fixed width font. The commented lines are from previous tries. I pasted them in to show you what I've tried already. $alignment = Wx::TextCtrl->new( $panel, -1, "", [20, 470], [850, 200], 100); # my $style = Wx::TextAttr->new(); # my $font = $style->GetFont();#Wx::Font->new(12, wxMODERN); # if ($font->SetFamily( wxMODERN )) { # print "success\n"; # } # else { # print "fail\n"; # } # if( $style->SetFont($font)){ # print "font is modern\n"; # } $alignment->SetDefaultStyle(0, 2, Wx::TextAttr->new( Wx::Font(wxModern) ) ); # $alignment->SetFont( $font ); This is the current error: Error while autoloading 'Wx::Font' at guilibsrch.pl line 716 I'm using version 0.22 on OS X. Is this problem due to me not seeing the obvious, or is this a bug that's been fixed in more recent versions? Thanks for your help, Tom -- No discipline is ever requisite to force attendance upon lectures which are really worth the attending. -- Adam Smith, "The Wealth of Nations" |
From: Mattia B. <mat...@li...> - 2006-11-12 22:30:51
|
On Sun, 12 Nov 2006 19:49:21 +0000 Mark Dootson <mar...@zn...> wrote: Hi, > Wx-0.61 compilation fails using > > MSVC 6 > wxWidgets 2.7.2 Rats, I forgot to check the last changes with windows. > The problem is with RichText control - I get a number of 'unresolved > external reference' errors. These all relate to wxHtmlListBox which > appears to be used by rich text styles. > > I can fix the compile/link by adding 'html' to the WX_CORE_LIB line in > Makefile.PL for rich text control. I will fix that. > I assume I'd need a "Wx::load_dll( 'html' )" line adding to RichText.pm > aswell ? Yes. Thanks Mattia |
From: Birgitta S. <cle...@ba...> - 2006-11-12 21:46:41
|
Hi, VlAvvGRA VALvvlUM ClAvvLlS http://www.waderunkonklasedrun.com =20 _____ =20 What decision? Aida could be exasperating at times. |
From: Mark D. <mar...@zn...> - 2006-11-12 19:51:34
|
Mattia, Wx-0.61 compilation fails using MSVC 6 wxWidgets 2.7.2 The problem is with RichText control - I get a number of 'unresolved external reference' errors. These all relate to wxHtmlListBox which appears to be used by rich text styles. I can fix the compile/link by adding 'html' to the WX_CORE_LIB line in Makefile.PL for rich text control. I assume I'd need a "Wx::load_dll( 'html' )" line adding to RichText.pm aswell ? Regards Mark |
From: Mattia B. <mat...@li...> - 2006-11-12 17:53:16
|
Hi all, 0.61 Sun Nov 12 18:33:41 CET 2006 - Added Advanced User Interface (AUI) (2.7). - Wrapped more wxRichTextCtrl support classes (2.7). Mattia Begin forwarded message: Date: Sun, 12 Nov 2006 18:45:14 +0100 From: PAUSE <up...@pa...> To: "Mattia Barbon" <mat...@li...> Subject: CPAN Upload: M/MB/MBARBON/Wx-0.61.tar.gz The uploaded file Wx-0.61.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MB/MBARBON/Wx-0.61.tar.gz size: 357624 bytes md5: 9e9d55d5a8491de136276e77f1102a91 No action is required on your part Request entered by: MBARBON (Mattia Barbon) Request entered on: Sun, 12 Nov 2006 17:44:49 GMT Request completed: Sun, 12 Nov 2006 17:45:14 GMT Thanks, -- paused, v782 |
From: Mattia B. <mat...@li...> - 2006-11-12 17:52:04
|
On Sun, 12 Nov 2006 14:26:15 +0000 Mark Dootson <mar...@zn...> wrote: Hi, > > I could not connect to the CVS. I always got connection timeout error. > > However, I downloaded the daily CVS snapshots (I hope it is okay since I > > remember reading that it is up and running again). > > > > I think that the cvs address on the wxperl website no longer works. > > cvs -z3 -d:pserver:ano...@wx...:/cvsroot/wxperl > co -P wxPerl > > should work. Right. Fixed in the website. Sorry Mattia |
From: Mark D. <mar...@zn...> - 2006-11-12 14:28:33
|
Hi > I could not connect to the CVS. I always got connection timeout error. > However, I downloaded the daily CVS snapshots (I hope it is okay since I > remember reading that it is up and running again). > I think that the cvs address on the wxperl website no longer works. cvs -z3 -d:pserver:ano...@wx...:/cvsroot/wxperl co -P wxPerl should work. Regards Mark |
From: bungsuputra l. <bl...@to...> - 2006-11-12 14:21:25
|
Mattia Barbon wrote: > Could you try current CVS? It should work out of the box. I could not connect to the CVS. I always got connection timeout error. However, I downloaded the daily CVS snapshots (I hope it is okay since I remember reading that it is up and running again). The wxPerl in CVS was installed perfectly without any error. :) The samples were also run perfectly, except for the demo. Sometimes it exits with error message: Segmentation fault. It happens when I run wxHtmlWindow, wxCheckList, wxListBox, Drag and Drop. Thank you for your kind attention. Regards, bungsu |
From: Mattia B. <mat...@li...> - 2006-11-11 16:14:55
|
Begin forwarded message: Date: Sat, 11 Nov 2006 17:04:58 +0100 From: PAUSE <up...@pa...> To: "Mattia Barbon" <mat...@li...> Subject: CPAN Upload: M/MB/MBARBON/Wx-0.60.tar.gz The uploaded file Wx-0.60.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MB/MBARBON/Wx-0.60.tar.gz size: 350535 bytes md5: be163b920b3834de9f7ebd38c6b8befd No action is required on your part Request entered by: MBARBON (Mattia Barbon) Request entered on: Sat, 11 Nov 2006 16:04:52 GMT Request completed: Sat, 11 Nov 2006 16:04:58 GMT Thanks, -- paused, v782 |
From: Mattia B. <mat...@li...> - 2006-11-11 09:47:01
|
On Thu, 9 Nov 2006 20:05:28 +0100 Mattia Barbon <mat...@li...> wrote: > On Thu, 9 Nov 2006 12:20:30 -0600 > bungsuputra linan <bl...@to...> wrote: > > > I tried to install wxPerl in my system: RedHat 9, Wx-0.59, perl 5.8.0, > > wxdigets 2.7.2. <snip> > > I still cannot install wxPerl. Any suggestion is very appreciated. :) > > Use --disable-media as a temporary workaround. Could you try current CVS? It should work out of the box. Thanks! Mattia |
From: bungsuputra l. <bl...@to...> - 2006-11-10 11:42:39
|
I have found the answer in gtk.org's FAQ. Thanks anyway. :) Regards, bungsu --------- Original Message -------- From: bl...@to... To: Mattia Barbon <mat...@li...> Cc: wxp...@li... Subject: Re: [wxperl-users] library not found error while installing Date: 09/11/06 06:52 > Thank you for your response. I will try it soon after I get home. > > One more quick question. I have installed wxWidgets with gtk2. When I > query the installed RPM: 'rpm -qa | grep gtk', I found gtk+-1.2 and > gtk2-2.2. Does gtk2 and gtk+-2 mean the same? Or should I build gtk+-2 > from source since I haven't had it? > > Thank you in advance. > Best Regards, > bungsu > ________________________________________________ Message sent using UebiMiau 2.7.10 |
From: bungsuputra l. <bl...@to...> - 2006-11-10 01:59:41
|
Thank you for your response. I will try it soon after I get home. One more quick question. I have installed wxWidgets with gtk2. When I query the installed RPM: 'rpm -qa | grep gtk', I found gtk+-1.2 and gtk2-2.2. Does gtk2 and gtk+-2 mean the same? Or should I build gtk+-2 from source since I haven't had it? Thank you in advance. Best Regards, bungsu Mattia Barbon wrote: > On Thu, 9 Nov 2006 12:20:30 -0600 > bungsuputra linan <bl...@to...> wrote: > > >>I tried to install wxPerl in my system: RedHat 9, Wx-0.59, perl 5.8.0, >>wxdigets 2.7.2. >> >>I have installed all modules successfully until I tried to install >>Alien::wxWidgets. I got there warnings when running './Build': >> >>'gl' library not found at inc/My/Build/Any_wx_config.pm line 141. >>'media' library not found at inc/My/Build/Any_wx_config.pm line 141. >>'animate' library not found at inc/My/Build/Any_wx_config.pm line 141. >>'fl' library not found at inc/My/Build/Any_wx_config.pm line 141. >>'deprecated' library not found at inc/My/Build/Any_wx_config.pm line 141. >>'gizmos' library not found at inc/My/Build/Any_wx_config.pm line 141. >>'ogl' library not found at inc/My/Build/Any_wx_config.pm line 141. >>'plot' library not found at inc/My/Build/Any_wx_config.pm line 141. >>'svg' library not found at inc/My/Build/Any_wx_config.pm line 141. >> >>However ./Build test and ./Build install run without problems then. >> >>When I installed Wx-0.59, 'perl Makefile.PL' died with this error: >> >>Checking if your kit is complete... >>Looks good >>Writing Makefile for Wx::Grid >>Writing Makefile for Wx::STC >>Writing Makefile for Wx::Print >>Writing Makefile for Wx::DateTime >>Writing Makefile for Wx::Calendar >>Writing Makefile for Wx::DND >>Writing Makefile for Wx::Socket >>Writing Makefile for Wx::Html >>Attempt to free temp prematurely: SV 0x86ed27c at >>/usr/lib/perl5/5.8.0/ExtUtils/MakeMaker.pm line 189. >>Attempt to free unreferenced scalar at >>/usr/lib/perl5/5.8.0/ExtUtils/MakeMaker.pm line 191. >>ERROR from evaluation of /home/blinan/Wx-0.59/ext/Makefile.PL: ERROR from >>evaluation of /home/blinan/Wx-0.59/ext/media/Makefile.PL: No such 'link' >>library: 'media' at /home/blinan/Wx-0.59/build/Wx/build/MakeMaker.pm line >>200 >># Looks like your test died before it could output anything. >> >>====================================================================== >>For installation instructions and further help please see >>docs/install.txt >> >>For command line switches help use: >>perl Makefile.PL --help >>====================================================================== >> >>I think it has something to do with the warnings when installing >>Alien::wxWidgets. :( >> >>I also tried these lines: >>unset LANG (to make Module::Build installed successfully) >>WX_CONFIG="/usr/local/bin/wx-config" >>export WX_CONFIG >>LD_LIBRARY_PATH="/usr/local/lib" >>export LD_LIBRARY_PATH >> >>I still cannot install wxPerl. Any suggestion is very appreciated. :) > > > Use --disable-media as a temporary workaround. > > HTH > Mattia > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users > > -- Bungsuputra Linan Topas, Inc. - http://www.topas2000.com Taman Griya Indah N-282, Yogyakarta 55182 Ph/Fax: +62 (274) 742 2798, Cell Phone: +62 818 26 8088 * Web Design, Hosting, Consultant, Database, Programming * |
From: Mattia B. <mat...@li...> - 2006-11-09 19:06:46
|
On Thu, 9 Nov 2006 12:20:30 -0600 bungsuputra linan <bl...@to...> wrote: > I tried to install wxPerl in my system: RedHat 9, Wx-0.59, perl 5.8.0, > wxdigets 2.7.2. > > I have installed all modules successfully until I tried to install > Alien::wxWidgets. I got there warnings when running './Build': > > 'gl' library not found at inc/My/Build/Any_wx_config.pm line 141. > 'media' library not found at inc/My/Build/Any_wx_config.pm line 141. > 'animate' library not found at inc/My/Build/Any_wx_config.pm line 141. > 'fl' library not found at inc/My/Build/Any_wx_config.pm line 141. > 'deprecated' library not found at inc/My/Build/Any_wx_config.pm line 141. > 'gizmos' library not found at inc/My/Build/Any_wx_config.pm line 141. > 'ogl' library not found at inc/My/Build/Any_wx_config.pm line 141. > 'plot' library not found at inc/My/Build/Any_wx_config.pm line 141. > 'svg' library not found at inc/My/Build/Any_wx_config.pm line 141. > > However ./Build test and ./Build install run without problems then. > > When I installed Wx-0.59, 'perl Makefile.PL' died with this error: > > Checking if your kit is complete... > Looks good > Writing Makefile for Wx::Grid > Writing Makefile for Wx::STC > Writing Makefile for Wx::Print > Writing Makefile for Wx::DateTime > Writing Makefile for Wx::Calendar > Writing Makefile for Wx::DND > Writing Makefile for Wx::Socket > Writing Makefile for Wx::Html > Attempt to free temp prematurely: SV 0x86ed27c at > /usr/lib/perl5/5.8.0/ExtUtils/MakeMaker.pm line 189. > Attempt to free unreferenced scalar at > /usr/lib/perl5/5.8.0/ExtUtils/MakeMaker.pm line 191. > ERROR from evaluation of /home/blinan/Wx-0.59/ext/Makefile.PL: ERROR from > evaluation of /home/blinan/Wx-0.59/ext/media/Makefile.PL: No such 'link' > library: 'media' at /home/blinan/Wx-0.59/build/Wx/build/MakeMaker.pm line > 200 > # Looks like your test died before it could output anything. > > ====================================================================== > For installation instructions and further help please see > docs/install.txt > > For command line switches help use: > perl Makefile.PL --help > ====================================================================== > > I think it has something to do with the warnings when installing > Alien::wxWidgets. :( > > I also tried these lines: > unset LANG (to make Module::Build installed successfully) > WX_CONFIG="/usr/local/bin/wx-config" > export WX_CONFIG > LD_LIBRARY_PATH="/usr/local/lib" > export LD_LIBRARY_PATH > > I still cannot install wxPerl. Any suggestion is very appreciated. :) Use --disable-media as a temporary workaround. HTH Mattia |