You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building for M1 on MacBook Pro (14-inch, 2021) macOS 12.4
In file included from /Users/megrimm/Development/openframeworks/of_v20220726_osx_release/addons/ofxOfelia/src/ofxOfeliaEvents.h:6:
/Users/megrimm/Development/openframeworks/of_v20220726_osx_release/addons/ofxOfelia/src/ofxOfelia.h:4:2: error: No build target defined (TARGET_EXTERNAL or TARGET_STANDALONE)
#error No build target defined (TARGET_EXTERNAL or TARGET_STANDALONE)
^
In file included from /Users/megrimm/Development/openframeworks/of_v20220726_osx_release/addons/ofxOfelia/src/ofxOfeliaEvents.cpp:1:
/Users/megrimm/Development/openframeworks/of_v20220726_osx_release/addons/ofxOfelia/src/ofxOfeliaEvents.h:44:13: error: use of undeclared identifier 'PD_SYS_LOCK'
PD_SYS_LOCK();
^
/Users/megrimm/Development/openframeworks/of_v20220726_osx_release/addons/ofxOfelia/src/ofxOfeliaEvents.h:46:13: error: use of undeclared identifier 'PD_SYS_UNLOCK'
PD_SYS_UNLOCK();
^
/Users/megrimm/Development/openframeworks/of_v20220726_osx_release/addons/ofxOfelia/src/ofxOfeliaEvents.h:55:13: error: use of undeclared identifier 'PD_SYS_LOCK'
PD_SYS_LOCK();
^
/Users/megrimm/Development/openframeworks/of_v20220726_osx_release/addons/ofxOfelia/src/ofxOfeliaEvents.h:57:13: error: use of undeclared identifier 'PD_SYS_UNLOCK'
PD_SYS_UNLOCK();
^
5 errors generated.
The text was updated successfully, but these errors were encountered:
Building for M1 on MacBook Pro (14-inch, 2021) macOS 12.4
The text was updated successfully, but these errors were encountered: