make all bricht ab. warum?

Anlaufschwierigkeiten? Was ist was? Worum geht's?
apollo32
Neugieriger
Neugieriger
Beiträge: 3
Registriert: Dienstag 4. April 2006, 23:41

make all bricht ab. warum?

Beitrag von apollo32 »

kann mir ein einen tipp geben :gruebel:

Code: Alles auswählen

cd mksquashfs && \
        bunzip2 -cd ../Archive/lzma442.tar.bz2 | TAPE=- tar -x && \
        patch -p1 < ../Patches/lzma_zlib-stream.diff && \
        gunzip -cd ../Archive/squashfs3.0.tar.gz | TAPE=- tar -x && \
        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/xapollo/tuxbox-cvs/cdk/mksquashfs/C/7zip/Comp
ress/LZMA_Lib'
g++ -O3 -Wall -c -I ../../../ ZLib.cpp
ZLib.cpp:28:18: error: zlib.h: Datei oder Verzeichnis nicht gefunden
../../../Common/MyWindows.h:103: warning: ‘struct IUnknown’ has virtual function
s but non-virtual destructor
../LZMA/../../IStream.h:19: warning: ‘struct ISequentialInStream’ has virtual fu
nctions but non-virtual destructor
../LZMA/../../IStream.h:32: warning: ‘struct ISequentialOutStream’ has virtual f
unctions but non-virtual destructor
../LZMA/../../IStream.h:42: warning: ‘struct IInStream’ has virtual functions bu
t non-virtual destructor
../LZMA/../../IStream.h:47: warning: ‘struct IOutStream’ has virtual functions b
ut non-virtual destructor
../LZMA/../../IStream.h:53: warning: ‘struct IStreamGetSize’ has virtual functio
ns but non-virtual destructor
../LZMA/../../IStream.h:58: warning: ‘struct IOutStreamFlush’ has virtual functi
ons but non-virtual destructor
../LZMA/../../ICoder.h:15: warning: ‘struct ICompressProgressInfo’ has virtual f
unctions but non-virtual destructor
../LZMA/../../ICoder.h:20: warning: ‘struct ICompressCoder’ has virtual function
s but non-virtual destructor
../LZMA/../../ICoder.h:29: warning: ‘struct ICompressCoder2’ has virtual functio
ns but non-virtual destructor
../LZMA/../../ICoder.h:61: warning: ‘struct ICompressSetCoderProperties’ has vir
tual functions but non-virtual destructor
../LZMA/../../ICoder.h:74: warning: ‘struct ICompressSetDecoderProperties2’ has
virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:79: warning: ‘struct ICompressWriteCoderProperties’ has v
irtual functions but non-virtual destructor
../LZMA/../../ICoder.h:84: warning: ‘struct ICompressGetInStreamProcessedSize’ h
as virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:89: warning: ‘struct ICompressSetCoderMt’ has virtual fun
ctions but non-virtual destructor
../LZMA/../../ICoder.h:94: warning: ‘struct ICompressGetSubStreamSize’ has virtu
al functions but non-virtual destructor
../LZMA/../../ICoder.h:99: warning: ‘struct ICompressSetInStream’ has virtual fu
nctions but non-virtual destructor
../LZMA/../../ICoder.h:105: warning: ‘struct ICompressSetOutStream’ has virtual
functions but non-virtual destructor
../LZMA/../../ICoder.h:111: warning: ‘struct ICompressSetInStreamSize’ has virtu
al functions but non-virtual destructor
../LZMA/../../ICoder.h:116: warning: ‘struct ICompressSetOutStreamSize’ has virt
ual functions but non-virtual destructor
../LZMA/../../ICoder.h:121: warning: ‘struct ICompressFilter’ has virtual functi
ons but non-virtual destructor
../LZMA/../../ICoder.h:132: warning: ‘struct ICryptoProperties’ has virtual func
tions but non-virtual destructor
../LZMA/../../ICoder.h:138: warning: ‘struct ICryptoSetPassword’ has virtual fun
ctions but non-virtual destructor
../LZMA/../../ICoder.h:143: warning: ‘struct ICryptoSetCRC’ has virtual function
s but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:7: warning: ‘struct IInWindowStream’ has virtual fu
nctions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:20: warning: ‘struct IMatchFinder’ has virtual func
tions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:28: warning: ‘struct IMatchFinderSetNumPasses’ has
virtual functions but non-virtual destructor
ZLib.cpp:53: error: expected ‘,’ or ‘...’ before ‘*’ token
ZLib.cpp:53: error: ISO C++ forbids declaration of ‘Bytef’ with no type
ZLib.cpp:108: error: ISO C++ forbids declaration of ‘Bytef’ with no type
ZLib.cpp:108: error: expected ‘;’ before ‘*’ token
ZLib.cpp: In constructor ‘CInMemoryStream::CInMemoryStream(int)’:
ZLib.cpp:54: error: class ‘CInMemoryStream’ does not have any field named ‘m_dat                                                                                                  a’
ZLib.cpp:54: error: ‘data’ was not declared in this scope
ZLib.cpp:54: error: ‘size’ was not declared in this scope
ZLib.cpp: In member function ‘virtual LONG CInMemoryStream::Read(void*, UInt32,                                                                                                   UInt32*)’:
ZLib.cpp:66: error: ‘m_data’ was not declared in this scope
ZLib.cpp: At global scope:
ZLib.cpp:118: error: expected `)' before ‘*’ token
ZLib.cpp:177: error: ISO C++ forbids declaration of ‘Bytef’ with no type
ZLib.cpp:177: error: expected ‘;’ before ‘*’ token
ZLib.cpp: In member function ‘virtual LONG COutMemoryStream::Write(const void*,                                                                                                   UInt32, UInt32*)’:
ZLib.cpp:130: error: ‘m_data’ was not declared in this scope
ZLib.cpp: At global scope:
ZLib.cpp:183: error: expected constructor, destructor, or type conversion before                                                                                                   ‘int’
ZLib.cpp:246: error: expected constructor, destructor, or type conversion before                                                                                                   ‘int’
make[1]: *** [ZLib.o] Fehler 1
make[1]: Leaving directory `/home/xapollo/tuxbox-cvs/cdk/mksquashfs/C/7zip/Compr                                                                                                  ess/LZMA_Lib'
make: *** [.deps/mksquashfs] Fehler 2
mgck
Einsteiger
Einsteiger
Beiträge: 115
Registriert: Samstag 17. Februar 2007, 17:57

Beitrag von mgck »

ZLib.cpp:28:18: error: zlib.h: Datei oder Verzeichnis nicht gefunden
zlib + zlib-devel installieren.

gruß mgck