Alexander Neumann

Results 375 comments of Alexander Neumann

Looks like a meson upstream bug to me. Passing it this way is the blessed way e.g. see https://github.com/mesonbuild/meson/blob/e455cb09485d6251575c88280f8f384d13822f02/cross/armclang-linux.txt#L20 (with upstream I meant meson problem. Thought I was in the...

> Your C compiler for build machine failed sanity checks: Yeah because it is ignoring the required `c_args` Also this is not a cross build but native build with compiler...

> Can you try setting build.c_args option instead, I'm wondering if using a native file confuses Meson. doesn't make a difference.

> -isysroot, -m32/-m64 and similar options that affect the multilib search path must be specified directly in the c, c_ld, cpp and cpp_ld variables. Why? Checking just the compiler is...

@bonzini Really? See e.g. https://github.com/mesonbuild/meson/blob/master/cross/iphone.txt.

No problem passing those paths via cross/native files. vcpkg does it all the time in the form of: `c = ['C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/cl.exe']` resulting into: ``` # Variables from...

same issue as #38487 Please do not mix installed trees of different commits of vcpkg.

The problem is that this works fine: ``` Installing 55/55 boost-cobalt:[email protected]#1... Building boost-cobalt:[email protected]#1... -- Downloading https://github.com/boostorg/cobalt/archive/boost-1.84.0.tar.gz -> boostorg-cobalt-boost-1.84.0.tar.gz... -- Extracting source E:/vcpkg_cache/downloads/boostorg-cobalt-boost-1.84.0.tar.gz -- Using source at E:/vcpkg_folders/various/buildtrees/boost-cobalt/src/ost-1.84.0-f1b8232bac.clean -- Found external...

`vcpkg remove boost-uninstall --recurse` would be enough for the triplets you want to upgrade

When was the last time you re-bootstrapped vcpkg itself? Normally you should do that after a git pull. IF `vcpkg remove boost-uninstall --recurse` does not work to remove all of...