libsoundio icon indicating copy to clipboard operation
libsoundio copied to clipboard

Unable to build due to switch cases missing an enum.

Open Turbojax07 opened this issue 8 months ago • 0 comments

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. Screenshot from 2024-06-18 23-05-53 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.

Turbojax07 avatar Jun 19 '24 03:06 Turbojax07