- Mitglied seit
- 9 Dez 2006
- Beiträge
- 10
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hallo zusammen,
ich habe die Tage schon mal gepostet, leider habe ich schon wieder / immer noch ein Problem.
Ich habe SuSE Linux 10.2
und nutze eine Fritzbox 7170.
Ich habe die aktuelle DS gepatchet.
Braucht ihr noch weitere Angaben?
Hier der Fehlercode, beim Aufrufen von make:
ZLib.cpp:28:18: error: zlib.h: No such file or directory
../../../Common/MyWindows.h:120: warning: â??struct IUnknownâ?? has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:14: warning: â??struct ISequentialInStreamâ?? has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:32: warning: â??struct ISequentialOutStreamâ?? has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:43: warning: â??struct IInStreamâ?? has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:53: warning: â??struct IOutStreamâ?? has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:64: warning: â??struct IStreamGetSizeâ?? has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:74: warning: â??struct IOutStreamFlushâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:13: warning: â??struct ICompressProgressInfoâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:22: warning: â??struct ICompressCoderâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:35: warning: â??struct ICompressCoder2â?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:69: warning: â??struct ICompressSetCoderPropertiesâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:79: warning: â??struct ICompressSetDecoderPropertiesâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:88: warning: â??struct ICompressWriteCoderPropertiesâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:97: warning: â??struct ICompressGetInStreamProcessedSizeâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:106: warning: â??struct ICompressGetSubStreamSizeâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:115: warning: â??struct ICompressSetInStreamâ?? has virtual functions 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 virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:142: warning: â??struct ICompressSetOutStreamSizeâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:151: warning: â??struct ICompressFilterâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:166: warning: â??struct ICryptoPropertiesâ?? has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:11: warning: â??struct IInWindowStreamâ?? has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:26: warning: â??struct IMatchFinderâ?? has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:38: warning: â??struct IMatchFinderCallbackâ?? has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:48: warning: â??struct IMatchFinderSetCallbackâ?? 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_dataâ??
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] Error 1
make: *** [source/lzma406/SRC/7zip/Compress/LZMA_Lib/liblzma.a] Error 2
Hat jemand eine Idee, bzw kennt den Fehler?
Mit bestem Dank
Volkmar
ich habe die Tage schon mal gepostet, leider habe ich schon wieder / immer noch ein Problem.
Ich habe SuSE Linux 10.2
und nutze eine Fritzbox 7170.
Ich habe die aktuelle DS gepatchet.
Braucht ihr noch weitere Angaben?
Hier der Fehlercode, beim Aufrufen von make:
ZLib.cpp:28:18: error: zlib.h: No such file or directory
../../../Common/MyWindows.h:120: warning: â??struct IUnknownâ?? has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:14: warning: â??struct ISequentialInStreamâ?? has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:32: warning: â??struct ISequentialOutStreamâ?? has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:43: warning: â??struct IInStreamâ?? has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:53: warning: â??struct IOutStreamâ?? has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:64: warning: â??struct IStreamGetSizeâ?? has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:74: warning: â??struct IOutStreamFlushâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:13: warning: â??struct ICompressProgressInfoâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:22: warning: â??struct ICompressCoderâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:35: warning: â??struct ICompressCoder2â?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:69: warning: â??struct ICompressSetCoderPropertiesâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:79: warning: â??struct ICompressSetDecoderPropertiesâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:88: warning: â??struct ICompressWriteCoderPropertiesâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:97: warning: â??struct ICompressGetInStreamProcessedSizeâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:106: warning: â??struct ICompressGetSubStreamSizeâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:115: warning: â??struct ICompressSetInStreamâ?? has virtual functions 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 virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:142: warning: â??struct ICompressSetOutStreamSizeâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:151: warning: â??struct ICompressFilterâ?? has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:166: warning: â??struct ICryptoPropertiesâ?? has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:11: warning: â??struct IInWindowStreamâ?? has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:26: warning: â??struct IMatchFinderâ?? has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:38: warning: â??struct IMatchFinderCallbackâ?? has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:48: warning: â??struct IMatchFinderSetCallbackâ?? 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_dataâ??
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] Error 1
make: *** [source/lzma406/SRC/7zip/Compress/LZMA_Lib/liblzma.a] Error 2
Hat jemand eine Idee, bzw kennt den Fehler?
Mit bestem Dank
Volkmar