This is the mail archive of the cygwin@cygwin.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]
Other format: [Raw text]

A fruitless message about gcc not building and how to fix it


I just noticed that recent changes (by me) in cygwin header files in
winsup/include/cygwin/types.h and newlib/libc/include/sys/types.h will
cause syntax errors when attempting to build gcc since the
winsup/include/cygwin/types.h will become out-of-sync wrt the system
header file.

The fix is simple.  Copy newlib/libc/include/sys/types.h to
/usr/include/sys and winsup/include/cygwin/types.h to
/usr/include/cygwin .

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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