Skip to content

Make clang++ work on Windows #736

Closed
Closed
@rok-cesnovar

Description

@rok-cesnovar

Summary:

On Windows with clang++ we get caught in an infinite loop of re-compiling the same files. I exhibited this on clang 9.0.0.

I am investigating it and will try to solve it if I can.

Description:

If CXX=clang++ on Windows make build gets caught in an infinite loop of re-compiling all the files. So the same behavior we exhibited on Travis a while ago.

Reproducible Steps:

  • use Windows
  • set CXX=clang++
  • make build

Current Output:

Infinite loop

Expected Output:

Cmdstan should build normally.

Additional Information:

Current Version:

v2.20.0

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions