Results 4 comments of Pier Paolo Peirano

I just tried this cmake-ide enhancement for c/c++-gcc, but I get the following message when the checker is run: > Suspicious state from syntax checker c/c++-gcc: Flycheck checker c/c++-gcc returned...

Please find a possible quick patch attached. I just added a `cmake-ide--filter-output-arg` function. [0001-Remove-the-gcc-o-argument-for-the-flycheck-c-c-gcc-c.patch.gz](https://github.com/atilaneves/cmake-ide/files/1876015/0001-Remove-the-gcc-o-argument-for-the-flycheck-c-c-gcc-c.patch.gz)

I am experiencing the same issue in version 0.92.2.0 too. The lib directory for wxc-0.92.2.0 is missing in the rpath of libHSwxcore-0.92.2.0-ghc7.8.4.so. `patchelf --print-rpath libHSwxcore-0.92.2.0-ghc7.8.4.so` `/home/x/.cabal/lib/x86_64-linux-ghc-7.8.4/wxdirect-0.92.2.0:/home/x/.cabal/lib/x86_64-linux-ghc-7.8.4/strict-0.3.2:/usr/lib64/ghc-7.8.4/process-1.2.0.0:/usr/lib64/ghc-7.8.4/split-0.2.2:/usr/lib64/ghc-7.8.4/stm-2.4.2:/usr/lib64/ghc-7.8.4/parsec-3.1.5:/usr/lib64/ghc-7.8.4/text-1.1.1.3:/usr/lib64/ghc-7.8.4/mtl-2.1.3.1:/usr/lib64/ghc-7.8.4/transformers-0.3.0.0:/usr/lib64/ghc-7.8.4/directory-1.2.1.0:/usr/lib64/ghc-7.8.4/unix-2.7.0.1:/usr/lib64/ghc-7.8.4/time-1.4.2:/usr/lib64/ghc-7.8.4/old-locale-1.0.0.6:/usr/lib64/ghc-7.8.4/filepath-1.3.0.2:/usr/lib64/ghc-7.8.4/containers-0.5.5.1:/usr/lib64/ghc-7.8.4/bytestring-0.10.4.0:/usr/lib64/ghc-7.8.4/deepseq-1.3.0.2:/usr/lib64/ghc-7.8.4/array-0.5.0.0:/usr/lib64/ghc-7.8.4/base-4.7.0.2:/usr/lib64/ghc-7.8.4/integer-gmp-0.5.1.0:/usr/lib64/ghc-7.8.4/ghc-prim-0.3.1.0:/usr/lib64/ghc-7.8.4/rts-1.0` As alternative workaround I...