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

typo in makefile? and command for OS X #2

Open
dfl opened this issue Mar 24, 2022 · 0 comments
Open

typo in makefile? and command for OS X #2

dfl opened this issue Mar 24, 2022 · 0 comments

Comments

@dfl
Copy link

dfl commented Mar 24, 2022

I had some issues compiling for OS X.

Firstly, the makefile seems to have a typo in the path to include pd-lib-builder.

dfl ~/Downloads/pd-ffplay/src [main] $ make
Makefile:14: ../pd-lib-builder/Makefile.pdlibbuilder: No such file or directory
make: *** No rule to make target `../pd-lib-builder/Makefile.pdlibbuilder'.  Stop.

On the last line of the Makefile I changed "../pd-lib-builder" to "./pd-lib-builder" and now it compiles.

Also in order to remove the "cannot be opened because the developer cannot be verified" error that pops up when I instantiate the object in Pd, I had to run the following command:

sudo xattr -r -d com.apple.quarantinsudo xattr -r -d com.apple.quarantine ffplay~.pd_darwin 
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