libsoundio
libsoundio copied to clipboard
Unable to build due to switch cases missing an enum.
I'm new to this program and I need to build a .so file due to a broken install of another package that depends on it.
I downloaded the tar.gz file, extracted it, and got created the build directory. I then ran cmake, where I ran into this error.
I added a case clause to the two switch statements, and the program built correctly. I'm going to see if that works for now.