FS#14254 - wxgtk compiled without the wxMediaCtrl class makes ruby's wx bindings fail

Attached to Project: Arch Linux
Opened by Rorschach (Rorschach) - Wednesday, 15 April 2009, 16:12 GMT
Last edited by Eric Belanger (Snowman) - Wednesday, 15 April 2009, 16:39 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
The ruby bindings for wxgtk need the wxMediaCtrl class. Without this class the rubybindings wxruby which can be installed through rubygems don't work.

I also found some forum post complaining about this: http://bbs.archlinux.org/viewtopic.php?id=60196 . It's a few month old but the problem still exists in most recent package version: 2.8.9.2-1.

Steps to reproduce:
Install the packages wxgtk,ruby,rubygems. And install wxruby with: sudo gem install wxruby. After that try to use the wxruby-libaries in a ruby application:
#!/usr/bin/env ruby
$VERBOSE=true
require 'rubygems'
require 'wx'
..

will result in an error-messag complaining about not finding libwx_gtk2u_media-2.8.so .



Fix:
Configure wxgtk with the --enable-mediactrl flag. I attached a patch for the current PKGBUILD for wxgtk which fixes the issue.
This task depends upon

Closed by  Eric Belanger (Snowman)
Wednesday, 15 April 2009, 16:39 GMT
Reason for closing:  Won't implement
Additional comments about closing:  See  FS#11756 

Loading...