search for: wxentrystart

Displaying 4 results from an estimated 4 matches for "wxentrystart".

Did you mean: entrystart
2004 Aug 16
3
RE: wxRuby
...g++ -fno-common -g -O2 -pipe -fno-common `wx-config --cxxflags` -I. > -I/usr/lib/ruby/1.8/powerpc-darwin7.5.0 > -I/usr/lib/ruby/1.8/powerpc-darwin7.5.0 -I. -x objective-c++ -c > wx.cpp > wx.cpp: In function `void Init_wxruby()'': > wx.cpp:149: error: call of overloaded `wxEntryStart(int&, char**)'' is > ambiguous > /usr/local/include/wx/init.h:29: error: candidates are: bool > wxEntryStart(int&, > wxChar**) > wx.cpp:31: error: int wxEntryStart(int, char**) > make: *** [wx.o] Error 1 > > Is anybody testing this on OS X...
2006 Jun 08
1
wxruby/version/linux
...h WxRuby0.6/WxWidgets 2.6.3 but I got this error: ~/ruby/src/wxruby-0.6-src/src$ make g++ -fPIC -O2 `wx-config --cxxflags` -I. -I/home/pgundlach/ruby/1.8.4/lib/ruby/1.8/i686-linux -I/home/pgundlach/ruby/1.8.4/lib/ruby/1.8/i686-linux -I. -c wx.cpp wx.cpp:29: error: new declaration ''int wxEntryStart(int&, char**)'' /opt/wxGTK/include/wx-2.6/wx/init.h:29: error: ambiguates old declaration ''bool wxEntryStart(int&, wxChar**)'' make: *** [wx.o] Error 1 ------------------------------ Is there any (cvs/whatever) version that runs with wx2.6.3? Patrick
2005 Jun 20
1
Linux Installation Problem
I''ve installed wxWidgets on Fedora Core 3 and I''m now trying to install wxRuby. extconf.rb ran correctly, but when I run make, I get the following error: wx.cpp:29: error: new declaration `int wxEntryStart(int&, char**)'' /usr/local/include/wx-2.6/wx/init.h:29: error: ambiguates old declaration `boolwxEntryStart(int&, wxChar**)'' make: *** [wx.o] Error 1 Any thoughts?
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! --