Greg Johnston wrote:> 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?
Hello.
Which version of wxWidgets? Which version of wxRuby? At this time,
wxRuby is only compatible with wxWindows 2.4.x, not wxWidgets 2.6.x.
I believe some people have had success patching wxRuby and compiling
with 2.6.x, but I can''t remember for sure. You might search the list
archives for hints.
Kevin