-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
questiona user question how to do certain thingsa user question how to do certain things
Description
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.

Metadata
Metadata
Assignees
Labels
questiona user question how to do certain thingsa user question how to do certain things