pebbe / zmq4

A Go interface to ZeroMQ version 4
BSD 2-Clause "Simplified" License
1.17k stars 166 forks source link

[draft]could not determine kind of name for C.* #160

Open tutengdihuang opened 4 years ago

tutengdihuang commented 4 years ago

github.com/pebbe/zmq4/draft ../../pkg/mod/github.com/pebbe/zmq4@v1.0.0/draft/zmq4.go:1047:34: could not determine kind of name for C.zmq_msg_group ../../pkg/mod/github.com/pebbe/zmq4@v1.0.0/draft/zmq4.go:1042:34: could not determine kind of name for C.zmq_msg_routing_id ../../pkg/mod/github.com/pebbe/zmq4@v1.0.0/draft/zmq4.go:1108:15: could not determine kind of name for C.zmq_msg_set_group ../../pkg/mod/github.com/pebbe/zmq4@v1.0.0/draft/zmq4.go:1102:15: could not determine kind of name for C.zmq_msg_set_routing_id

tutengdihuang commented 4 years ago

When I use this package , I suffered from this problem.

tutengdihuang commented 4 years ago

mac OS

losten-cn commented 4 years ago

me too, how to solve this problem

jcerato commented 3 years ago

have you solved this problem?