Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M1 Build error: use of undeclared identifier 'PD_SYS_LOCK' PD_SYS_LOCK() #76

Open
megrimm opened this issue Jul 27, 2022 · 0 comments
Open

Comments

@megrimm
Copy link

megrimm commented Jul 27, 2022

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant