Closed
Description
I'm trying to compile ofxHapPlayer in Arch Linux and get this preprocessing error
In File, included by /usr/include/dispatch/dispatch.h:32,
by /home/brian/Dev/openframeworks/addons/ofxHapPlayer/src/ofxHapPlayer.cpp:49:
/usr/include/os/generic_unix_base.h:97:54: Error: missing binary operator before token "("
97 | #if __has_feature(objc_fixed_enum) || __has_extension(cxx_strong_enums)
|
Maybe some has any idea.