Hallo Leute,
ich hoffe ihr könnt mir weiterhelfen.
Ich habe die Fritz Box 7141 und möchte sie an meine Dbox hängen um über die Fritzbox auf ne USB Festplatte zuzugreifen.
Dbox kann nicht auf ftp:// aufnehmen. Also bräuchte ich NFS Support.
Ich hab mir nun das ds-mod26-15.2 runtergeladen und versucht zu kompilieren.
Dabei erhalte ich folgende Fehlermeldungen:
und Ende
Das Image wird nicht erstellt.
Was kann ich tun?
Vielen Dank für die Hilfe
Gruß Flow
ich hoffe ihr könnt mir weiterhelfen.
Ich habe die Fritz Box 7141 und möchte sie an meine Dbox hängen um über die Fritzbox auf ne USB Festplatte zuzugreifen.
Dbox kann nicht auf ftp:// aufnehmen. Also bräuchte ich NFS Support.
Ich hab mir nun das ds-mod26-15.2 runtergeladen und versucht zu kompilieren.
Dabei erhalte ich folgende Fehlermeldungen:
Code:
make -j1 -C source/lzma443/C/7zip/Compress/LZMA_Lib
make[1]: Entering directory `/home/escape/Desktop/ds26-15.2/source/lzma443/C/7zip/Compress/LZMA_Lib'
g++ -O3 -Wall -c -I ../../../ ZLib.cpp
ZLib.cpp:28:18: error: zlib.h: No such file or directory
../../../Common/MyWindows.h:103: warning: 'struct IUnknown' has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:19: 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:42: warning: 'struct IInStream' has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:47: warning: 'struct IOutStream' has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:53: warning: 'struct IStreamGetSize' has virtual functions but non-virtual destructor
../LZMA/../../IStream.h:58: warning: 'struct IOutStreamFlush' has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:15: warning: 'struct ICompressProgressInfo' has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:20: warning: 'struct ICompressCoder' has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:29: warning: 'struct ICompressCoder2' has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:61: warning: 'struct ICompressSetCoderProperties' has virtual 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 virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:84: warning: 'struct ICompressGetInStreamProcessedSize' has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:89: warning: 'struct ICompressSetCoderMt' has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:94: warning: 'struct ICompressGetSubStreamSize' has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:99: warning: 'struct ICompressSetInStream' has virtual functions 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 virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:116: warning: 'struct ICompressSetOutStreamSize' has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:121: warning: 'struct ICompressFilter' has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:132: warning: 'struct ICryptoProperties' has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:138: warning: 'struct ICryptoSetPassword' has virtual functions but non-virtual destructor
../LZMA/../../ICoder.h:143: warning: 'struct ICryptoSetCRC' has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:7: warning: 'struct IInWindowStream' has virtual functions but non-virtual destructor
../LZMA/../LZ/IMatchFinder.h:20: warning: 'struct IMatchFinder' has virtual functions 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_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[1]: Leaving directory `/home/escape/Desktop/ds26-15.2/source/lzma443/C/7zip/Compress/LZMA_Lib'
make: *** [source/lzma443/C/7zip/Compress/LZMA_Lib/liblzma.a] Error 2
und Ende
Was kann ich tun?
Vielen Dank für die Hilfe
Gruß Flow