This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Cannot make tcsh-6.09.00 on Cygwin-1.1.3


Hello,
I just got tcsh-6.09.00 from the net at the site mentioned in Corinnas
tcsh-6.08 Readme (6.08 was not there any more). It appears that they added a
Cygwin32 port to it, but unfortunately, it doesn't compile. Here are the
errors that I get afterr successful configuring:

$ make
grep 'ERR_' ./sh.err.c | grep '^#define' >> sh.err.h
gcc -E  -I. -I. -D_PATH_TCSHELL='"/usr/local/bin/tcsh"'    -D_h_tc_const\
    ./tc.const.c | grep 'Char STR' | \
    sed -e 's/Char \([a-zA-Z0-9_]*\)\[\].*/extern Char \1[];/' | \
    sort >> tc.const.h
In file included from sh.h:40,
                 from ./tc.const.c:37:
config.h:125: warning: `_PATH_TCSHELL' redefined
*Initialization*:1: warning: this is the location of the previous definition
gcc  -c -g -O2		 -I. -I. -D_PATH_TCSHELL='"/usr/local/bin/tcsh"'    sh.c
In file included from sh.h:40,
                 from sh.c:38:
config.h:125: warning: `_PATH_TCSHELL' redefined
*Initialization*:1: warning: this is the location of the previous definition
In file included from sh.c:49:
ed.h:179: parse error before `T_Speed'
ed.h:179: warning: data definition has no type or storage class
In file included from ed.h:252,
                 from sh.c:49:
ed.decls.h:72: parse error before `tty_getspeed'
ed.decls.h:72: warning: data definition has no type or storage class
sh.c:86: parse error before `INIT_ZERO_STRUCT'
sh.c:86: warning: data definition has no type or storage class
sh.c: In function `main':
sh.c:346: warning: comparison between pointer and integer
sh.c:422: warning: assignment makes pointer from integer without a cast
sh.c:487: warning: comparison between pointer and integer
sh.c:530: warning: assignment makes pointer from integer without a cast
sh.c:564: warning: assignment makes pointer from integer without a cast
sh.c:565: warning: assignment makes pointer from integer without a cast
sh.c:570: warning: assignment makes pointer from integer without a cast
sh.c:573: dereferencing pointer to incomplete type
sh.c:579: warning: assignment makes pointer from integer without a cast
sh.c:582: warning: assignment makes pointer from integer without a cast
sh.c:585: dereferencing pointer to incomplete type
sh.c:639: warning: assignment makes pointer from integer without a cast
sh.c:648: warning: assignment makes pointer from integer without a cast
sh.c:668: warning: assignment makes pointer from integer without a cast
sh.c:693: warning: assignment makes pointer from integer without a cast
sh.c:706: warning: assignment makes pointer from integer without a cast
sh.c:714: warning: assignment makes pointer from integer without a cast
sh.c:1160: warning: passing arg 1 of `xprintf' makes pointer from integer
without a cast
sh.c:1161: warning: passing arg 1 of `xprintf' makes pointer from integer
without a cast
sh.c: In function `mailchk':
sh.c:2233: warning: passing arg 1 of `xprintf' makes pointer from integer
without a cast
sh.c:2236: warning: passing arg 1 of `xprintf' makes pointer from integer
without a cast
sh.c:2245: warning: pointer/integer type mismatch in conditional expression
sh.c:2245: warning: passing arg 1 of `xprintf' makes pointer from integer
without a cast
sh.c:2248: warning: pointer/integer type mismatch in conditional expression
sh.c:2248: warning: passing arg 1 of `xprintf' makes pointer from integer
without a cast
make: *** [sh.o] Error 1


any ideas?

Thanks a lot

Reiner


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]