-
Notifications
You must be signed in to change notification settings - Fork 31
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
Build error on windows #6
Comments
Ok so an update, I now have it getting further along compiling. However the new error is this:
I have the NDI SDK installed and in my /root directory as "NDI" |
Another update: it's very close to compiling. It now finds the NDI sdk and finishes configuring. When I try to build however, I get a lot of errors. `C:\Users\Emanuel-Old-Laptop\Desktop\test>C:\Users\Emanuel-Old-Laptop\Desktop\cmake-3.20.0-rc1-windows-x86_64\bin\cmake C:\Users\Emanuel-Old-Laptop\Desktop\ndi-python-master -A "Win32" -- Found PythonInterp: C:/Users/Emanuel-Old-Laptop/AppData/Local/Programs/Python/Python37-32/python.exe (found version "3.7") C:\Users\Emanuel-Old-Laptop\Desktop\test>C:\Users\Emanuel-Old-Laptop\Desktop\cmake-3.20.0-rc1-windows-x86_64\bin\cmake --build C:\Users\Emanuel-Old-Laptop\Desktop\test --config Release Checking Build System |
Hi, sorry for late reply. According to the logs, there are two problems. The first problem is NDI SDK cannot be found.
The second problem is wrong build architecture. |
"Error in configuration process, project files may be invalid" CMakeOutput.log contains nothing either. Win 10 x64. CMake v3.20.0-rc1 using the GUI.
Select source downloaded from git, select empty folder as output, click configure, get error.
Edit: also tried in debian with the same error.
The text was updated successfully, but these errors were encountered: