Hi,
        I'm running openSuSE Linux 12.2 on x86_64, and I'm trying to build 
RexxGTK 
0.10.0.  The compile fails with the following messages:

$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:93: error: no matching function for call 
to ‘RexxMethodContext_::ObjectToInt32(RexxObjectPtr, wholenumber_t*)’
grxliststore.cpp:89:93: note: candidate is:
In file included from rexxgtk.h:53:0,
                 from grxliststore.cpp:43:
/usr/include/oorexxapi.h:1612:15: note: logical_t 
RexxMethodContext_::ObjectToInt32(RexxObjectPtr, int32_t*)
/usr/include/oorexxapi.h:1612:15: note:   no known conversion for argument 2 
from ‘wholenumber_t* {aka long int*}’ to ‘int32_t* {aka int*}’
grxliststore.cpp: In function ‘int 
GrxListStoreSetValue_impl(RexxMethodContext*, POINTER, POINTER, 
RexxArrayObject)’:
grxliststore.cpp:175:78: error: no matching function for call 
to ‘RexxMethodContext_::ObjectToStringSize(RexxObjectPtr, unsigned int*)’
grxliststore.cpp:175:78: note: candidate is:
In file included from rexxgtk.h:53:0,
                 from grxliststore.cpp:43:
/usr/include/oorexxapi.h:1556:15: note: logical_t 
RexxMethodContext_::ObjectToStringSize(RexxObjectPtr, size_t*)
/usr/include/oorexxapi.h:1556:15: note:   no known conversion for argument 2 
from ‘unsigned int*’ to ‘size_t* {aka long unsigned int*}’
make: *** [grxliststore.o] Error 1

        The Rexx I'm compiling against is
$rexx -v
Open Object Rexx Version 4.1.2
Build date: Aug 31 2012
Addressing Mode: 64

        I have the following GTK+ development packages installed:
$rpm -qa | grep -i GTK.-devel
gtk3-devel-3.4.4-2.11.1.x86_64
gtk2-devel-2.24.10-3.1.2.x86_64
gtk3-devel-debuginfo-3.4.4-2.11.1.x86_64

        What am I missing here?

Leslie

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to