Open GoogleCodeExporter opened 8 years ago
Same remark for ./androguard/core/bytecodes/libdvm/Makefile, make sure CFLAGS
includes your Python directory:
For example, if you have Python 2.6, then change:
-CFLAGS += -g -fPIC -I/usr/include/python2.7/
+CFLAGS += -g -fPIC -I/usr/include/python2.6/
Original comment by aaforti...@gmail.com
on 25 May 2012 at 2:17
Original issue reported on code.google.com by
aaforti...@gmail.com
on 25 May 2012 at 1:33