Displaying 1 result from an estimated 1 matches for "tokenmake".
2006 Mar 09
4
compile error on mac os x
...ruby 1.8.4 , wxWidgets 2.4.2 ( from cvs ).
i tried to compile wxRuby, but there are always errors around "id" ,
dialog.cpp: In static member function ''static VALUEWxDialog::init(int,VALUE*, VALUE)'':dialog.cpp:60: error: expected unqualified-id before''='' tokenmake: *** [dialog.o] Error 1
like above.
in that case, in function "init", i have changed all "id(wxWindowIDid= -1;)" in init function to "_id", that errors are resolved.
does anybody know about that?