Hello,
I receive this error when I compile RexxGtk package, my distribution is openSUSE 11.2 and my ooRexx 4.0.0
make
gcc -c pkg-config --cflags gtk+-2.0 gdk-2.0 glib-2.0 gthread-2.0 -fPIC -DVMAJOR=0 -DVMINOR=10 -DVREL=0 grxliststore.cpp
grxliststore.cpp: In function ‘int GrxListStoreNew_impl(RexxMethodContext, _RexxObjectPtr, _RexxArrayObject)’:
grxliststore.cpp:89: error: no matching function for call to ‘RexxMethodContext_::ObjectToInt32(_RexxObjectPtr, wholenumber_t)’
/usr/include/oorexxapi.h:1593: note: candidates are: logical_t RexxMethodContext_::ObjectToInt32(_RexxObjectPtr, int32_t)
grxliststore.cpp: In function ‘int GrxListStoreSetValue_impl(RexxMethodContext, void, void, _RexxArrayObject)’:
grxliststore.cpp:175: error: no matching function for call to ‘RexxMethodContext_::ObjectToStringSize(_RexxObjectPtr, unsigned int)’
/usr/include/oorexxapi.h:1537: note: candidates are: logical_t RexxMethodContext_::ObjectToStringSize(_RexxObjectPtr, size_t*)
make: *** [grxliststore.o] Error 1
Thanks
A=
Carlos
Anonymous
Fixed in SVN rev 5322.
The fix for this item was in the 4.1.1 or 4.1.0 release.