tmate-io / tmate

Instant Terminal Sharing
https://tmate.io/
Other
5.55k stars 298 forks source link

build system fails to detect msgpack-c 6.0.0 #291

Open Apteryks opened 10 months ago

Apteryks commented 10 months ago

Hi,

From version 4.0.0 onward, msgpack was split into msgpack-c and msgpack-cxx. The latest C package (msgpack-c) is at version 6.0.0 and ships a msgpack-c.pc pkg-config file.

Currently the build system fails to detect it:

checking for msgpack >= 1.1.0... no
configure: error: "msgpack >= 1.1.0 not found"

Thanks!