Ed Borasky wrote:
As luck would have it, the fxscintilla-0.71 release just
came out (2006-10-19) and it *does* support fox-1.6. So I
installed it and downloaded FXRuby-1.6.2. It is still
crashing in "ruby install.rb setup".
The fxscintilla header file
/usr/include/fxscintilla/FXScintilla.h has this little chunk
of code:
#if HAVE_FOX_1_6
virtual bool canFocus() const;
#else
virtual FXbool canFocus() const;
#endif
But the makefilee in ext/fox16/Makefile does *not* define
that flag. When I added "-DHAVE_FOX_1_6", the
"ruby
install.rb setup worked! |