make
g++ -fPIC -march=athlon -O0 -Iinclude -I.
-I/usr/lib/ruby/1.6/i686-linux-gnu
-I/mnt/alpha/home/kvh/FXRuby-1.0.16/ext/fox -I/usr/include
-DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include
-I/usr/include/fox -c -o FXRuby.o FXRuby.cpp
/usr/lib/ruby/1.6/i686-linux-gnu/intern.h: In function void FXRbGcMark(void*)': /usr/lib/ruby/1.6/i686-linux-gnu/intern.h:193: too many arguments to function
void rb_gc_mark()‘
FXRuby.cpp:258: at this point in file
make: *** [FXRuby.o] Error 1
setup failed
’system make’ failed
try ‘ruby install.rb --help’ for usage
this error is documented in the package install file
(you may probably just change a type value in the file intern.h of Ruby
includes, this is due to normalisation of C(for Ruby) and C++(for
FXRuby) )
···
On Thu, 2002-11-28 at 21:49, Kurt V. Hindenburg wrote:
make
g++ -fPIC -march=athlon -O0 -Iinclude -I.
-I/usr/lib/ruby/1.6/i686-linux-gnu
-I/mnt/alpha/home/kvh/FXRuby-1.0.16/ext/fox -I/usr/include
-DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include
-I/usr/include/fox -c -o FXRuby.o FXRuby.cpp
/usr/lib/ruby/1.6/i686-linux-gnu/intern.h: In function void FXRbGcMark(void*)': /usr/lib/ruby/1.6/i686-linux-gnu/intern.h:193: too many arguments to function
void rb_gc_mark()‘
FXRuby.cpp:258: at this point in file
make: *** [FXRuby.o] Error 1
setup failed
’system make’ failed
try ‘ruby install.rb --help’ for usage
/usr/lib/ruby/1.6/i686-linux-gnu/intern.h: In function void FXRbGcMark(void*)': /usr/lib/ruby/1.6/i686-linux-gnu/intern.h:193: too many arguments to function
void rb_gc_mark()‘
FXRuby.cpp:258: at this point in file
make: *** [FXRuby.o] Error 1
setup failed
’system make’ failed
try ‘ruby install.rb --help’ for usage
Please check the “Things That Can Go Wrong” section of the build
instructions: