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

Couldn't build latest version #3

Open
cibersheep opened this issue Dec 13, 2023 · 0 comments · May be fixed by #6
Open

Couldn't build latest version #3

cibersheep opened this issue Dec 13, 2023 · 0 comments · May be fixed by #6

Comments

@cibersheep
Copy link

Building the project with the latest changes, gives errors like:

[ 92%] Building CXX object CMakeFiles/archetype.dir/inspect_universe.cc.o
[...]/archetype/drivers/archetype/inspect_universe.cc: In function ‘void archetype::inspect_universe(archetype::Storage&, std::ostream&)’:
[...]/archetype/drivers/archetype/inspect_universe.cc:126:64: error: ‘ostream_iterator’ is not a member of ‘std’
  126 |           std::copy(vi.second.begin(), vi.second.end(), std::ostream_iterator<std::string>(out, " "));

which are fixable on Ubuntu adding

#include <iterator> to inspect_universe.hh

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

Successfully merging a pull request may close this issue.

1 participant