Skip to content

Problem with installation on mac os x #3286

@mkazanov

Description

@mkazanov

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.

Screenshot 2024-09-06 at 9 34 59 PM

Metadata

Metadata

Assignees

Labels

questiona user question how to do certain things

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions