Hi
When trying to compare results I get a message about an unhandle exception. I have commented the generic catch in main, and got this:
terminate called after throwing an instance of 'GLEAN::DrawingSurfaceConfig::Syntax'
And the sourcecode that has generated this exception:
if (lex.token != Lex::ICONST)
throw Syntax("expected integer value", lex.position());
at dsconfig.cpp:477
I run glean using glear -r results_folder for generate each of the results that were compared, and
glean -c first_result second_result to compare them.
If you need any extra information, please let me know.