Platform
- SeqAn version: 3.3.0
- Operating system: Darwin MacBook-Pro-2.local 23.1.0 Darwin Kernel Version 23.1.0: Mon Oct 9 21:33:00 PDT 2023; root:xnu-10002.41.9~7/RELEASE_ARM64_T6031 arm64
- Compiler:
Question
I have installed seqan3 by cloning repository, then runing cmake .. from build directory.
Then I run cmake install and all headers have been copied to /usr/local/include/seqan3 directory.
I've also added /usr/local/include/seqan3/** to the Header Search Paths of my Xcode project.
Then I have added two #include lines to simple hello world program in Xcode:
#include <seqan3/core/debug_stream.hpp>
#include <seqan3/io/sequence_file/all.hpp>
When I tried to build, it failed with a bunch of issues (below) in chunk_view.hpp file, etc.

Platform
Question
I have installed seqan3 by cloning repository, then runing
cmake ..frombuilddirectory.Then I run
cmake installand all headers have been copied to/usr/local/include/seqan3directory.I've also added
/usr/local/include/seqan3/**to theHeader Search Pathsof my Xcode project.Then I have added two
#includelines to simple hello world program in Xcode:When I tried to build, it failed with a bunch of issues (below) in
chunk_view.hppfile, etc.