The suggestion was made last week that I try filtering the compiled BASIC stuff through IMCC for performance reasons and whatnot.
IMCC seems to want headers that MSVC++ isn't happy with:
cl -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -I../../include -Feim
cparser.obj -c imcparser.c
imcparser.c
C:\Program Files\Microsoft Visual Studio .NET\Vc7\PlatformSDK\Include\WinDef.h(159) : error
C2059: syntax error : 'constant'
Can you have a look at the stated line, maybe its some kind of a name clash. Would also be nice for giure out, by which file WinDef.h got pulled in.
And it also seems to want (by reading the makefile) bison and flex,
No, the generated files are in CVS. If there is a timestamp problem, just touch imcparser.* and imclexer.c. And of course there are flex/bisons for Win out there somewhere, if one wants actually change the .l/.y sources.
leo