Stream: brlcad

Topic: Ninja + CMake + MSVC


view this post on Zulip starseeker (Aug 17 2020 at 04:11):

Does anyone have any experience building with CMake, Ninja and Visual C++? I'm getting a strange linking failure, and I'm not sure what to make of it:

link_fail.txt

view this post on Zulip Sean (Aug 18 2020 at 05:37):

From the look of it, I think you've hit a cmake bug. It looks like the link line is blowing out due to an invalid terribly long call to link.exe

view this post on Zulip Sean (Aug 18 2020 at 05:39):

yep, looks like it was fixed just two weeks ago: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5094

view this post on Zulip Sean (Aug 18 2020 at 05:40):

looks like you're on too bleeding edge, or not bleeding enough -- update to a current cmake checkout should fix it


Last updated: Oct 09 2024 at 00:44 UTC