You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing your valuable development with public. Please note the ZLIB presence is crucial for normal Tcl operation. Without zlib, Tcl uses zlib API stubs, and all kind of weird things start to happen, e.g. like:
alloc: invalid block: 0x9319b70: c0 9
Aborted
This is controlled mainly by add_definitions(-DHAVE_ZLIB=1), preceded by find_package(ZLIB REQUIRED) on Linux and appropriate additional treatment on Windows.
The text was updated successfully, but these errors were encountered:
Thank you for sharing your valuable development with public. Please note the ZLIB presence is crucial for normal Tcl operation. Without zlib, Tcl uses zlib API stubs, and all kind of weird things start to happen, e.g. like:
This is controlled mainly by
add_definitions(-DHAVE_ZLIB=1)
, preceded byfind_package(ZLIB REQUIRED)
on Linux and appropriate additional treatment on Windows.The text was updated successfully, but these errors were encountered: