Problem bei make all ([.nano] Fehler 2)

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
daywalker2
Interessierter
Interessierter
Beiträge: 51
Registriert: Mittwoch 14. August 2002, 18:16

Problem bei make all ([.nano] Fehler 2)

Beitrag von daywalker2 »

Hallo,
nun, ich bins schon wieder.
Habe folgendes Problem:

Code: Alles auswählen


( rm -rf nano-1.0.7 || /bin/true ) && gunzip -cd Archive/nano-1.0.7.tar.gz | tar -x
cd nano-1.0.7 && \
        CC=powerpc-tuxbox-linux-gnu-gcc \
        CFLAGS="-O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe" LDFLAGS="" \
        ./configure \
                --prefix=/home/dbox/src-dbox/rel_1_0_0/dbox2/cdkroot && \
        make all && \
        make install
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... powerpc-tuxbox-linux-gnu-gcc
checking whether the C compiler (powerpc-tuxbox-linux-gnu-gcc -O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe ) works... yes
checking whether the C compiler (powerpc-tuxbox-linux-gnu-gcc -O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe ) is a cross-compiler... yes
checking whether we are using GNU C... yes
checking whether powerpc-tuxbox-linux-gnu-gcc accepts -g... yes
checking for POSIXized ISC... no
checking how to run the C preprocessor... powerpc-tuxbox-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for malloc.h... yes
checking for termios.h... yes
checking for termio.h... yes
checking for limits.h... yes
checking for getopt.h... yes
checking for regex.h... yes
checking whether to use slang... no
checking for snprintf... yes
checking for vsnprintf... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for getopt_long... yes
checking for curses.h... no
checking for ncurses.h... no
checking for tgetent in -lncurses... yes
Using ncurses as the termcap library
checking for wresize in -lncurses... yes
checking for resizeterm in -lncurses... yes
checking for private member _use_keypad in WINDOW... no
checking for ranlib... ranlib
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
checking for argz.h... yes
checking for limits.h... (cached) yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... (cached) yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for stpcpy... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for gettext in libc... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  es de fr it id fi hu ca cs gl uk ru sv no nl da
updating cache ./config.cache
creating ./config.status
creating Makefile
creating intl/Makefile
creating po/Makefile.in
creating config.h
make[1]: Wechsel in das Verzeichnis Verzeichnis »/home/dbox/src-dbox/rel_1_0_0/tuxbox-cvs/cdk/nano-1.0.7«
make  all-recursive
make[2]: Wechsel in das Verzeichnis Verzeichnis »/home/dbox/src-dbox/rel_1_0_0/tuxbox-cvs/cdk/nano-1.0.7«
Making all in po
make[3]: Wechsel in das Verzeichnis Verzeichnis »/home/dbox/src-dbox/rel_1_0_0/tuxbox-cvs/cdk/nano-1.0.7/po«
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/dbox/src-dbox/rel_1_0_0/tuxbox-cvs/cdk/nano-1.0.7/po«
Making all in intl
make[3]: Wechsel in das Verzeichnis Verzeichnis »/home/dbox/src-dbox/rel_1_0_0/tuxbox-cvs/cdk/nano-1.0.7/intl«
make[3]: Für das Target »all« gibt es nichts zu tun.
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/dbox/src-dbox/rel_1_0_0/tuxbox-cvs/cdk/nano-1.0.7/intl«
make[3]: Wechsel in das Verzeichnis Verzeichnis »/home/dbox/src-dbox/rel_1_0_0/tuxbox-cvs/cdk/nano-1.0.7«
powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/home/dbox/src-dbox/rel_1_0_0/dbox2/cdkroot/share/locale\" -I/home/dbox/src-dbox/rel_1_0_0/dbox2/cdkroot/include    -O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe -c cut.c
In file included from proto.h:30,
                 from cut.c:27:
nano.h:45:21: curses.h: No such file or directory
In file included from cut.c:27:
proto.h:40: parse error before '*' token
proto.h:40: warning: data definition has no type or storage class
proto.h:157: parse error before '*' token
make[3]: *** [cut.o] Fehler 1
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/dbox/src-dbox/rel_1_0_0/tuxbox-cvs/cdk/nano-1.0.7«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/dbox/src-dbox/rel_1_0_0/tuxbox-cvs/cdk/nano-1.0.7«
make[1]: *** [all-recursive-am] Fehler 2
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/dbox/src-dbox/rel_1_0_0/tuxbox-cvs/cdk/nano-1.0.7«
make: *** [.nano] Fehler 2
Kann mir jemand bitte weiterhelfen?
thegoodguy
Erleuchteter
Erleuchteter
Beiträge: 465
Registriert: Mittwoch 14. August 2002, 20:45

Beitrag von thegoodguy »

Ist jetzt gefixt (Fehler war nur im rel_1_0_0 Branch). Danke.
daywalker2
Interessierter
Interessierter
Beiträge: 51
Registriert: Mittwoch 14. August 2002, 18:16

Beitrag von daywalker2 »

@thegoodguy:
Ich habe zu Danken. Danke!