Re: [Ctool-develop] running tests
Brought to you by:
flisakow
From: Stefan S. <se...@sy...> - 2003-08-01 17:46:00
|
Shaun Flisakowski wrote: > > Stefan, > > Unfortunately, the problems with 8q and enum2 stem from the inclusion of > stdio.h. On solaris and many other systems, these files are pretty > clean - the gcc versions however are chock full of gcc extensions, many > of which ctool doesn't support yet. I've done some work on this, mostly > just trying to recognize and ignore them, the 'gcc' test suite is > something I was working on to resolve these issues. I don't know whether this is related, but we have a similar situation with synopsis where a naive preprocessing with gcc and feeding of the resulting stream into the C++ parser will results in errors. What I did is using 'gcc -Wno-gnu-keywords' to strip off the gcc extensions. You may try that, though I'm not sure the problems fall all into that category. [...] > The STDC thing sounds like you might have WINDOWS defined?, see lexer.l: hardly. I was running on a RH9 linux box. We'll see... Regards, Stefan |