-
the GH Actions environment windows-2019 comes with Virtual Studio 2019 and vcpkg
A setup similar to this is actually running on Appveyor currently ([and btw compiled latest GCOS adjustments, too](h…
-
https://sourceforge.net/projects/winflexbison/ | https://github.com/lexxmark/winflexbison
> Win flex-bison is a windows port the Flex (the fast lexical analyser) and Bison (GNU parser generator).
…
-
Hello, several issues:
1. There is no info about build dependency: `https://github.com/lexxmark/winflexbison`
2. Default _winflexbison_ location should also be mentioned (`%userprofile%\Documents\…
-
### Description
I don't think winflexbison should be sensitive to `compiler` or `build_type` settings.
It's a build tool that should generally be used as a release build. The problem is when usin…
-
Since 1.1, Ninja has had the concept of [pools](https://ninja-build.org/manual.html#ref_pool) that allow for fine grained parallelism on builds. The docs go into more detail but essentially they would…
-
When we build doxygen with win_flex 2.6.4, build system Ninja and build in parallel we get warnings like:
```
win_flex.exe: error deleting file C:\Users\VSSADM~1\AppData\Local\Temp\~flex_out_main_2
…
-
https://github.com/lexxmark/winflexbison/tree/master/flex/src includes some changes for non-GCC (obviously especially WIN32) compilers.
What do you think about integrating them (after cleanup)?
…
-
Hi, first thanks for the time you put into this project. It is much appreciated, at least by me ;-)
I have one question about the use of winflexbison.
The documentation says to use the command lin…
-
### What is your question?
Hello,
I'm relatively new, but I have to say that I've become a bit of a fan of Conan in a short time.
## What I'm trying
Attached is a CMake project that is inte…
-
I'm trying to compile the provided c++ example from the doc:
```
%{
#include
using namespace std;
int mylineno = 0;
%}
%option noyywrap c++
string \"[^\n"]+\"
ws [ \t]+
alph…