When trying to build on FreeBSD, these two identifiers are already defined as macros by sys/types.h, which causes errors on anything that #include's both:
member initializer '__major' does not name a non-static data member or base class
Maybe they should be renamed to something like "minor_version" and "major_version"? Current workaround is to just #undef them in get_dsp.h after the headers.
When trying to build on FreeBSD, these two identifiers are already defined as macros by sys/types.h, which causes errors on anything that #include's both:
Maybe they should be renamed to something like "minor_version" and "major_version"? Current workaround is to just #undef them in get_dsp.h after the headers.