Closed GitMensch closed 4 years ago
--------------------------- Fatal RC File error --------------------------- Error C:\dev\gnucobol\build_windows\config.h(534): Identifier expected --------------------------- OK ---------------------------
Which is
/* Version number of package */ #define VERSION "3.0-dev"
See version_cobc.rc including config.h.
the problem seems to be "VERSION" is a keyword sigh. I'll fix it...
also fixing a problem with '\x##' in strings
Which is
See version_cobc.rc including config.h.