Alain Martin
Alain Martin
Hi @Xav83, I'm currently installing the Clang for Windows component of Visual Studio 2019. I'll give this a try and report back!
@Xav83 I can't reproduce the error 😅 Which version of CMake are you using and what arguments are you passing to it exactly? Could you please also share the output...
There is also https://pypi.python.org/pypi/polysquare-cmake-linter/0.0.5
Hi @Xav83, Thanks for the pointer! I ran `cmake-format` on the `CMakeLists.txt` files inside FRUT, and it found a few things that could be improved, so I opened https://github.com/McMartin/FRUT/pull/603 with...
Examples found on GitHub: - https://github.com/jpiringer/LinearPredictionCoder/blob/8996355eeac061a1b30d9ef3d48a88e80626139c/LinearPredictionCoder.jucer - https://github.com/olilarkin/pMix2/blob/b552566724fdf861c0c553c5b3c20def4078c493/pMix.jucer
> But how would you set up this testing project? Do you have any advice on that? I guess the easiest way to explain is to show you. I pushed...
> I'd love to compile my project with clang under windows _and_ osx! It might be quite hard to get it working with the current state of FRUT, which only...
Let's first see what is doable in a single-project context. A developer calls `cmake -G Xcode -DCMAKE_SYSTEM_NAME=iOS` on a project. Does the project call `jucer_export_target("Xcode (iOS)")`? - Yes. All good...
> Just got a report that a similar thing happens in CLion on Linux, even if you're missing the "Code::Blocks (Linux)" target. (for some reason the "Linux Makefile" target is...
> Unfortunately using another exporter is not a good solution for CLion, using any other exporter that isn’t the default one makes code completion/refactoring and other features broken... I guess...