From: "Hamill, John (J.)" <[EMAIL PROTECTED]>

jhamill3>    OS:       VMS ver. 5.5-2 on both Hosts
jhamill3>    HARDWARE: DEC VAX (Sable is a 6630 and Taurus is a 6660)
jhamill3>    COMPILER: VAX C V3.2-044

Considering the command line you show, as well as the look of the
error message, I'm quite sure it's DEC C, not VAX C.

jhamill3> $ CC :== CC/DEBUG/NOOPTIMIZE/STANDARD=VAXC/DEFINE=HAVE_CONFIG_H-
jhamill3> 
/INCLUDE_DIRECTORY=([-],[-.LIB],[-.SRC],[-.VMS])/PREFIX_LIBRARY_ENTRIES=ALL_ENTR
jhamill3> IES
jhamill3> $ CC filesubr.c
jhamill3> %CC-E-TYPECONFLICT, In this declaration, "typedef-name" cannot be combined 
with
jhamill3>  "unsigned".
jhamill3>                 At line number 177 in TYPES.
jhamill3> 
jhamill3>             typedef __mode_t mode_t;
jhamill3>         .....................^
jhamill3> %CC-E-TYPECONFLICT, In this declaration, "typedef-name" cannot be combined 
with
jhamill3>  "int".
jhamill3>                 At line number 177 in TYPES.

I wouldn't be surprised if, in filesubr.c or one of the header files
of CVS, you'd find the following line:

#define mode_t int

jhamill3> I figured out that the error is in this file
jhamill3> 
jhamill3> SYS$COMMON:[DECC$LIB.INCLUDE]types.h

I don't think so.

-- 
Richard Levitte   \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.

_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs
  • cvs 1.11 Hamill, John (J.)
    • Richard Levitte - VMS Whacker

Reply via email to