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

not building #14

Closed
lihshyang opened this issue Mar 13, 2018 · 1 comment
Closed

not building #14

lihshyang opened this issue Mar 13, 2018 · 1 comment

Comments

@lihshyang
Copy link

somehow make gives me this error:
...
...
make[3]: Entering directory `/home/aolx/devel/gg/src/util'
CXX digest.o
CXX util.o
CXX path.o
CXX pipe.o
CXX poller.o
CXX signalfd.o
digest.cc: In function ‘std::string digest::sha256(const string&, bool)’:
digest.cc:26:39: error: expected type-specifier before ‘Base64URLEncoder’
new Base64URLEncoder( new StringSink( ret ), false ) ) );
^
digest.cc: In function ‘std::string digest::gghash_to_hex(const string&)’:
digest.cc:47:23: error: expected type-specifier before ‘Base64URLDecoder’
new Base64URLDecoder( new HexEncoder( new StringSink( output ), false ) ) );
^
make[3]: *** [digest.o] Error 1

@sadjad
Copy link
Member

sadjad commented Mar 13, 2018

You need libcrypto++-dev >= 4.5.3 to build gg. It's included in Ubuntu Zesty or newer, but for the others I think you need to build and install it from the source.

@sadjad sadjad closed this as completed Mar 13, 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