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
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:
I had some issues compiling for OS X.
Firstly, the makefile seems to have a typo in the path to include pd-lib-builder.
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:
The text was updated successfully, but these errors were encountered: