Hallo!
Ich bin nun beim Schritt "make" (Schritt 6 in der Anleitung http://wiki.ip-phone-forum.de/software:ds-mod:installation#linux) angelangt, und bekomme folgende Fehlermeldung:
Keine Ahnung, ob es daran liegen kann, aber da ich auf meinem Eisfair-Server kein dos2unix habe, sondern nur dtou, habe ich einen Softlink dos2unix auf dtou angelegt...
Danke für eure Hilfe!!
Ich bin nun beim Schritt "make" (Schritt 6 in der Anleitung http://wiki.ip-phone-forum.de/software:ds-mod:installation#linux) angelangt, und bekomme folgende Fehlermeldung:
Code:
tar -C source -xjf tools/source/find-squashfs.tar.bz2
tar: find-squashfs/Makefile: time stamp 2006-01-13 23:41:25 is 221871718.710931 s in the future
tar: find-squashfs/find-squashfs.c: time stamp 2006-04-29 20:52:50 is 231016403.704289 s in the future
tar: find-squashfs: time stamp 2006-04-29 20:53:18 is 231016431.699598 s in the future
touch source/find-squashfs/.unpacked
make CC="gcc" LD="ld -static" \
-C source/find-squashfs
make[1]: Entering directory `/public/ds-0.2.9/source/find-squashfs'
gcc -W -Wall -O2 -c -o find-squashfs.o find-squashfs.c
gcc -o find-squashfs find-squashfs.o
make[1]: Leaving directory `/public/ds-0.2.9/source/find-squashfs'
cp source/find-squashfs/find-squashfs tools/find-squashfs
unzip -q dl/lzma406.zip -d source/lzma406
chmod -R +w source/lzma406
dos2unix source/lzma406/SRC/7zip/Compress/LZMA/LZMADecoder.*
for i in tools/make/patches/*.lzma.patch; do \
patch -d source/lzma406 -p0 < $i; \
done
patching file SRC/7zip/Compress/LZMA/LZMADecoder.cpp
patching file SRC/7zip/Compress/LZMA/LZMADecoder.h
patching file SRC/7zip/Compress/LZMA_Lib/makefile
patching file SRC/7zip/Compress/LZMA_Lib/ZLib.cpp
touch source/lzma406/.unpacked
make CXX="g++ -O3 -Wall" AR="ar" \
-C source/lzma406/SRC/7zip/Compress/LZMA_Lib
make[1]: Entering directory `/public/ds-0.2.9/source/lzma406/SRC/7zip/Compress/LZMA_Lib'
g++ -O3 -Wall -c ZLib.cpp
In file included from ZLib.cpp:41:
../LZMA/LZMADecoder.h:189: unterminated macro call
../LZMA/LZMADecoder.h:3: unterminated `#if' conditional
In file included from ZLib.cpp:42:
../LZMA/LZMAEncoder.h:375: unterminated macro call
../LZMA/LZMAEncoder.h:3: unterminated `#if' conditional
ZLib.cpp:58: unterminated macro call
make[1]: *** [ZLib.o] Error 1
make[1]: Leaving directory `/public/ds-0.2.9/source/lzma406/SRC/7zip/Compress/LZMA_Lib'
make: *** [source/lzma406/SRC/7zip/Compress/LZMA_Lib/liblzma.a] Error 2
Danke für eure Hilfe!!
Zuletzt bearbeitet: