From: Takaaki T. <tt...@kt...> - 2001-11-24 02:06:39
|
At Fri, 23 Nov 2001 22:56:33 -0500, Kent Dahl <ke...@st...> wrote: > -I/usr/X11R6/include -c -o flmenu.o flmenu.cc > flmenu.cc:145:20: warning: extra tokens at end of #undef directive .. > flscroll.cc:29:3: warning: pasting "::" and "HORIZONTAL" does not give a > valid preprocessing token .. These are my faults. I've fixed them on the cvs. > I changed the intern.h of Ruby to read > void rb_gc_mark(VALUE); > and the flwidget.cc in ruby-fltk to read > rb_gc_mark( (long unsigned int)(userdata)); This is correct. Actually ruby-1.7 has void rb_gc_mark _((VALUE)); in the intern.h. > Now, as for something _functional_ I'm missing. FL_SYMBOL_LABEL. I've also added them. Thanks, -- Takaaki Tateishi <tt...@kt...> |