Open Phrogz opened 6 years ago
Same problem building ee0a17cc63316edd83388a2f8f93b48cdcc6913c on Ubuntu 18.04 with zlib v1.2.11. Any clue? Thanks, pz
Hi, I've got the same error on Ubuntu 20.
Solution:
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
target_link_libraries(uscxml-browser uscxml "-lz")
else()
target_link_libraries(uscxml-browser uscxml)
endif()
At the end of my build:
Is there a specific version of zlib that I need to install first?