Jack·Boos·Yu

Results 286 comments of Jack·Boos·Yu

``` F:\vcpkg\buildtrees\openvpn3\src\lease_-3.7-e7c0214013.clean\openvpn/mbedtls/crypto/cipher.hpp(126): error C2039: 'key_bitlen': is not a member of 'mbedtls_cipher_info_t' F:\vcpkg\installed\x86-windows\include\mbedtls/cipher.h(279): note: see declaration of 'mbedtls_cipher_info_t' F:\vcpkg\buildtrees\openvpn3\src\lease_-3.7-e7c0214013.clean\openvpn/mbedtls/crypto/cipher.hpp(126): error C2660: 'mbedtls_cipher_setkey': function does not take 3 arguments F:\vcpkg\installed\x86-windows\include\mbedtls/cipher.h(820): note: see...

This issue can NOT easily fixed. `pcl_io_ply` is a submodule of `pcl_io`, and the build statement is placed in _io/CMakeLists.txt_. However, pcl declares dependencies through internal `SUBSYS_DEPS`, and all subsystems...

It looks like cotire has not been updated for a long time, I opened this issue to remind other users that using pkgconfig while using cotire can cause this problem....

Hi there, any official reply? @robertosfield

@FunMiles Can you please make a PR in this repo, then I can help you to complete it?

I think CMakeLists should support all the platforms.

Related issue: https://github.com/open-mpi/hwloc/issues/88

Will continue to add this to vcpkg.

One question, I found the temporary code here: https://github.com/alicevision/AliceVision/blob/6348b0f346bd8b1efbd1c28e10ebf4dded5df5e0/src/CMakeLists.txt#L301-L308 Why disable dynamic boost here? I disabled the code block and built successfully.