Javier Navarro

Results 3 issues of Javier Navarro

I am not sure if this is the correct way to fix the compilation issue https://github.com/weidai11/cryptopp/issues/1074, but this works for me. CRC instructions are enabled by default on ARMv8, but...

Hello I compile `libwebsockets` with `libuv` (version 1.42.0). When invoking `cmake` I use: -DLWS_WITH_LIBUV=1 -DLIBUV_INCLUDE_DIRS=/Users/jn/Developer/Libs/build/include -DLIBUV_LIBRARIES=/Users/jn/Developer/Libs/build/xcframework/libuv.xcframework/ios-arm64_x86_64-simulator/libuv.a among others flags: -DLWS_IPV6=ON -DLWS_SSL_CLIENT_USE_OS_CA_CERTS=0 -DLWS_WITH_SHARED=OFF -DLWS_WITHOUT_TESTAPPS=ON -DLWS_WITHOUT_SERVER=ON -DLWS_WITH_HTTP2=0 -DLWS_WITH_BORINGSSL=1 -DIOS_BITCODE=0 But `uv/version.h` is...

Allow to build `cryptopp` for macOS Catalyst, macOS Catalyst requires a specific target architecture. Examples building for x86_64 and arm64 outputs ``` Using positional arg, MACOS_CPU=x86_64 Using positional arg, MACOS_CATALYST=1...