Pierre Pacchioni <[EMAIL PROTECTED]> - Thu, Aug 14, 2003: > ascend-grammar.c > C:\cygwin\usr\include\sys/_types.h(13) : error C2632: 'long' followed by > 'long' is illegal
This C-file is geenrated by bison, do you have bison installed (for example with cygwin)? The generated file here doesn't include _types.h, maybe you should try to clean your tree and nmake again to generate the file. Generally, you won't get VS C compiler to work with Cygwin's headers, so there's a mistake in a previous step when this happens. Try to remove config.h too. -- Loïc Minier <[EMAIL PROTECTED]>