Alain Martin

Results 44 comments of Alain Martin

Hi, Thank you for your interest in FRUT! The README lists the [supported exporter targets from Projucer](https://github.com/McMartin/FRUT/tree/a3d2b590bfb94e079c644a5f1a8f729e50018b68#supported-export-targets), and indeed FRUT still doesn't support "Xcode (iOS)" nor "Android". For iOS, I...

> if I do end up going with JUCE for an upcoming project I will help out. Great! Thanks a lot! > it seems to need a Projucer file to...

@Pwera I'm sorry for the very late reply. Unfortunately, there is still quite a lot missing to reach a functional `FindJUCE.cmake`. I have a WIP branch with a prototype, but...

@scisci FYI, iOS support is coming in https://github.com/McMartin/FRUT/pull/551.

> All that's needed to reproduce the duplicate definitions error is to first build with the Xcode project exported by the Projucer as usual, then try building with cmake (via...

I can reproduce the issue when building the `DemoRunner` example from JUCE 5.4.5 in FRUT (https://github.com/McMartin/FRUT/tree/master/generated/JUCE-5.4.5/examples/DemoRunner): ``` [ 22%] Building CXX object CMakeFiles/DemoRunner.dir/Users/alain/dev/FRUT/ci/tmp/JUCE-5.4.5/examples/DemoRunner/Source/Main.cpp.o In file included from /Users/alain/dev/FRUT/ci/tmp/JUCE-5.4.5/examples/DemoRunner/Source/Main.cpp:28: In file...

I opened a pull request on JUCE to propose to always include `JuceHeader.h` using `#include `: https://github.com/WeAreROLI/JUCE/pull/658. If these changes get merged into JUCE, I will make a pull request...

For reference, you can "call `cmake -G Xcode`" in CLion: ![Screen Shot 2020-02-16 at 12 49 49](https://user-images.githubusercontent.com/747995/74634764-d4fab100-5164-11ea-993a-dfe4f590a245.png)

Examples found on GitHub: - https://github.com/OrganicOrchestra/LGML/blob/e3c3dde64096ba53ecb2a2fb95b4415bd7c5a004/LGML.jucer

Hi @PioBeat, Sorry for the week-long delay. I hope you are not blocked because of this. What exactly do you expect from Conan support in FRUT? Do you want to...