Jack·Boos·Yu

Results 286 comments of Jack·Boos·Yu

Maybe you need this: https://github.com/microsoft/vcpkg/blob/3f71620c2b348874346a6e78b3de32a53eb23248/docs/users/triplets.md#vcpkg_cxx_flags

@stalkyr Normally we should not set `CXX_STANDARD`/ `C_STANDARD` because the current compiler may not support it. The settings in triplet should be generic.

@stalkyr For a compiled package manager, the user environment that uses it is diverse, and the language standards supported by the compiler are also different, so we cannot force users...

_D:\c\Users\XXXX\AppData\Local\Temp\ffconf.xmA29ylu\test.o_ this path is incorrect.

Can you please provide full log _config.log_? Thanks.

``` cl.exe @D:/App/vcpkg/buildtrees/ffmpeg/x64-windows-static-rel/cflags.rsp -nologo -DHAVE_UNISTD_H=0 -c -Fo/c/Users/RHTX/AppData/Local/Temp/ffconf.xmA29ylu/test.o /c/Users/RHTX/AppData/Local/Temp/ffconf.xmA29ylu/test.c C:\Users\RHTX\AppData\Local\Temp\ffconf.xmA29ylu\test.c : fatal error C1083: Cannot open compiler generated file: 'D:\c\Users\RHTX\AppData\Local\Temp\ffconf.xmA29ylu\test.o': No such file or directory ``` source code: in configure: ```...

cc @dg0yt Any ideas for this cross check?

@Tangle-1990 Can you please add `set(OPTIONS "${OPTIONS} --toolchain=msvc")` to _ports/ffmpeg/portfile.cmake_ line 519 then try again? ```cmake if(CC_path) vcpkg_add_to_path(PREPEND "${CC_path}") endif() set(OPTIONS "${OPTIONS} --toolchain=msvc") message(STATUS "Building Options: ${OPTIONS}") ``` Thanks.

@hmoffatt Please see my request changes before, some of them are unresolved.

Please note this still have one item unresolved.