| 1 | | |
| | 1 | {{{make}}} fails on |
| | 2 | |
| | 3 | {{{ |
| | 4 | ~/bash-3.2> makemaking lib/intl/libintl.a in ./lib/intl |
| | 5 | make[1]: Entering directory `/boot/home/bash-3.2/lib/intl' |
| | 6 | make[1]: Nothing to be done for `all'. |
| | 7 | make[1]: Leaving directory `/boot/home/bash-3.2/lib/intl' |
| | 8 | |
| | 9 | *********************************************************** |
| | 10 | * * |
| | 11 | * GNU bash, version 3.2.0(2)-release (i586-pc-beos) |
| | 12 | * * |
| | 13 | *********************************************************** |
| | 14 | |
| | 15 | rm -f shell.o |
| | 16 | gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"i586"' -DCONF_OSTYPE='"beos"' -DCONF_MACHTYPE='"i586-pc-beos"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib-I./lib/intl -I/boot/home/bash-3.2/lib/intl -g -O2 -c shell.c |
| | 17 | In file included from /boot/home/bash-3.2/include/chartypes.h:24, |
| | 18 | from /boot/home/bash-3.2/general.h:27, |
| | 19 | from /boot/home/bash-3.2/shell.h:29, |
| | 20 | from /boot/home/bash-3.2/shell.c:50: |
| | 21 | /boot/develop/headers/posix/ctype.h:62: warning: `isblank' redefined |
| | 22 | /boot/home/bash-3.2/syntax.h:101: warning: this is the location of the previousdefinition |
| | 23 | In file included from /boot/home/bash-3.2/include/chartypes.h:24, |
| | 24 | from /boot/home/bash-3.2/general.h:27, |
| | 25 | from /boot/home/bash-3.2/shell.h:29, |
| | 26 | from /boot/home/bash-3.2/shell.c:50: |
| | 27 | /boot/develop/headers/posix/ctype.h:14: parse error before `int' |
| | 28 | make: *** [shell.o] Error 1 |
| | 29 | ~/bash-3.2> bash --version |
| | 30 | GNU bash, version 2.05b.0(1)-release (i586-pc-beos) |
| | 31 | Copyright (C) 2002 Free Software Foundation, Inc. |
| | 32 | ~/bash-3.2> |
| | 33 | }}} |
| | 34 | |