make CXX="g++ -O3 -Wall" AR="ar" \
-C source/lzma406/SRC/7zip/Compress/LZMA_Lib
make[1]: Entering directory `/home/juergen/DaniSahne/[URL="http://ds-0.2.8/source/lzma406/SRC"]ds-0.2.8/source/lzma406/SRC[/URL]
/7zip/Compress/LZMA_Lib'
g++ -O3 -Wall -c ZLib.cpp
ZLib.cpp:28:18: error: zlib.h: Datei oder Verzeichnis nicht gefunden
../../../Common/MyWindows.h:120: warning: ‘struct IUnknown’ has virtual function
s but non-virtual destructor
../LZMA/../../IStream.h:14: 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:43: warning: ‘struct IInStream’ has virtual functions bu
t non-virtual destructor
../LZMA/../../IStream.h:53: warning: ‘struct IOutStream’ has virtual functions b
ut non-virtual destructor
../LZMA/../../IStream.h:64: warning: ‘struct IStreamGetSize’ has virtual functio
ns but non-virtual destructor
../LZMA/../../IStream.h:74: warning: ‘struct IOutStreamFlush’ has virtual functi
ons but non-virtual destructor
../LZMA/../../ICoder.h:13: warning: ‘struct ICompressProgressInfo’ has virtual f
unctions but non-virtual destructor
../LZMA/../../ICoder.h:22: warning: ‘struct ICompressCoder’ has virtual function
s but non-virtual destructor
../LZMA/../../ICoder.h:35: warning: ‘struct ICompressCoder2’ has virtual functio
ns but non-virtual destructor
../LZMA/../../ICoder.h:69: warning: ‘struct ICompressSetCoderProperties’ has vir
tual functions but non-virtual destructor
../LZMA/../../ICoder.h:79: warning: ‘struct ICompressSetDecoderProperties’ has v
irtual functions but non-virtual destructor
../LZMA/../../ICoder.h:88: warning: ‘struct ICompressWriteCoderProperties’ has v
irtual functions but non-virtual destructor
../LZMA/../../ICoder.h:97: warning: ‘struct ICompressGetInStreamProcessedSize’ h
as virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:106: warning: ‘struct ICompressGetSubStreamSize’ has virt
ual functions but non-virtual destructor
../LZMA/../../ICoder.h:115: warning: ‘struct ICompressSetInStream’ has virtual f
unctions but non-virtual destructor
../LZMA/../../ICoder.h:124: warning: ‘struct ICompressSetOutStream’ has virtual
functions but non-virtual destructor
../LZMA/../../ICoder.h:133: warning: ‘struct ICompressSetInStreamSize’ has virtu
al functions but non-virtual destructor
../LZMA/../../ICoder.h:142: warning: ‘struct ICompressSetOutStreamSize’ has virt
ual functions but non-virtual destructor
../LZMA/../../ICoder.h:151: warning: ‘struct ICompressFilter’ has virtual functi
ons but non-virtual destructor
../LZMA/../../ICoder.h:166: warning: ‘struct ICryptoProperties’ has virtual func
tions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:11: warning: ‘struct IInWindowStream’ has virtual f
unctions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:26: warning: ‘struct IMatchFinder’ has virtual func
tions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:38: warning: ‘struct IMatchFinderCallback’ has virt
ual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:48: warning: ‘struct IMatchFinderSetCallback’ has v
irtual 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/juergen/DaniSahne/[URL="http://ds-0.2.8/source/lzma406/SRC/"]ds-0.2.8/source/lzma406/SRC/[/URL] 7zip/Compress/LZMA_Lib'
make: *** [source/lzma406/SRC/7zip/Compress/LZMA_Lib/liblzma.a] Fehler 2