Paul W. Rankin
Paul W. Rankin
Thank you to everyone for your work on this. I recently got an iPhone 6 just for an upcoming trip and it cannot be updated past iOS 12, so I...
In fountain-mode my intended use case would be programmatic. When exporting, there are a bunch of customizable variables, accessible like this:  Exporting currently looks at these variables to write...
I've used pkgsrc to install the dependencies (no stinkin' homebrew for me) then trying to build musikcube from master. I noticed that `CMakeLists.txt` section "custom include/library directories for BSDs" has...
Progress! I needed to rewrite `CMakeLists.txt` a bit: ```diff diff --git a/CMakeLists.txt b/CMakeLists.txt index c69e19b..7f4326c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,22 +38,27 @@ link_directories ("${musikcube_SOURCE_DIR}/bin/plugins") # custom include/library directories...
You're on the money there; removing those lines runs into the same cascade of errors with `coreaudioout`, and removing those runs into errors with `ffmpegdecoder`. Definitely seems like the include...
p.s. Please don't feel obliged to spend time on pkgsrc just to debug, but I wholeheartedly recommend using pkgsrc for whatever OS you're on. It's amazing, and surely the most...
Thanks for looking into this for me! I think pkgsrc might be a red herring here. If the build process assumes for homebrew's unorthodox install paths on macOS (e.g. stuff...
So, funny story, in attempt to fix this I upgraded Apple's Command Line Tools (12.5.1) and, as is Apple's wont, they completely broke the `cc` compiler when called from CMake....
This seems to be the closest to identifying the source of the problem: https://stackoverflow.com/questions/54068035/linking-not-working-in-homebrews-cmake-since-mojave/54103956#54103956 However the fix suggested does not work for me. CMake is basically a show-stopper on macOS...
Here's a kind of UI/UX I'd love to see: 