mcmara
mcmara
dependency boost build from hunter failed --> clang: error: unknown argument: '-fcoalesce-templates'
Same here. Boost is already installed on my system via macports. Not sure why a simple find_package was not used?
That's not working for me on Mojave 10.14: ``` $ bundle install --path ../vendor/bundle Fetching gem metadata from https://rubygems.org/............ Using bundler 1.17.2 Fetching ffi 1.9.25 Installing ffi 1.9.25 with native...
Found the fix [here](https://github.com/jonasmalacofilho/liquidctl/issues/51#issuecomment-538457541). TLDR: ``` $ cd /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ $ sudo ln -s MacOSX.sdk MacOSX10.14.sdk ```
I'm using the following board: - Device Type: - Raspberry PI audio hat - Device Name: - [ReSpeaker 2-Mics Pi HAT](https://www.seeedstudio.com/category/Development-Platforms-c-1002/single-board-computer-c-950/category/Speech-Recognition-c-44/ReSpeaker-2-Mics-Pi-HAT.html) - Command Output: ``` pi@raspberrypi:~/Workspace/rws $ cat /proc/asound/cards 0...
Maybe a memory issue? I tried on a RPI4 8GB and, despite it slows down a lot at 85%, it will move forward. If you have only 1 GB of...