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

errors when running build #2

Open
austinfrey opened this issue Aug 2, 2019 · 0 comments
Open

errors when running build #2

austinfrey opened this issue Aug 2, 2019 · 0 comments

Comments

@austinfrey
Copy link

i hope this is the right repo for this. i'm having some issue when attempting to build with hyper-build.

$ node -v
v12.7.0

$ clang++ --version
clang version 8.0.0-3 (tags/RELEASE_800/final)

$ git --version
git version 2.20.1

$ lsb_release -irc
Distributor ID:	Ubuntu
Release:	19.04
Codename:	disco

steps to reproduce

example 1

git clone https://github.com/datcxx/hypercore.git
cd hypercore
build install
build

output

/datcxx/hypercore/index.cxx:2:10: fatal error: 'deps/datcxx/flat-tree/index.hxx' file not found
#include "deps/datcxx/flat-tree/index.hxx"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

example 2

git clone https://github.com/datcxx/path
cd path
build install
build

output

In file included from /datcxx/path/index.cxx:1:
/datcxx/path/index.hxx:4:10: fatal error: 'algorithm' file not found
#include <algorithm>
         ^~~~~~~~~~~
1 error generated.
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

1 participant