Hi,

bin seit kurzem auf Suse Linux umgestiegen. Nun hab ich das prob das der make beim dsmod nicht durchläuft. Irgendwas mim LZMA.

Hat einer ne ahnung was das ist??



kai-t@linux:~/Fritzbox/ds-0.2.9> make
make CXX="g++ -O3 -Wall" \
-C source/lzma406/SRC/7zip/Compress/LZMA_Alone
make[1]: Entering directory `/home/stefan/Fritzbox/ds-0.2.9/source/lzma406/SRC/7zip/Compress/LZMA_Alone'
g++ -O3 -Wall -c ../LZMA/LZMAEncoder.cpp
../LZMA/../../../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
make[1]: *** [LZMAEncoder.o] Unterbrechung
make: *** [source/lzma406/SRC/7zip/Compress/LZMA_Alone/lzma] Unterbrechung