-
Notifications
You must be signed in to change notification settings - Fork 15
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
abl_link~ external won’t compile with libpd #33
Comments
|
Thanks @umlaeute. I've finally had chance to look at this and try to integrate your suggestions into my code, but I'm still having some issues. I've done what I think is including the source files into the project, though I'm getting the following error now after running the makefile:
For reference, the makefile I've edited is here: https://github.com/jrdooley/formuls/blob/development/src/formulsengine/Makefile |
no. you have to add all the abl_link~ files to your libpd projects: that is, when building libpd you also compile abl_link~ and link everything together into a single libpd that includes the additional object. |
system:
macOS Monterey 12.5.1
Apple M1 processor
Objective:
Compile macOS exectuable of libpd with the abl_link~ external.
Issue:
I’m compiling a c++ program based on the libpd c++ rtaudio example using the provided libpd makefile. The code successfully compiles on its own. When I try to compile it with the abl_link~ external, compilation fails. I’m following the C++ instructions as found here
The console spits out the following error:
Is this a libpd error or abl_link~ error? I am able to compile the abl_link~ external on its own and load it in regular pd. I have tried loading the compiled external in libpd, but the object doesn’t register/load/instantiate.
The text was updated successfully, but these errors were encountered: