Markus Werle

Results 40 comments of Markus Werle

There are no spaces in the `[...]` portion of the path. There is only a space in `c:\Program Files (x86)` for the GunWin32 call, but not in MinGW, so it...

To ease the investigation I created [a repo containing the necessary files to reproduce the error](https://github.com/daixtrose/cmake-pandocology-bug-report). @jeetsukumaran Could you please further investigate? Maybe my CMakeLists.txt is not correct. I am...

Many thanks! I wil take a look at it.

Can you please add a complete list of the steps you perform? What command line commands are you using? Which shell are you in? Git Bash, Cygwin? Which compiler (Cygwin,...

Please use CTRL+v to paste the screenshots directly. Hint: You can edit your answer.

@hiviah many thanks for your contribution. Could you please give some more details about the hardware you are targeting? Like a weblink, data sheeet, producer, etc. Just any information you...

Do you have full code example that can be compiled?

Note that reordering the instructions in the destructor resolves the issue 😱 ```c++ ~X() { t_.join(); subject_.get_subscriber(); // .on_next(...); } ```

Confirmed on other platforms and clang.

@lebdron any idea what might cause this issue?