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
{{ message }}
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
Ran the following command on mac: go get -u -v -x github.com/ipsn/go-libtor
Got the following error:
# github.com/ipsn/go-libtor/libtor
In file included from ../../go/pkg/mod/github.com/ipsn/go-libtor@v1.0.380/libtor/libevent_buffer.go:8:
In file included from ../../go/pkg/mod/github.com/ipsn/go-libtor@v1.0.380/libtor/../libevent/compat/../buffer.c:79:
In file included from ../../go/pkg/mod/github.com/ipsn/go-libtor@v1.0.380/libtor/../libevent/include/event2/event.h:204:
../../go/pkg/mod/github.com/ipsn/go-libtor@v1.0.380/libtor/../libevent/include/event2/util.h:129:2: error: "No way to define ev_uint64_t"
#error "No way to define ev_uint64_t"
^
../../go/pkg/mod/github.com/ipsn/go-libtor@v1.0.380/libtor/../libevent/include/event2/util.h:148:2: error: "No way to define ev_uint32_t"
#error "No way to define ev_uint32_t"
^
../../go/pkg/mod/github.com/ipsn/go-libtor@v1.0.380/libtor/../libevent/include/event2/util.h:167:2: error: "No way to define ev_uint16_t"
#error "No way to define ev_uint16_t"
^
../../go/pkg/mod/github.com/ipsn/go-libtor@v1.0.380/libtor/../libevent/include/event2/util.h:283:2: error: "No way to define SIZE_MAX"
#error "No way to define SIZE_MAX"
^
4 errors generated.