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...
I ran into the same problem. I am running over SSH like `ssh -X ...`, and I also noticed that my _Xlib_ bindings are coming from `site-packages/Xlib`. But I just...
It seems that that attribute is present only when the RECORD extension is loaded by the XServer. The method `record_create_context ` is appended to the display object at [`Xlib/ext/record.py`](https://github.com/python-xlib/python-xlib/blob/eb3f4b70671afa09cdd38b43d7cb5e38d92f63a7/Xlib/ext/record.py#L277). I...
Any follow-up on this?
Okay. Thanks! I will clone your repo and try it out! Thanks!
No, I didn't solve it yet.
Hello @KolinGuo, Thank you very much for your fast response! Sure I'll use the alpha version and let you know if I find any issues! Cheers, Rafa