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

Creating Package seems to be missing files #194

Open
noahneumark opened this issue Sep 16, 2021 · 3 comments
Open

Creating Package seems to be missing files #194

noahneumark opened this issue Sep 16, 2021 · 3 comments

Comments

@noahneumark
Copy link

noahneumark commented Sep 16, 2021

I ran the ruby script (missing the command "ruby" in the documentation), and created a new package. When I run the "cmake -G Xcode .." from the build folder, I get multiple errors for missing files. Looking at directories notated in the error message, I see they are empty folders.

The first error was

CMake Error at source/min-api/script/min-package.cmake:4 (include):
include could not find requested file:

/Users/username/Documents/Max 8/Packages/spleeterFilterMax/source/min-api/script/../max-sdk-base/script/max-package.cmake

Call Stack (most recent call first):
CMakeLists.txt:30 (include)

CMake Error at CMakeLists.txt:40 (SUBDIRLIST):
Unknown CMake command "SUBDIRLIST".

I corrected it by cloning from the github repository, but then I got another similar error.

CMake Error at source/min-api/test/min-object-unittest.cmake:42 (add_subdirectory):
The source directory

/Users/username/Documents/Max 8/Packages/spleeterFilterMax/source/min-api/test/mock

does not contain a CMakeLists.txt file.
Call Stack (most recent call first):
source/projects/spleeterFilterMax.hello-world/CMakeLists.txt:39 (include)

This folder is empty as well.

@noahneumark
Copy link
Author

Also, I noticed "source/projects/min.dcblocker_tilde" is missing from the min-devkit projects folder. Of course, that's the one I need....

@isabelgk
Copy link
Contributor

Hi @noahneumark ,

Have you run a git submodule update --init --recursive from the base of the min-devkit? Empty folders sound like a symptom of not fetching submodules.

@isabelgk
Copy link
Contributor

Also, I noticed "source/projects/min.dcblocker_tilde" is missing from the min-devkit projects folder. Of course, that's the one I need....

Thanks for the note on this! Related to #192

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

2 participants