casey langen

Results 99 comments of casey langen

Just added this check to the cmake scripts, it will be part of the next release.

That's definitely not expected -- a lot of my personal collection is in ogg/vorbis. Would it be possible for you to supply me with a sample file? You can email...

Hmm, I don't seem to have received the files... did the email bounce back? If not, can you try to forward the original email? Maybe there was a typo when...

Hmm, I use Debian 10 and gcc/g++ v8.3.0 to compile (and cross-compile to ARM) release builds without any problems. Is there an issue with nlohmann json that's very specific to...

GCC 8.3.0 definitely supports C++11 -- in fact, musikcube requires C++17: https://github.com/clangen/musikcube/blob/master/.cmake/ConfigureCompilerFlags.cmake#L2 Did you follow the build instructions here? https://github.com/clangen/musikcube/wiki/building They discuss Ubuntu, but Debian is very similar (there may...

Unfortunately the Raspberry Pi binaries I generate are 32-bit -- I don't currently have a 64-bit rpi environment setup at the moment.

Which terminal emulator are you using? Does it crash if you start using `TERM=xterm-256color musikcube`?

Is it possible you have two different ncurses libraries on your machine, are linking against one, but at runtime a different one is getting loaded? For example, I want to...

Oh, wow, interesting find! It looks like this is part of a larger problem, given it affects other apps. However, after reading through the comments it's not clear to me...

`cmake` generates this file when processing `musikcube/CMakeLists.txt` using `musikcube.in`, found here: * https://github.com/clangen/musikcube/blob/master/src/musikcube/CMakeLists.txt#L77 * https://github.com/clangen/musikcube/blob/master/src/musikcube/musikcube.in So you can define a new variable in `cmake` land, like `set(musikcube_LD_PRELOAD "LD_PRELOAD=foo")`, and then...