From: Mike S. <Mik...@Do...> - 2007-01-04 21:30:47
|
See http://www.wxwidgets.org/downloads/ for installing wxWidgets 2.8.0 via apt-get Binaries * wxGTK Ubuntu <http://www.ubuntu.com/> packages for 2.8.0 are available. To use them please add deb http://apt.tt-solutions.com/ubuntu/ dapper main (or edgy instead of dapper if you use that release) to your /etc/apt/sources.list file and add the public key used for signing wxWidgets packages to the list of keys trusted by apt using the command curl http://www.tt-solutions.com/vz/key.asc | apt-key add - and run apt-get update. You can then use apt-cache search --names-only wx\*2.8 command to see the available packages. Please notice that Ubuntu packages are only currently available for Dapper x86 and Edgy amd64 architectures. Matthias Rahn wrote: > Hi, > > thx for the link. > > Debian stable is ready for wxWindows 2.4 (!), am I right to assume, I > had to update my system to some testing version and compile wxWidgets > myself from source to use this package? > > Bye, > /\\atthias > > > Mike Schroeder schrieb: > >> You can try this one: >> >> http://dasco3.donorware.net/ubuntu/wxperl_0.65-1_i386.deb >> >> Was built with checkinstall against Wx 0.65 and wxWidgets 2.8.0 on >> Ubuntu (Dapper) - ymmv. >> >> Mike. >> >> >> Matthias Rahn wrote: >> >>> 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 >>> >>> >>> ------------------------------------------------------------------------- >>> >>> 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 > |