Alex Zhondin
Alex Zhondin
> Additional question: > Are the current VS project files the ones generated by CMake? No, they are handmade. CMake support was added recently and doesn't impact to existing project...
> If you want to, but I should be able to at least verify that 2010 is working, too (and provide older versions, at least down to 2005 [if building...
> So the "c generated original files" are from an outdated flex version No. The *.c generated files are from flex version that was used by bison maintainer when he...
This was my fault to place 3 projects: common_lib, win_flex and win_bison into a single git repository. It should be 4 repos: 1. common_lib - master 2. win_flex - master...
I've just thought - may be we could just freeze bison2.7 branch. Just stop maintain it, don't cherry-pick new win_flex versions and win_bison fixes. So anyone who wants use new...
Some guy from conan asked me to separate projects into lib/executable parts. Because someone may be interested to use flex/bison as libs. I don't think it worth doing this. Just...
Could you please check that upstream bison doesn't produce such warning (under linux)? If it doesn't produce a warning I should investigate that's the difference, otherwise please report that problem...
> Did you update the gnuib components before? It would be reasonable to do so in any case. I did it if new gnulib required for new flex/bison code. I...
as I know FlexLexer.h is a mandatory file when you generate C++ lexer. It should be in the same folder where win_flex.exe resides. It seems Cmake know it somehow and...
I'm not experienced in CMake and thus cannot help here.