[fxruby-users] Error when compiling FXRuby-1.6.0
Stephen Ng
stephen.ng at planetnutek.com
Tue May 30 05:10:30 EDT 2006
Hi!
I tried looking at the Archives and did not find any reference to my
problem, so I thought I might try asking!
I am trying to compile FXRuby-1.6.0 on my Fedora Core 3 system which has
ruby 1.8.4 installed. I received the following error -
g++ -fPIC -O0 -g -pipe -m32 -march=i386 -mtune=pentium4 -Wall -fPIC -O0
-Iinclude -I. -I/usr/lib/ruby/1.8/i386-linux
-I/usr/lib/ruby/1.8/i386-linux
-I/home/sng/downloads/FXRuby-1.6.0/ext/fox16 -DHAVE_SYS_TIME_H
-DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla
-I/usr/local/include/fox-1.6 -c table_wrap.cpp
table_wrap.cpp: In function `VALUE _wrap_FXTable_onUpdSelectCell(int,
VALUE*, VALUE)':
table_wrap.cpp:1280: error: 'class FX::FXTable' has no member named
'onUpdSelectCell'
table_wrap.cpp: In function `VALUE _wrap_FXTable_onUpdSelectRow(int,
VALUE*, VALUE)':
table_wrap.cpp:1293: error: 'class FX::FXTable' has no member named
'onUpdSelectRow'
table_wrap.cpp: In function `VALUE _wrap_FXTable_onUpdSelectColumn(int,
VALUE*, VALUE)':
table_wrap.cpp:1306: error: 'class FX::FXTable' has no member named
'onUpdSelectColumn'
table_wrap.cpp: In function `VALUE _wrap_FXTable_onUpdSelectAll(int,
VALUE*, VALUE)':
table_wrap.cpp:1330: error: 'class FX::FXTable' has no member named
'onUpdSelectAll'
table_wrap.cpp: In function `VALUE _wrap_FXTable_onUpdDeselectAll(int,
VALUE*, VALUE)':
table_wrap.cpp:1342: error: 'class FX::FXTable' has no member named
'onUpdDeselectAll'
table_wrap.cpp: At global scope:
table_wrap.cpp:546: warning: 'void SWIG_AsVal(VALUE, int*)' defined but
not usedinclude/inlinestubs.h:20: warning: 'void FXApp_init(FX::FXApp*,
VALUE, bool)' defined but not used
table_wrap.cpp:840: warning: 'void free_FXTableItem(FX::FXTableItem*)'
defined but not used
table_wrap.cpp:2132: warning: 'void free_FXTable(FX::FXTable*)' defined
but not used
make: *** [table_wrap.o] Error 1
setup failed
'system make ' failed
Any help on this will be appreciated.
Thanks.
Stephen
More information about the fxruby-users
mailing list