- Mitglied seit
- 3 Mrz 2008
- Beiträge
- 63
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hallo Leute,
ich habe mir gerade einen neuen Linux Rechner installiert. Ich bin eigentlich der Meinung ich habe alle benötigte Software drauf. Aber wenn ich ./start.sh ausführe, bekomme ich folgende Fehlermeldung:
msiemers@LINUX:~/Desktop/speed-to-fritz> ./start
make CC="/usr/bin/gcc" -C tools/config conf mconf
make[1]: Entering directory `/home/msiemers/Desktop/speed-to-fritz/tools/config'
/usr/bin/gcc -DCURSES_LOC="<curses.h>" -DLOCALE -g -O2 -MM *.c > .depend 2>/dev/
null || :
make[1]: Leaving directory `/home/msiemers/Desktop/speed-to-fritz/tools/config'
make[1]: Entering directory `/home/msiemers/Desktop/speed-to-fritz/tools/config'
/usr/bin/gcc -DCURSES_LOC="<curses.h>" -DLOCALE -g -O2 -c conf.c -o conf.o
/usr/bin/gcc -DCURSES_LOC="<curses.h>" -DLOCALE -g -O2 -c kxgettext.c -o kxgett
ext.o
/usr/bin/gcc -DCURSES_LOC="<curses.h>" -DLOCALE -g -O2 -c lxdialog/checklist.c
-o lxdialog/checklist.o
In file included from lxdialog/checklist.c:24:
lxdialog/dialog.h:32:20: error: curses.h: Datei oder Verzeichnis nicht gefunden
In file included from lxdialog/checklist.c:24:
lxdialog/dialog.h:97: error: expected specifier-qualifier-list before ‘chtype’
lxdialog/dialog.h:187: error: expected ‘)’ before ‘*’ token
lxdialog/dialog.h:194: error: expected ‘)’ before ‘*’ token
lxdialog/dialog.h:196: error: expected ‘)’ before ‘*’ token
lxdialog/dialog.h:197: error: expected ‘)’ before ‘*’ token
lxdialog/dialog.h:198: error: expected ‘)’ before ‘*’ token
lxdialog/dialog.h:199: error: expected ‘)’ before ‘*’ token
lxdialog/dialog.h:201: error: expected ‘)’ before ‘*’ token
lxdialog/checklist.c:31: error: expected ‘)’ before ‘*’ token
lxdialog/checklist.c:59: error: expected ‘)’ before ‘*’ token
lxdialog/checklist.c:95: error: expected ‘)’ before ‘*’ token
lxdialog/checklist.c: In function ‘dialog_checklist’:
lxdialog/checklist.c:116: error: ‘WINDOW’ undeclared (first use in this function
)
lxdialog/checklist.c:116: error: (Each undeclared identifier is reported only on
ce
lxdialog/checklist.c:116: error: for each function it appears in.)
lxdialog/checklist.c:116: error: ‘dialog’ undeclared (first use in this function
)
lxdialog/checklist.c:116: error: ‘list’ undeclared (first use in this function)
lxdialog/checklist.c:129: error: ‘stdscr’ undeclared (first use in this function
)
lxdialog/checklist.c:130: error: ‘KEY_MAX’ undeclared (first use in this functio
n)
lxdialog/checklist.c:137: error: ‘COLS’ undeclared (first use in this function)
lxdialog/checklist.c:138: error: ‘LINES’ undeclared (first use in this function)
lxdialog/checklist.c:143: error: ‘TRUE’ undeclared (first use in this function)
lxdialog/checklist.c:146: error: ‘struct dialog_color’ has no member named ‘atr’
lxdialog/checklist.c:146: error: ‘struct dialog_color’ has no member named ‘atr’
lxdialog/checklist.c:147: error: ‘struct dialog_color’ has no member named ‘atr’
lxdialog/checklist.c:151: error: ‘struct dialog_color’ has no member named ‘atr’
lxdialog/checklist.c:156: error: ‘struct dialog_color’ has no member named ‘atr’
lxdialog/checklist.c:171: error: ‘struct dialog_color’ has no member named ‘atr’
lxdialog/checklist.c:171: error: ‘struct dialog_color’ has no member named ‘atr’
lxdialog/checklist.c:210: error: ‘KEY_UP’ undeclared (first use in this function
)
lxdialog/checklist.c:210: error: ‘KEY_DOWN’ undeclared (first use in this functi
on)
lxdialog/checklist.c:220: error: ‘FALSE’ undeclared (first use in this function)
lxdialog/checklist.c:297: error: ‘KEY_LEFT’ undeclared (first use in this functi
on)
lxdialog/checklist.c:298: error: ‘KEY_RIGHT’ undeclared (first use in this funct ion)
lxdialog/checklist.c:312: error: ‘KEY_RESIZE’ undeclared (first use in this func tion)
make[1]: *** [lxdialog/checklist.o] Fehler 1
make[1]: Leaving directory `/home/msiemers/Desktop/speed-to-fritz/tools/config'
make: *** [tools/config/mconf] Fehler 2
Firmware configuration taken from: Firmware.conf
********************************************************************************
Speed-to-Fritz version: 12.06.08-de/en-annexA/B
--------------------------------------------------------------------------------
Phase 1: Download or check firmware images.
********************************************************************************
: Nicht unterstütztes Schema.
-- Unable to retrieve file ''
Check your internet connection!
In some cases the download won't start even the file is existent on the server.
It is better to keep the source images local in any case.
In such cases please download the file to the directory:
/home/msiemers/Desktop/speed-to-fritz/Firmware.orig
Kann da jemand etwas mit anfangen, bzw. kann mir jemand schnell helfen ?
Was ist da nicht richtig ?
Danke !
ich habe mir gerade einen neuen Linux Rechner installiert. Ich bin eigentlich der Meinung ich habe alle benötigte Software drauf. Aber wenn ich ./start.sh ausführe, bekomme ich folgende Fehlermeldung:
msiemers@LINUX:~/Desktop/speed-to-fritz> ./start
make CC="/usr/bin/gcc" -C tools/config conf mconf
make[1]: Entering directory `/home/msiemers/Desktop/speed-to-fritz/tools/config'
/usr/bin/gcc -DCURSES_LOC="<curses.h>" -DLOCALE -g -O2 -MM *.c > .depend 2>/dev/
null || :
make[1]: Leaving directory `/home/msiemers/Desktop/speed-to-fritz/tools/config'
make[1]: Entering directory `/home/msiemers/Desktop/speed-to-fritz/tools/config'
/usr/bin/gcc -DCURSES_LOC="<curses.h>" -DLOCALE -g -O2 -c conf.c -o conf.o
/usr/bin/gcc -DCURSES_LOC="<curses.h>" -DLOCALE -g -O2 -c kxgettext.c -o kxgett
ext.o
/usr/bin/gcc -DCURSES_LOC="<curses.h>" -DLOCALE -g -O2 -c lxdialog/checklist.c
-o lxdialog/checklist.o
In file included from lxdialog/checklist.c:24:
lxdialog/dialog.h:32:20: error: curses.h: Datei oder Verzeichnis nicht gefunden
In file included from lxdialog/checklist.c:24:
lxdialog/dialog.h:97: error: expected specifier-qualifier-list before ‘chtype’
lxdialog/dialog.h:187: error: expected ‘)’ before ‘*’ token
lxdialog/dialog.h:194: error: expected ‘)’ before ‘*’ token
lxdialog/dialog.h:196: error: expected ‘)’ before ‘*’ token
lxdialog/dialog.h:197: error: expected ‘)’ before ‘*’ token
lxdialog/dialog.h:198: error: expected ‘)’ before ‘*’ token
lxdialog/dialog.h:199: error: expected ‘)’ before ‘*’ token
lxdialog/dialog.h:201: error: expected ‘)’ before ‘*’ token
lxdialog/checklist.c:31: error: expected ‘)’ before ‘*’ token
lxdialog/checklist.c:59: error: expected ‘)’ before ‘*’ token
lxdialog/checklist.c:95: error: expected ‘)’ before ‘*’ token
lxdialog/checklist.c: In function ‘dialog_checklist’:
lxdialog/checklist.c:116: error: ‘WINDOW’ undeclared (first use in this function
)
lxdialog/checklist.c:116: error: (Each undeclared identifier is reported only on
ce
lxdialog/checklist.c:116: error: for each function it appears in.)
lxdialog/checklist.c:116: error: ‘dialog’ undeclared (first use in this function
)
lxdialog/checklist.c:116: error: ‘list’ undeclared (first use in this function)
lxdialog/checklist.c:129: error: ‘stdscr’ undeclared (first use in this function
)
lxdialog/checklist.c:130: error: ‘KEY_MAX’ undeclared (first use in this functio
n)
lxdialog/checklist.c:137: error: ‘COLS’ undeclared (first use in this function)
lxdialog/checklist.c:138: error: ‘LINES’ undeclared (first use in this function)
lxdialog/checklist.c:143: error: ‘TRUE’ undeclared (first use in this function)
lxdialog/checklist.c:146: error: ‘struct dialog_color’ has no member named ‘atr’
lxdialog/checklist.c:146: error: ‘struct dialog_color’ has no member named ‘atr’
lxdialog/checklist.c:147: error: ‘struct dialog_color’ has no member named ‘atr’
lxdialog/checklist.c:151: error: ‘struct dialog_color’ has no member named ‘atr’
lxdialog/checklist.c:156: error: ‘struct dialog_color’ has no member named ‘atr’
lxdialog/checklist.c:171: error: ‘struct dialog_color’ has no member named ‘atr’
lxdialog/checklist.c:171: error: ‘struct dialog_color’ has no member named ‘atr’
lxdialog/checklist.c:210: error: ‘KEY_UP’ undeclared (first use in this function
)
lxdialog/checklist.c:210: error: ‘KEY_DOWN’ undeclared (first use in this functi
on)
lxdialog/checklist.c:220: error: ‘FALSE’ undeclared (first use in this function)
lxdialog/checklist.c:297: error: ‘KEY_LEFT’ undeclared (first use in this functi
on)
lxdialog/checklist.c:298: error: ‘KEY_RIGHT’ undeclared (first use in this funct ion)
lxdialog/checklist.c:312: error: ‘KEY_RESIZE’ undeclared (first use in this func tion)
make[1]: *** [lxdialog/checklist.o] Fehler 1
make[1]: Leaving directory `/home/msiemers/Desktop/speed-to-fritz/tools/config'
make: *** [tools/config/mconf] Fehler 2
Firmware configuration taken from: Firmware.conf
********************************************************************************
Speed-to-Fritz version: 12.06.08-de/en-annexA/B
--------------------------------------------------------------------------------
Phase 1: Download or check firmware images.
********************************************************************************
: Nicht unterstütztes Schema.
-- Unable to retrieve file ''
Check your internet connection!
In some cases the download won't start even the file is existent on the server.
It is better to keep the source images local in any case.
In such cases please download the file to the directory:
/home/msiemers/Desktop/speed-to-fritz/Firmware.orig
Kann da jemand etwas mit anfangen, bzw. kann mir jemand schnell helfen ?
Was ist da nicht richtig ?
Danke !