Skip to content

Unable to complete make build on Mac M1 #1158

@chukarsten

Description

@chukarsten

Summary:

Running make build results in 38 warnings and 14 failures.

Description:

On a Mac M1, I have cloned (recursively) the cmdstan repo and tried to run make build in order to verify that I can build it. The intent is to ensure that a pip install prophet will build the prophet wheel appropriately. The result is a colorful log referencing a lot of seeming C++ build errors like:

image

image

Along with a variety of deprecation warnings that suggest to me that there's just something wrong with my C++ tool chain.

Reproducible Steps:

  1. git clone cmdstan --recursive
  2. make build

Current Output:

See description for some screen shots.

Expected Output:

Just a finished build.

Additional Information:

Provide any additional information here.

karsten.chu@AMB-96K7YK cmdstan % clang++ --version
Homebrew clang version 16.0.2
Target: arm64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /opt/homebrew/opt/llvm/bin

image

Current Version:

v2.32.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions