Pierre Gergondet

Results 3 comments of Pierre Gergondet

It seems to come from `-Werror` so you can run cmake with `cmake ../ -DCXX_DISABLE_WERROR=1` to disable that flag

Hi @lia2790 GitHub has removed access through the git protocol so you have to use https instead: ``` git config --global url."https://github".insteadOf git://github ``` Then you can re-run `git submodule...

Sorry about that. I went with the simplest solution I could think of at the time and since the symbol is available on Linux even when the API is hidden...