From: [email protected]
To: [email protected]
Subject: Make error
Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: cygwin
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash.exe' -DCONF_HOSTTYPE='i686'
-DCONF_OSTYPE='cygwin' -DCONF_MACHTYPE='i686-pc-cygwin'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/local/share/locale'
-DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H -DRECYCLES_PIDS -I. -I.
-I./include -I./lib -g -O2
uname output: CYGWIN_NT-5.1 bothaxp 1.5.25(0.156/4/2) 2008-06-12 19:34
i686 Cygwin
Machine Type: i686-pc-cygwin
Bash Version: 4.0
Patch Level: 0
Release Status: release
Description:
make config successful.
make output follows below:
bo...@bothaxp /cygdrive/c/bash-4.0
$ make
***********************************************************
* *
* GNU bash, version 4.0.0(1)-release (i686-pc-cygwin)
* *
***********************************************************
rm -f dispose_cmd.o
gcc -DPROGRAM='"bash.exe"' -DCONF_HOSTTYPE='"i686"' -DCONF_OSTYPE='"cygwin"' -D
CONF_MACHTYPE='"i686-pc-cygwin"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/s
hare/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DRECYCLES_PIDS -I.
-I. -I./include -I./lib -g -O2 -c dispose_cmd.c
In file included from shell.h:42,
from dispose_cmd.c:30:
externs.h:200: error: parse error before '*' token
make: *** [dispose_cmd.o] Error 1
Repeat-By:
1. run configure.
2. run make.