bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs 1.11


From: Richard Levitte - VMS Whacker
Subject: Re: cvs 1.11
Date: Sat, 02 Jun 2001 08:38:51 +0200 (MET DST)

From: "Hamill, John (J.)" <jhamill3@ford.com>

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 \ LeViMS@stacken.kth.se
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                -- poei@bofh.se
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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]