Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake error on mac OS #393

Closed
ajavadia opened this issue Apr 10, 2018 · 1 comment
Closed

CMake error on mac OS #393

ajavadia opened this issue Apr 10, 2018 · 1 comment
Assignees

Comments

@ajavadia
Copy link
Member

Currently the simulator is built like this:
mkdir out; cd out; cmake ..; make

On some versions of Apple Clang, the above fails due to problems with static linking. A workaround exists:
mkdir out; cd out; cmake -DSTATIC_LINKING=False ..; make

A fix will be available soon. This is just to track, and to offer a temporary fix.

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

Context

Your Environment

  • Version used: 0.4.11
  • Environment name and version (e.g. Python 3.6.1): Python 3.6.1
  • Operating System and version: Mac OS 10.13.3, Clang-900.0.39.2, LLVM 9.0.0
@diego-plan9
Copy link
Member

Fixed by #468

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants