Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 16.04 build error ! #3

Closed
nightwalker89 opened this issue Jun 5, 2018 · 0 comments
Closed

Ubuntu 16.04 build error ! #3

nightwalker89 opened this issue Jun 5, 2018 · 0 comments
Assignees

Comments

@nightwalker89
Copy link

root@osboxes:~/chainstate# make
rm -f chainstate chainstate.o hex.o varint.o pubkey.o
g++ -Wall -I. -Ilibbase58 -Isecp256k1/include -Ibech32/ref/c -c -o chainstate.o chainstate.cc

g++ -Wall -I. -Ilibbase58 -Isecp256k1/include -Ibech32/ref/c -c -o hex.o hex.cc
g++ -Wall -I. -Ilibbase58 -Isecp256k1/include -Ibech32/ref/c -c -o varint.o varint.cc
varint.cc:5:1: error: ‘uint64_t’ does not name a type
uint64_t read_varint(uint64_t n)
^
varint.cc:24:1: error: ‘uint64_t’ does not name a type
uint64_t get_next_varint(string& str)
^
varint.cc:44:1: error: ‘uint64_t’ does not name a type
uint64_t decompress_amount(uint64_t x)
^
Makefile:14: recipe for target 'varint.o' failed
make: *** [varint.o] Error 1
screenshot_187

@mycroft mycroft self-assigned this Jun 7, 2018
@mycroft mycroft closed this as completed in eaa22d8 Jun 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants