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]

Problem Making GCC 2.95.2 with Cygwin 1.1.4


I'm having a problem during the make bootstrap portion of the GCC 2.95.2
install.

I've tried to get a good build following the instructions to the letter and
have also tried a couple deviatons posted by others recently but I always
get the same error after about 45 minutes of what looks like are some very
serious compiles...

/usr/local/build/gcc/xgcc -B/usr/local/build/gcc/ -B/usr/i686-cygwin/bin/ -c
 -DS
kip_f2c_Undefs -I. -I/usr/local/src/gcc-2.95.2/libf2c/libU77 -I/usr/local/sr
c/gc
c-2.95.2/libf2c/libU77/../libI77 -I.. -I/usr/local/src/gcc-2.95.2/libf2c/lib
U77/
..  -DHAVE_CONFIG_H -g -O2 /usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c
In file included from /usr/include/windef.h:143,
                 from /usr/include/windows.h:96,
                 from /usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:37:
/usr/include/winnt.h:1640: warning: unnamed struct/union that defines no
instanc
es
/usr/include/winnt.h:1648: warning: unnamed struct/union that defines no
instanc
es
/usr/include/winnt.h:2163: warning: unnamed struct/union that defines no
instanc
es
/usr/include/winnt.h:2222: warning: unnamed struct/union that defines no
instanc
es
/usr/include/winnt.h:2260: warning: unnamed struct/union that defines no
instanc
es
/usr/include/winnt.h:2263: warning: unnamed struct/union that defines no
instanc
es
/usr/include/winnt.h:2269: warning: unnamed struct/union that defines no
instanc
es
/usr/include/winnt.h:2270: warning: unnamed struct/union that defines no
instanc
es
/usr/include/winnt.h:2387: warning: unnamed struct/union that defines no
instanc
es
/usr/include/winnt.h:2413: warning: unnamed struct/union that defines no
instanc
es
In file included from /usr/include/windows.h:100,
                 from /usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:37:
/usr/include/winbase.h:814: warning: unnamed struct/union that defines no
instan
ces
/usr/include/winbase.h:815: warning: unnamed struct/union that defines no
instan
ces
/usr/include/winbase.h:910: warning: unnamed struct/union that defines no
instan
ces
In file included from /usr/include/windows.h:130,
                 from /usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:37:
/usr/include/mmsystem.h:1191: warning: unnamed struct/union that defines no
inst
ances
/usr/include/mmsystem.h:1195: warning: unnamed struct/union that defines no
inst
ances
/usr/include/mmsystem.h:1216: warning: unnamed struct/union that defines no
inst
ances
/usr/include/mmsystem.h:1220: warning: unnamed struct/union that defines no
inst
ances
/usr/include/mmsystem.h:1235: warning: unnamed struct/union that defines no
inst
ances
/usr/include/mmsystem.h:1246: warning: unnamed struct/union that defines no
inst
ances
/usr/include/mmsystem.h:1258: warning: unnamed struct/union that defines no
inst
ances
/usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c: In function `G77_etime_0':
/usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:89: union has no member
named `
HighPart'
/usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:90: union has no member
named `
LowPart'
/usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:93: union has no member
named `
HighPart'
/usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:94: union has no member
named `
LowPart'
/usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:101: union has no member
named
`HighPart'
/usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:102: union has no member
named
`LowPart'
make[2]: *** [etime_.o] Error 1
make[2]: Leaving directory `/usr/local/build/i686-cygwin/libf2c/libU77'
make[1]: *** [u77] Error 2
make[1]: Leaving directory `/usr/local/build/i686-cygwin/libf2c'
make: *** [all-target-libf2c] Error 2

Am I missing updated includes and headers?  Still being somewhat new at this
as best as I can tell I've either got bad references in etime_.c or possibly
some sort of problem with the nameless UNION statements in winnt.h,
winntsup.h, etc.

Any suggestions on how to proceed would be greatly appreciated.
Shell M. Shrader
shell@shellware.com



--
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]