Jack·Boos·Yu

Results 286 comments of Jack·Boos·Yu

Another question: We have cmake option `ALICEVISION_USE_MESHSDFILTER` here: https://github.com/alicevision/AliceVision/blob/6348b0f346bd8b1efbd1c28e10ebf4dded5df5e0/src/CMakeLists.txt#L77 However, the configure system checks whether meshsdfilter folder is exists: https://github.com/alicevision/AliceVision/blob/6348b0f346bd8b1efbd1c28e10ebf4dded5df5e0/src/CMakeLists.txt#L181-L185 I think the code block should requires `ALICEVISION_USE_MESHSDFILTER` is `ON`.

@simogasp Can you explain why the first question happens?

Can anyone review my PR https://github.com/microsoft/vcpkg/pull/38034?

> > ``` > > [228/486] cmd.exe /C "cd /D C:\work\github\vcpkg\buildtrees\libmysql\x64-windows-rel\utilities && C:\work\github\vcpkg\buildtrees\libmysql\x64-windows-rel\runtime_output_directory\comp_err.exe --charset=C:/work/github/vcpkg/buildtrees/libmysql/src/sql-8.0.34-d7480bef4c.clean/share/charsets --out-dir=C:/work/github/vcpkg/buildtrees/libmysql/x64-windows-rel/share/libmysql/ --header_file=C:/work/github/vcpkg/buildtrees/libmysql/x64-windows-rel/include/mysqld_error.h --name_file=C:/work/github/vcpkg/buildtrees/libmysql/x64-windows-rel/include/mysqld_ername.h --errmsg_file=C:/work/github/vcpkg/buildtrees/libmysql/x64-windows-rel/include/mysqld_errmsg.h --in_file_errlog=C:/work/github/vcpkg/buildtrees/libmysql/src/sql-8.0.34-d7480bef4c.clean/share/messages_to_error_log.txt --in_file_toclient=C:/work/github/vcpkg/buildtrees/libmysql/src/sql-8.0.34-d7480bef4c.clean/share/messages_to_clients.txt" > > FAILED: include/mysqld_error.h include/mysqld_ername.h include/mysqld_errmsg.h share/libmysql/english/errmsg.sys C:/work/github/vcpkg/buildtrees/libmysql/x64-windows-rel/include/mysqld_error.h C:/work/github/vcpkg/buildtrees/libmysql/x64-windows-rel/include/mysqld_ername.h C:/work/github/vcpkg/buildtrees/libmysql/x64-windows-rel/include/mysqld_errmsg.h...

Maybe caused by anti-virus.

``` /home/brandon/csound/vcpkg/buildtrees/liblo/src/74c1a7e80f-228a2ea552.clean/src/send.c:257:5: error: call to undeclared function 'getifaddrs'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] getifaddrs(&ifap); ^ /home/brandon/csound/vcpkg/buildtrees/liblo/src/74c1a7e80f-228a2ea552.clean/src/send.c:282:5: error: call to undeclared function 'freeifaddrs'; ISO C99...

``` nvcc fatal : A single input file is required for a non-link phase when an outputfile is specified ```

Maybe help: https://forums.developer.nvidia.com/t/solved-nvcc-fatal-a-single-input-file-is-required-for-a-non-link-phase-when-an-outputfile-is-s/37807

@traversaro Yeah, that should work. But it's just a workaround, not a fix.