We have a new compiler error, in the same conf_parser.cxx file in the hlcommon/ dir.
I have figured out where the last error is that generated «conversion from string constant to ‘char» errors. It is in conf_parser.yxx.
conf_parser.yxx have one last error that seems to happen each time we bump version. For some reason that triggers a rebuild of the cxx file.
Looking in conf_parser.cxx line 1372 there is a comment 5 lines above that is found again in conf_parser.yxx on line 115. The code that follow have some problems, that I cant figure out how to fix.
When we fix the last error in conf_parser.yxx we can possibly start to remove the cxx files from revision control and have the file auto-generated, as it should do anyway.
We have a new compiler error, in the same conf_parser.cxx file in the hlcommon/ dir. I have figured out where the last error is that generated «conversion from string constant to ‘char» errors. It is in conf_parser.yxx.
conf_parser.yxx have one last error that seems to happen each time we bump version. For some reason that triggers a rebuild of the cxx file.
Looking in conf_parser.cxx line 1372 there is a comment 5 lines above that is found again in conf_parser.yxx on line 115. The code that follow have some problems, that I cant figure out how to fix.
When we fix the last error in conf_parser.yxx we can possibly start to remove the cxx files from revision control and have the file auto-generated, as it should do anyway.