Christian Joensson <[EMAIL PROTECTED]> writes: > [...] > In file included from /usr/local/src/branch/gcc/libmudflap/mf-hooks2.c:1618: > /usr/include/sys/ipc.h:59: error: syntax error before "ushort" > /usr/include/sys/ipc.h:61: error: syntax error before "cuid" > /usr/include/sys/ipc.h:62: error: syntax error before "cgid" > /usr/include/sys/ipc.h:63: error: syntax error before "mode" > /usr/include/sys/ipc.h:64: error: syntax error before "seq" > [...]
Would you try again, after adding a "#include <cygwin/types.h>" near the top of mf-hooks2.c? If it works, we can put in an autoconf-based conditional permanently. - FChE -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/