ipsn / go-libtor

Self-contained Tor from Go
BSD 3-Clause "New" or "Revised" License
544 stars 46 forks source link

No way to define ev_uint64_t #25

Open gsovereignty opened 3 years ago

gsovereignty commented 3 years ago

go get -u -v -x github.com/ipsn/go-libtor results in this error (OSX)

# github.com/ipsn/go-libtor/libtor
In file included from go/src/github.com/ipsn/go-libtor/libtor/libevent_buffer.go:8:
In file included from go/src/github.com/ipsn/go-libtor/libtor/../libevent/compat/../buffer.c:85:
In file included from go/src/github.com/ipsn/go-libtor/libtor/../libevent/include/event2/event.h:204:
go/src/github.com/ipsn/go-libtor/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/src/github.com/ipsn/go-libtor/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/src/github.com/ipsn/go-libtor/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/src/github.com/ipsn/go-libtor/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.
32Bites commented 3 years ago

yeah I'm having this issue as well, have you come about a solution?

privateCoins commented 1 year ago

Apparently still an issue. must be a dead project.