Open mzed opened 3 years ago
Hi!
Can you try updating your submodules? The max-api repo has been updated to handle this error: https://github.com/Cycling74/max-api/commit/d84bd8a07ffe84ec60d8d1ad71ea5b7e5584bf30
I cloned max-api from github and manually copied it into the version of min-devkit that I got using the Max package manager. I can verify that this works as expected, and I'm able to create and build a test object.
Thanks!
PS: I think the version of min-api that min-devkit includes is still including an older version of max-api as a submodule.
Thanks for the catch! The min-api version looks correct to me on GitHub here, but the Package Manager version hasn't been updated since this fix to the max-api. I believe the Package Manager bundles the min-api and max-api instead of using submodules, so the changes didn't propagate.
It should be all fixed in the next Package Manager release.
That version of min-api looks correct. But, I think min-devkit is still linking to this version. In other words, min-api is up-to-date but min-devkit is still using an older version.
I could be wrong; subtrees confuse me sometimes.
I'm trying to build a package I made from Max. I did this:
cmake -G "Visual Studio 16 2019" . .
from the home directory of smoofThis line:
include(${CMAKE_CURRENT_SOURCE_DIR}/source/min-api/script/min-package.cmake)
Gives me this error:
I don't know cmakepp at all. There's not much recent action in the repository.