firelizzard18 / firmware-mod-kit

Automatically exported from code.google.com/p/firmware-mod-kit
0 stars 1 forks source link

Problem with squashfs-4.2 #74

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1../extract-ng.sh firmware.bin
2. wait until it reaches the squashfs folder
3. no file "lzma.h" found ! in src/others/squashfs-4.2/squashfs-tools/
(exact error : lzma_xz_wrapper.c:26:18: fatal error: lzma.h: No such file or 
directory)

Original issue reported on code.google.com by spyrosTh...@gmail.com on 31 Oct 2012 at 12:31

GoogleCodeExporter commented 8 years ago
Issue 75 has been merged into this issue.

Original comment by heffne...@gmail.com on 1 Nov 2012 at 3:00

GoogleCodeExporter commented 8 years ago
You'll need liblzma installed (http://tukaani.org/xz/, or install the 
liblzma-dev package in Debian).

Will update the wiki to include this as a prerequisite.

Original comment by heffne...@gmail.com on 1 Nov 2012 at 3:02

GoogleCodeExporter commented 8 years ago
Wiki and configure script updated to reflect new prerequisite.

Original comment by heffne...@gmail.com on 1 Nov 2012 at 3:12