Erorr compilando openwrt ar7

Pues eso, me da el siguiente error:

make[3]: Entering directory `/home/reyes/trunk/tools/squashfs4'
make -C /home/reyes/trunk/build_dir/host/squashfs4.0/squashfs-tools USE_LZMA=1 LZMA_CFLAGS="-I/home/reyes/trunk/staging_dir/host/include -DUSE_LZMA" LZMA_LIB="/home/reyes/trunk/staging_dir/host/lib/liblzma.a" mksquashfs unsquashfs
make[4]: Entering directory `/home/reyes/trunk/build_dir/host/squashfs4.0/squashfs-tools'
cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/reyes/trunk/staging_dir/host/include -DUSE_LZMA   -c -o mksquashfs.o mksquashfs.c
In file included from mksquashfs.c:67:
uncompress.h:22:21: error: LzmaLib.h: No such file or directory
mksquashfs.c:70:21: error: LzmaEnc.h: No such file or directory
mksquashfs.c:71:21: error: LzmaDec.h: No such file or directory
mksquashfs.c:856: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'lzma_alloc'
mksquashfs.c: In function 'mangle2':
mksquashfs.c:871: error: 'LZMA_PROPS_SIZE' undeclared (first use in this function)
mksquashfs.c:871: error: (Each undeclared identifier is reported only once
mksquashfs.c:871: error: for each function it appears in.)
mksquashfs.c:873: error: 'CLzmaEncProps' undeclared (first use in this function)
mksquashfs.c:873: error: expected ';' before 'props'
mksquashfs.c:875: error: 'props' undeclared (first use in this function)
mksquashfs.c:887: error: 'lzma_alloc' undeclared (first use in this function)
mksquashfs.c:889: error: 'SZ_OK' undeclared (first use in this function)
mksquashfs.c:892: error: 'SZ_ERROR_DATA' undeclared (first use in this function)
mksquashfs.c:895: error: 'SZ_ERROR_MEM' undeclared (first use in this function)
mksquashfs.c:898: error: 'SZ_ERROR_PARAM' undeclared (first use in this function)
make[4]: *** [mksquashfs.o] Error 1
make[4]: Leaving directory `/home/reyes/trunk/build_dir/host/squashfs4.0/squashfs-tools'
make[3]: *** [/home/reyes/trunk/build_dir/host/squashfs4.0/.built] Error 2
make[3]: Leaving directory `/home/reyes/trunk/tools/squashfs4'
make[2]: *** [tools/squashfs4/compile] Error 2
make[2]: Leaving directory `/home/reyes/trunk'
make[1]: *** [/home/reyes/trunk/staging_dir/target-mipsel_uClibc-0.9.29/stamp/.tools_install_nnn] Error 2
make[1]: Leaving directory `/home/reyes/trunk'
make: *** [world] Error 2


Estan instalados los paquetes que se supone necesarios para compilar (gcc g++ binutils patch bzip2 flex bison make autoconf gettext texinfo unzip sharutils subversion libncurses5-dev ncurses-term zlib1g-dev) y estoy usando la ultima version disponible en el svn
Esta instalado, cuando vi el mensaje de error fui a ver si era por eso
2 respuestas