|
From: Christian S. <sch...@li...> - 2016-03-26 19:37:05
|
On Saturday 26 March 2016 20:28:29 Florian Berger wrote: > On 25.03.2016 10:24, Christian Schoenebeck wrote: > > Make sure you have bison installed, then try "make parser" from the > > source's top level directory. > > That fixed it, thanks. > > Out of curiosity - why did I have to run this manually? Why doesn't the > build script take care of this? It "usually" does. Try adding i.e. some white space character in any of the .y source files, then do "make" and the build scripts should automatically execute bison to regenerate the respective parser (.y -> .cpp). CU Christian |