Hi Just a quick note to say we released a new version, 1.9.4. The main purpose of this release is to offer an OS X gem that''s compatible with both 10.4 and 10.5 - The wxruby-1.9.3 OS X binary gem would only work with version 10.5 (Leopard). Version 1.9.4 also includes a couple of other minor fixes and enhancements, including * Some new AuiNotebook methods added in recent wxWidgets 2.8 * Use normal wxRuby-style event handling for HtmlLinkEvent and HtmlCellEvent * Added Wx::Timer.every and Wx::Timer.after convenience methods If you have an application that uses HtmlWindow, you may need to check the latest docs and current version of the html sample to see how event handling now works. Thanks very much to Sean for quickly fixing the OS X gem problem and getting the new builds up there. cheers alex
Hi, 2008/1/17, Alex Fenton <alex at pressure.to>:> Hi > > Just a quick note to say we released a new version, 1.9.4.Just a quick reply to say that wxRuby 1.9.3 and wxRuby 1.9.4 are great releases. Cheers. Chauk-Mean.
Chauk-Mean P wrote:> Just a quick reply to say that wxRuby 1.9.3 and wxRuby 1.9.4 are great releases. >Thanks, it''s kind of you to mention it. Looking over the Changelog, I realised I forgot to give you credit for your work on 1.9.3 in the email. So, +thanks a
Hi, I upgraded from 1.9.2. to 1.9.4 and cannot run any (demo-) applications anymore, giving the error message below, which seems related to libgstreamer, not present on my linux box (slackware, pre-12.1). The file wxruby2.so is correctly installed at the expected place. With 1.9.2 no problem, with 1.9.3 same problem as with 1.9.4: ------------------------------------------------ bash-3.1$ ruby dictionary_app.rb dictionaryfile <= run with 1.9.2 bash-3.1$ ruby dictionary_app.rb dictionaryfile <= after ''sudo gem install wxruby'' i.e. 1.9.4 /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.4-x86-linux/lib/wxruby2.so: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory - /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.4-x86-linux/lib/wxruby2.so (LoadError) from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'' from /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.4-x86-linux/lib/wx.rb:12 from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require'' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require'' from ./dictionary_frame.rb:3 from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'' from dictionary_app.rb:3 bash-3.1$ ruby dictionary_app.rb dictionaryfile <= after ''sudo gem uninstall wxruby -v 1.9.4'' -------------------------------------------------- What to do? rob
Hello Rob, Just looking quicky at a few things, it looks as though libgstreamer 0.10 is not available as a package for Slackware. My suggestion, is to download the source code for LibGStreamer (Which can be found here: http://gstreamer.freedesktop.org/) and compile libgstreamer yourself. If you have any questions, feel free to send me an email personally, and I''ll be happy to guide you through the process of compiling libgstreamer. L8ers, On 1/27/08, rvnues at tesco.net <rvnues at tesco.net> wrote:> > Hi, > > I upgraded from 1.9.2. to 1.9.4 and cannot run any (demo-) applications > anymore, giving the error message below, which seems related to > libgstreamer, not present on my linux box (slackware, pre-12.1). The file > wxruby2.so is correctly installed at the expected place. > With 1.9.2 no problem, with 1.9.3 same problem as with 1.9.4: > ------------------------------------------------ > bash-3.1$ ruby dictionary_app.rb dictionaryfile <= run with 1.9.2 > bash-3.1$ ruby dictionary_app.rb dictionaryfile <= after ''sudo gem > install wxruby'' i.e. 1.9.4 > /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.4-x86-linux/lib/wxruby2.so: > libgstreamer-0.10.so.0: cannot open shared object file: No such file or > directory - /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.4-x86-linux/lib/wxruby2.so > (LoadError) > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `require'' > from /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.4-x86-linux > /lib/wx.rb:12 > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in > `gem_original_require'' > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in > `require'' > from ./dictionary_frame.rb:3 > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require'' > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `require'' > from dictionary_app.rb:3 > bash-3.1$ ruby dictionary_app.rb dictionaryfile <= after ''sudo gem > uninstall wxruby -v 1.9.4'' > -------------------------------------------------- > > What to do? > > > rob > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users >-- Mario Steele http://www.trilake.net http://www.ruby-im.net http://rubyforge.org/projects/wxruby/ http://rubyforge.org/projects/wxride/ http://rubyforge.org/projects/vwmc/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/wxruby-users/attachments/20080127/0752be6f/attachment.html
rvnues at tesco.net wrote:> Hi, > > I upgraded from 1.9.2. to 1.9.4 and cannot run any (demo-) applications anymore, giving the error message below, which seems related to libgstreamer, not present on my linux box (slackware, pre-12.1). >..> What to do? >The wxRuby 1.9.3 binaries added Wx::MediaCtrl, which requires libgstreamer on Linux. You can either: 1) Fufil this dependency by installing libgstreamer or 2) Build your own wxRuby. Wx::MediaCtrl is an optional component, and if you''re compiling your own wxRuby and it''s not found to be supported, it''ll be skipped without error. hth alex
But my application is running on Windows XP ! ?? -----Original Message----- From: wxruby-users-bounces at rubyforge.org [mailto:wxruby-users-bounces at rubyforge.org] On Behalf Of Alex Fenton Sent: Tuesday, January 29, 2008 1:07 PM To: General discussion of wxRuby Subject: Re: [wxruby-users] 1.9.4 released rvnues at tesco.net wrote:> Hi, > > I upgraded from 1.9.2. to 1.9.4 and cannot run any (demo-)applications anymore, giving the error message below, which seems related to libgstreamer, not present on my linux box (slackware, pre-12.1).>..> What to do? >The wxRuby 1.9.3 binaries added Wx::MediaCtrl, which requires libgstreamer on Linux. You can either: 1) Fufil this dependency by installing libgstreamer or 2) Build your own wxRuby. Wx::MediaCtrl is an optional component, and if you''re compiling your own wxRuby and it''s not found to be supported, it''ll be skipped without error. hth alex _______________________________________________ wxruby-users mailing list wxruby-users at rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users If you are not the intended recipient, you are hereby notified that any use, dissemination, or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us at once so This communication and any files or attachments transmitted with it may contain information that is copyrighted or confidential and exempt from disclosure under applicable law. It is intended solely for the use of the individual or the entity to which it is addressed. that we may take the appropriate action and avoid troubling you further. Thank you for your cooperation. Please contact your local IT staff or email info at siltronic.com if you need assistance. Siltronic AG, Sitz Muenchen, Hanns-Seidel-Platz 4, 81737 Muenchen, Germany. Amtsgericht Muenchen HRB 150884 Vorstand: Wilhelm Sittenthaler (Vorsitz), Gerhard Brehm, Paul Lindblad, Joachim Manke, Michael Peterat. Vorsitzender des Aufsichtsrats: Peter-Alexander Wacker
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Jan 29, 2008, at 8:02 AM, Irlweg, Franz (ZNT) wrote:> But my application is running on Windows XP ! ?? > > rvnues at tesco.net wrote: >> Hi, >> >> I upgraded from 1.9.2. to 1.9.4 and cannot run any (demo-) > applications anymore, giving the error message below, which seems > related to libgstreamer, not present on my linux box (slackware, > pre-12.1).What does XP have to do with the question about Linux? David Morton Maia Mailguard http://www.maiamailguard.com mortonda at dgrmm.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFHn0faUy30ODPkzl0RAkyQAJwNkI887YMeswOonbXUpSPX7QsbQACfZ2Uj YFqdJjld9R0CXYY39258Ve8=5XeW -----END PGP SIGNATURE-----