LZMA

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
amiga23
Einsteiger
Einsteiger
Beiträge: 238
Registriert: Sonntag 14. November 2004, 23:44

LZMA

Beitrag von amiga23 »

Problem:

Code: Alles auswählen

ZLib.cpp:183:31: error: expected initializer before 'OF'

Code: Alles auswählen

make flash-neutrino-squashfs-allrm -rf mksquashfs
mkdir -p mksquashfs
cd mksquashfs && \
gunzip -cd /home/dbox2/tuxbox/tuxbox-Philips-uclibc-2012-07-30_11-03-08/tuxbox-cvs/cdk/Archive/squashfs3.0.tar.gz | TAPE=- tar -x
cd mksquashfs && \
bunzip2 -cd /home/dbox2/tuxbox/tuxbox-Philips-uclibc-2012-07-30_11-03-08/tuxbox-cvs/cdk/Archive/lzma442.tar.bz2 | TAPE=- tar -x && \
patch -p1 < ../Patches/lzma_zlib-stream.diff && \
patch -p0 < ../Patches/mksquashfs_lzma.diff
patching file C/7zip/Compress/LZMA/LZMADecoder.cpp
patching file C/7zip/Compress/LZMA/LZMADecoder.h
patching file C/7zip/Compress/LZMA_Lib/makefile
patching file C/7zip/Compress/LZMA_Lib/ZLib.cpp
patching file squashfs3.0/squashfs-tools/Makefile
make -C mksquashfs/C/7zip/Compress/LZMA_Lib
make[1]: Entering directory `/home/dbox2/tuxbox/tuxbox-Philips-uclibc-2012-07-30_11-03-08/tuxbox-cvs/cdk/mksquashfs/C/7zip/Compress/LZMA_Lib'
g++ -O3 -Wall -c -I ../../../ ZLib.cpp
ZLib.cpp:183:31: error: expected initializer before 'OF'
make[1]: *** [ZLib.o] Error 1
make[1]: Leaving directory `/home/dbox2/tuxbox/tuxbox-Philips-uclibc-2012-07-30_11-03-08/tuxbox-cvs/cdk/mksquashfs/C/7zip/Compress/LZMA_Lib'
make: *** [/home/dbox2/tuxbox/tuxbox-Philips-uclibc-2012-07-30_11-03-08/dbox2/cdk/bin/mksquashfs-lzma] Error 2
Lösung:

http://www.ip-phone-forum.de/showthread ... ost1765054

Für uns in

Code: Alles auswählen

cdk/Patches/lzma_zlib-stream.diff
in Zeile 315 und 378 Macro "OF" entfernen.
1. Sagem Kabel 1xI IDE2 80GB
2. Sagem Sat 2xI
3. Philips Sat 2xI
4. Zenega 101S CI Gentoo 2006.1 80GB HDD
amiga23
Einsteiger
Einsteiger
Beiträge: 238
Registriert: Sonntag 14. November 2004, 23:44

Re: LZMA

Beitrag von amiga23 »

Patch can be found here:
lzma_OF.diff
1. Sagem Kabel 1xI IDE2 80GB
2. Sagem Sat 2xI
3. Philips Sat 2xI
4. Zenega 101S CI Gentoo 2006.1 80GB HDD
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: LZMA

Beitrag von rhabarber1848 »