Skip to content

Couldn't build latest version #3

@cibersheep

Description

@cibersheep

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions