-
Notifications
You must be signed in to change notification settings - Fork 52
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 script fails to collate the finshed files #333
Comments
Try latest commit: a1ce5b5 |
Unfortunately, still doesn't work for me. The error message is different though:
I am using cmake version 3.27.2 from Visual Studio 2022 Build Tools version 17.8.4. |
Apparently something wrong with CMake generated code for -E make_directory |
That, of course, stops the error. But I don't really think it's a solution, I still have to hunt down the individual files in various directories to get a full NetBox set of files. I understood that's the point of |
You may check latest build: |
Building from commit 70d569c using the commands from the initial post, I did not encounter any errors. However, the
The x86 build yields the same result. |
I am trying to build the current version of NetBox (commit 64f2f53). Most of the operations go as expected, but then when everything is built, the script fails to produce a directory with the result. The sequence of commands is:
The last command fails at 100% with:
I have a NetBox.dll file in the
build
directory, so presumably there's a problem with e.g. creating the directory for binaries or an incorrect assumption that a release has already been made before and now we are just updating its files (which don't exist on the first run). It's a minor inconvenience, but it would be nice if it was possible to build everything from scratch, without any prerequisites.The text was updated successfully, but these errors were encountered: