From: bungsuputra l. <bl...@to...> - 2006-11-09 18:28:25
|
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. :) Thanks in advance, bungsu ________________________________________________ Message sent using UebiMiau 2.7.10 |
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 |
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-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-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-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: 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: 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 |