Closed FrantisekPostl closed 1 year ago
Hi @FrantisekPostl thanks for the thorough error report.
Sorry for the delay, many of us at electrosmith were out of the office for the holidays.
I'll try to recreate this on MacOS some time this week, and let you know if I have any ideas for fixing it.
I haven't tried it in a while, but about a year ago we set up a sample project for using DaisySP and JUCE. I haven't tested it on Mac OS yet, but it might be a good jumping off point if you're new to both C++ and CMake as it was a standalone project that would make sound instead of just the library on it's own. (Alternatively, I do plan on putting together a similar basic project for DaisySP + Portaudio in the near future as well).
In the meantime, while we attempt to recreate the issue, if you could provide some additional info it would be helpful:
Thanks!
Hi, i didn't expected answer sooner than after new year. I've compiled it with gcc and it's working. I don't know why but at least some clue. I have intel processor and i was trying just compile library.
It looks like the issue was resolved by compiling with gcc. Please feel free to reopen if it's still a problem.
I'm very sorry to ask a silly question, but how do I change it so I can compile with gcc? I'm trying to run the examples in the DaisySP + JUCE example
Hi, I'm trying to build daisysp on Mac and I'm getting these errors:
software versions: macos 12.0.1 cmake 3.22.1 compiler Apple clang version 13.0.0
do you need some additional information? I'm new to c++ and cmake.