Rafael
Rafael
I've been trying to compile on Windows with clang-cl since yesterday. The gherkin-cpp library uses make, and I started to create a CMake for that, but so I'm getting some...
I figured to link it, but now during the test execution I am getting the following error: ``` [ 73%] Linking CXX executable test_Features_Calc_Steps_CalcSteps.exe "C:\Program Files\JetBrains\CLion 2020.2.1\bin\cmake\win\bin\cmake.exe" -E vs_link_exe --intdir=CMakeFiles\test_Features_Calc_Steps_CalcSteps.dir...
> what does `/EHsc` do? The /EH is to define the exception handling in MSVC. the options `s` and `c` are: - **s**: Enables standard C++ stack unwinding. Catches only...
I am having the same problem. I am starting a "listener" and "hotkeys", and I am getting the same error. I used the master branch and the problem seems to...