Hi Killboy ... Thanks for the help, more is still generating the following error message when I run the command: make -C python - Python r_core.sog+ +: error: r_core_wrap.cxx: No such file or directory - Python r_bin.sog+ +: error: r_bin_wrap.cxx: No such file or directory - Python r_asm.sog+ +: error: r_asm_wrap.cxx: No such file or directory Thank you.
Date: Thu, 3 Jan 2013 17:12:29 -0800 From: [email protected] To: [email protected] Subject: Re: [radare] r2-bindings install.. Hi Danillo, I also run Fedora, here's my notes on building r2 + bindings, hopefully it should help: cheers # Requirements ACR: http://www.lolcathost.org/b/acr-0.8.6.tar.gz # radare2 ./configure --prefix=/usr make -s sudo make install # bindings export PKG_CONFIG_PATH=/usr/lib/pkgconfig ./configure --prefix=/usr --enable=python make -C python sudo make install From: danillo F. <[email protected]> To: "[email protected]" <[email protected]> Sent: Thursday, 3 January 2013 4:11 PM Subject: [radare] r2-bindings install.. during the installation of r2-bindings is generated the following error: [root@fedora r2-bindings-0.9.2]# ./configure --enable=pythonChecking valabind languages support...WARNING: cannot find valabind - gir: no - cxx: yes (g++) - valac: yesSupported langs:checking build system type... x86_64-unknown-linux-gnuchecking host system type... x86_64-unknown-linux-gnuchecking target system type... x86_64-unknown-linux-gnuchecking for working directories... currentusing prefix '/usr/local'checking for c compiler... gccchecking for c++ compiler... g++checking for valabind... nochecking for swig... /usr/bin/swigchecking for g-ir-compiler... nochecking pkg-config flags for r_core... yescreating ./config.mkcleaning temporally files... done Final report: - PREFIX = /usr/local - HAVE_SWIG = 1 - HAVE_VALABIND = 0 - HAVE_GIRCOMPILER = 0 - DEVEL_MODE = 1[root@fedora r2-bindings-0.9.2]# cd python/ [root @ fedora python] # python2.7-config = PYTHON_CONFIG make - Python r_core.sog+ +: error: r_core_wrap.cxx: No such file or directory - Python r_bin.sog+ +: error: r_bin_wrap.cxx: No such file or directory - Python r_asm.sog+ +: error: r_asm_wrap.cxx: No such file or directory Any suggestions of what could be? Thank you. _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
_______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
