go-libtor icon indicating copy to clipboard operation
go-libtor copied to clipboard

No way to define ev_uint64_t

Open gsovereignty opened this issue 4 years ago • 2 comments

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.

gsovereignty avatar Jan 15 '21 13:01 gsovereignty

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

32Bites avatar May 08 '21 16:05 32Bites

Apparently still an issue. must be a dead project.

privateCoins avatar Mar 08 '23 04:03 privateCoins