[wxruby-users] object allocation during garbage collection phase

Alex Fenton alex at pressure.to
Wed Aug 6 10:55:05 EDT 2008


Niklas Baumstark wrote:
>> Can I ask what wxWidgets you're compiling against - eg a distro version, 
>> or a self-built one?
>>     
>
> $ wx-config --version-full
> 2.8.7.1
>
> it's a distro version (libwxbase2.8-dev on ubuntu). compiling wxruby took long enough for me (about 30 minutes), so i didn't try and compile wxwidgets.
>   
Fair enough. I haven't tried using the distro packages on Linux myself, 
but you might check that you also have libwxgtk-2.8 and libwxgtk2.8-dev

libwxbase contains only the non GUI classes. Only libwxgtk has 
libgstreamer as a dependency, and that's where the MediaCtrl code is found.

Sorry for the inconvenience but wxwidgets has hundreds of compile-time 
options and different ways to organise the library files. It's quite 
tricky to cope with all the variations.

alex





More information about the wxruby-users mailing list