We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
valabind-cc ctypes r_asm -NRadare -x --vapidir=../vapi ../vapi/r_asm -I/usr/include/libr -lr_asm -lr_lib -lr_util -lr_parse -lr_db -lr_syscall valabind --ctypes -I /usr/include/libr -x -N Radare --vapidir ../vapi -o r_asm.py -m r_asm ../vapi/r_asm NOTICE Adding dependency package glib-2.0 NOTICE Adding dependency package gobject-2.0 NOTICE Adding dependency package ../vapi/r_asm NOTICE Adding dependency package r_util WARNING Constants not yet supported on ctypes (R2_VERSION) WARNING Constants not yet supported on ctypes (R2_PREFIX) WARNING Constants not yet supported on ctypes (R2_LIBDIR) --> RAsm (0) --> RAsmOp (1) WARNING Arrays not yet supported in ctypes bindings WARNING Arrays not yet supported in ctypes bindings WARNING Arrays not yet supported in ctypes bindings WARNING Arrays not yet supported in ctypes bindings --> RAsmCode (2) --> RAsmPlugin (3) --> RStrBuf (4) WARNING Unknown datatype
The text was updated successfully, but these errors were encountered:
Dunno if this bug should be in valabind
On 21 Dec 2013, at 15:38, Anton Kochkov [email protected] wrote: valabind-cc ctypes r_asm -NRadare -x --vapidir=../vapi ../vapi/r_asm -I/usr/include/libr -lr_asm -lr_lib -lr_util -lr_parse -lr_db -lr_syscall valabind --ctypes -I /usr/include/libr -x -N Radare --vapidir ../vapi -o r_asm.py -m r_asm ../vapi/r_asm NOTICE Adding dependency package glib-2.0 NOTICE Adding dependency package gobject-2.0 NOTICE Adding dependency package ../vapi/r_asm NOTICE Adding dependency package r_util WARNING Constants not yet supported on ctypes (R2_VERSION) WARNING Constants not yet supported on ctypes (R2_PREFIX) WARNING Constants not yet supported on ctypes (R2_LIBDIR) --> RAsm (0) --> RAsmOp (1) WARNING Arrays not yet supported in ctypes bindings WARNING Arrays not yet supported in ctypes bindings WARNING Arrays not yet supported in ctypes bindings WARNING Arrays not yet supported in ctypes bindings --> RAsmCode (2) --> RAsmPlugin (3) --> RStrBuf (4) WARNING Unknown datatype — Reply to this email directly or view it on GitHub.
On 21 Dec 2013, at 15:38, Anton Kochkov [email protected] wrote:
— Reply to this email directly or view it on GitHub.
Sorry, something went wrong.
No branches or pull requests
valabind-cc ctypes r_asm -NRadare -x --vapidir=../vapi ../vapi/r_asm -I/usr/include/libr -lr_asm -lr_lib -lr_util -lr_parse -lr_db -lr_syscall
valabind --ctypes -I /usr/include/libr -x -N Radare --vapidir ../vapi -o r_asm.py -m r_asm ../vapi/r_asm
NOTICE Adding dependency package glib-2.0
NOTICE Adding dependency package gobject-2.0
NOTICE Adding dependency package ../vapi/r_asm
NOTICE Adding dependency package r_util
WARNING Constants not yet supported on ctypes (R2_VERSION)
WARNING Constants not yet supported on ctypes (R2_PREFIX)
WARNING Constants not yet supported on ctypes (R2_LIBDIR)
--> RAsm (0)
--> RAsmOp (1)
WARNING Arrays not yet supported in ctypes bindings
WARNING Arrays not yet supported in ctypes bindings
WARNING Arrays not yet supported in ctypes bindings
WARNING Arrays not yet supported in ctypes bindings
--> RAsmCode (2)
--> RAsmPlugin (3)
--> RStrBuf (4)
WARNING Unknown datatype
The text was updated successfully, but these errors were encountered: