Billy O'Neal
Billy O'Neal
TO_NATIVE_PATH should only be used when (1) pasting a path into a command line, or (2) displaying a path to a user. It must not be used before calling other...
``` [24/53] /usr/bin/c++ -I/home/bion/vcpkg/buildtrees/tfhe/src/v1.0.1-a0a402ed32.clean/src/include -fPIC -std=gnu++11 -g3 -O0 -Wall -Werror -fPIC -MD -MT libtfhe/fft_processors/spqlios/CMakeFiles/tfhe-fft-spqlios-avx.dir/spqlios-fft-impl.cpp.o -MF libtfhe/fft_processors/spqlios/CMakeFiles/tfhe-fft-spqlios-avx.dir/spqlios-fft-impl.cpp.o.d -o libtfhe/fft_processors/spqlios/CMakeFiles/tfhe-fft-spqlios-avx.dir/spqlios-fft-impl.cpp.o -c /home/bion/vcpkg/buildtrees/tfhe/src/v1.0.1-a0a402ed32.clean/src/libtfhe/fft_processors/spqlios/spqlios-fft-impl.cpp FAILED: libtfhe/fft_processors/spqlios/CMakeFiles/tfhe-fft-spqlios-avx.dir/spqlios-fft-impl.cpp.o /usr/bin/c++ -I/home/bion/vcpkg/buildtrees/tfhe/src/v1.0.1-a0a402ed32.clean/src/include -fPIC -std=gnu++11 -g3 -O0 -Wall -Werror...
If installing `rsocket` with `vcpkg`, if `range-v3` is installed first, `folly` headers upon which `rsocket` depends try to drag in those `range-v3` headers, which fails: ``` C:\PROGRA~2\MICROS~3\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE -DDEBUG...
The affected characters herein triggered warnings: C:\Dev\vcpkg\buildtrees\opentracing\src\b67575dab0-0250653c81.clean\ 3rd_party\include\opentracing/expected/expected.hpp(1): warning C4828: The file contains a character starting at offset 0x4a77 that is illegal in the current source character set (codepage 65001).
Merges / combines the following: * https://github.com/microsoft/vcpkg/pull/26106 * https://github.com/microsoft/vcpkg/pull/23567 * https://github.com/microsoft/vcpkg/pull/23058 * https://github.com/microsoft/vcpkg/pull/19909 Credit to @ras0219 / @ras0219-msft , @vladimir-aubrecht , and @mathisloge for the initial work.
``` [5/11] /Library/Developer/CommandLineTools/usr/bin/c++ -I/Users/vagrant/Data/buildtrees/coroutine/src/1.5.0-46f8d90e7d.clean/modules/system -I/Users/vagrant/Data/buildtrees/coroutine/src/1.5.0-46f8d90e7d.clean/interface -I/Users/vagrant/Data/installed/x64-osx/include -fPIC -g -std=gnu++17 -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk -std=c++2a -stdlib=libc++ -fcoroutines-ts -MD -MT modules/system/CMakeFiles/coroutine_system.dir/darwin.cpp.o -MF modules/system/CMakeFiles/coroutine_system.dir/darwin.cpp.o.d -o modules/system/CMakeFiles/coroutine_system.dir/darwin.cpp.o -c /Users/vagrant/Data/buildtrees/coroutine/src/1.5.0-46f8d90e7d.clean/modules/system/darwin.cpp FAILED: modules/system/CMakeFiles/coroutine_system.dir/darwin.cpp.o /Library/Developer/CommandLineTools/usr/bin/c++ -I/Users/vagrant/Data/buildtrees/coroutine/src/1.5.0-46f8d90e7d.clean/modules/system -I/Users/vagrant/Data/buildtrees/coroutine/src/1.5.0-46f8d90e7d.clean/interface...
* Cherry-pick infrastructure changes from https://github.com/microsoft/vcpkg/pull/36081 as authored by @dg0yt * Suppress warnings for the monthly docker mint as suggested by Toddy Mladenov ( MS internal conversation https://teams.microsoft.com/l/message/19:[email protected]/1707520630587?tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47&groupId=2080ccbe-0cfb-49e6-a9c1-ea6a6bf82722&parentMessageId=1707520630587&teamName=Containers%20Secure%20Supply%20Chain&channelName=3P%20Registry%20and%20Images%20Guidance&createdTime=1707520630587 ) *...
In https://github.com/microsoft/vcpkg/pull/27750/ , @dg0yt changed botan to build in vcpkg using our normal build process for makefiles, which exposed a problem with how vcpkg used to build botan. We were...