-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[colmap] Build error on x64-windows #39609
Comments
Appears to be a cuda configuration problem, that I suppose I should be able to fix. But I have no clue how. I have installed the latest cuda toolkit, and all the dependencies are up to date in vcpkg. |
@tksharpless Maybe try this? NVlabs/instant-ngp#923 (comment) |
As for the value of |
Nothing in that thread helped. I've checked that all the file paths are valid. The cuda compiler was identified correctly and seems to have generated a binary, 'a_dlink.obj'. The error is that the linker cannot create 'a.exe' (see error log around line 619). It did create 'a.exe.res'. There is no file anywhere in my system named 'a.exe', so I doubt is it a filesystem lock. Suspect some kind of config error. |
I was running vcpkg in the default Windows shell, so just to be sure I switched to the VS command prompt; but got the same failure. |
I have tried a fresh build on Win10 with CUDA toolkit 11.3 and MSVC 2017. that got past the CUDA issues, only to fail on a component called harfbuzz that gives the Microsoft C++ compiler fits. It has something to do with typography, which is surely not central to COLMAP's mission, and could very likely be removed. But that could take weeks of study of such a huge and complex project. |
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment. |
Package: colmap[core,cuda,tests]:[email protected]
Host Environment
vcpkg-scripts version: afa12e7 2024-06-28 (2 days ago)
To Reproduce
vcpkg install colmap[cuda,tests]:x64-windows
Failure logs
D:\opensource\vcpkg\buildtrees\colmap\config-x64-windows-dbg-out.log
D:\opensource\vcpkg\buildtrees\colmap\config-x64-windows-dbg-err.log
D:\opensource\vcpkg\buildtrees\colmap\config-x64-windows-dbg-CMakeCache.txt.log
D:\opensource\vcpkg\buildtrees\colmap\config-x64-windows-dbg-CMakeConfigureLog.yaml.log
The text was updated successfully, but these errors were encountered: