search for: dwxabi_version

Displaying 3 results from an estimated 3 matches for "dwxabi_version".

2009 Oct 30
2
wxRuby on Ubuntu 9.10
...So I went the route of compiling my own wxRuby (still using the wxwidgets libraries from synaptic). Received this error: Class: GLCanvas : Window class wxGLCanvas g++ -c -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DwxABI_VERSION=208010 -fno-strict-aliasing -g -g -O2 -fPIC -Wno-unused-function -I. -I /usr/lib/ruby/1.8/i486-linux -o obj/GLCanvas.o src/GLCanvas.cpp In file included from /usr/include/wx-2.8/wx/glcanvas.h:54, from src/GLCanvas.cpp:2207: /usr/include/wx-2.8/wx/gtk/glcanvas.h:19:19: error: GL...
2009 Nov 05
17
installing wxruby 2.0.1. missing lwx_gtk2u_media-2.8
Hi, i tried too install wxruby-2.0.1 on opensuse 11.2 from the rake command I get the following error: ... usr/lib/gcc/i586-suse-linux/4.4/../../../../i586-suse-linux/bin/ld: cannot find -lwx_gtk2u_media-2.8 collect2: ld returned 1 exit status rake aborted! Command failed with status (1): [g++ -shared -fPIC -o -L. -rdynamic -Wl,-...] /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:995:in
2009 Jan 24
37
Problem running Samples
Hi. I''m desperately trying to learn Ruby and wxWidgets, on my 64-bit Linux machine. However when I try to run any of the samples from the command line I get the following error message: ruby: symbol lookup error: /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.8-x86_64-linux/lib/wxruby2.so: undefined symbol: Init_wxMediaCtrl I''d be very grateful for any help. Many thanks in advance! --