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=python
Checking valabind languages support...
WARNING: cannot find valabind
 - gir: no
 - cxx: yes (g++)
 - valac: yes
Supported langs:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for working directories... current
using prefix '/usr/local'
checking for c compiler... gcc
checking for c++ compiler... g++
checking for valabind... no
checking for swig... /usr/bin/swig
checking for g-ir-compiler... no
checking pkg-config flags for r_core... yes
creating ./config.mk
cleaning 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.so
g+ +: error: r_core_wrap.cxx: No such file or directory
  - Python r_bin.so
g+ +: error: r_bin_wrap.cxx: No such file or directory
  - Python r_asm.so
g+ +: 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

Reply via email to