Tougen-Roushi
Results
2
issues of
Tougen-Roushi
Build fails on macOS Catalina when using the following cmake command: cmake -DCMAKE_INSTALL_PREFIX=${TARGET} -DBUILD_SHARED_LIBS:bool=off -DCMAKE_BUILD_TYPE=Release -DBUILD_THIRDPARTY:bool=on .. This is because zlib in thirdparty have implicit declare function. Attached patch fixes...
# Issue description I can't build libzmq on macOS 14.0 # Environment * libzmq version (commit hash if unreleased): Ver.4.3.5 * OS: macOS 14.0 # Minimal test code / Steps...