Adding Venom Modules on macOS 15 #843
Unanswered
michaelt47
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Unrelated to the error, but I see you made changes to both Surge and MindMeldModular which should not be needed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've forked Cardinal and was able to modify a couple of things in some of the submodules to get Cardinal building on macOS 15.4.1, and now I'm trying to add the Venom modules to my fork. I've gone through the process outlined in this discussion: #28
I've fixed a few of the bugs I've run into so far after following the steps in that guide, such as some struct names conflicting with structs of the same name in other plugins, but now I am stuck with this error:
Here is a link to my fork: https://github.com/michaelt47/Cardinal.git
I'm really unsure what to try at this point and I'm wondering if anyone has run into anything similar.
Update:
I was able to get rid of the default theme errors by changing this line:
PLUGIN_FILES += $(filter-out Venom/src/plugin.cpp,$(wildcard Venom/src/*.cpp))to this:
PLUGIN_FILES += $(wildcard Venom/src/*.cpp)I also rebuilt from scratch after this, and that got rid of the _pluginInstance_Venom error.
However, I'm still stuck with the _glfwGetKey error.
Beta Was this translation helpful? Give feedback.
All reactions