ohio813 / androguard

Automatically exported from code.google.com/p/androguard
Apache License 2.0
0 stars 0 forks source link

Some lzma files doesn't exist #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In androguard/classification/libsimilarity/lzma folder there is only lzma.c 
files, but the Makefile looks for:
SRC     =       Alloc.c LzFind.c LzmaDec.c LzmaEnc.c LzmaLib.c lzma.c

Steps to reproduce:
androguard$ make
make[2]: *** No rule to make target `Alloc.o', needed by `all'.  Stop.
make[1]: *** [ZIP] Error 2
make: *** [LIBS] Error 2

Using androguard hg version changeset: 224:d2a33d41ebbf
over Linux debian 2.6.32-5-686 #1 SMP i686 GNU/Linux

Original issue reported on code.google.com by pkedu...@gmail.com on 10 Sep 2011 at 2:59

GoogleCodeExporter commented 9 years ago
Fixed 
http://code.google.com/p/androguard/source/detail?r=226b0c9abf3cdb51d68b7062df1d
41aeecb2264e

Thx

Original comment by anthony....@gmail.com on 10 Sep 2011 at 3:09