I reverted the change with FlexLexer.h again. I thought not checking for this
file would give us the option to remove the workaround we currently have in the
Wiki, but that was wrong. Now the build system is unchanged.
To avoid build errors caused by the header there are two options:
1) Tell CMake to look in the place where the header actually is (as described in
the wiki), and
2) Copy the header to the location where CMake looks for it.
I chose option 2) for the build slave because this means we can use the regular
build scripts and the buildbot configuration is simpler.
|