cppit / jucipp

A lightweight & cross-platform IDE supporting the most recent C++ standards. This project has moved to https://gitlab.com/cppit/jucipp.
https://gitlab.com/cppit/jucipp
MIT License
882 stars 98 forks source link

Can't run in macOS #338

Closed thiefuniverse closed 7 years ago

thiefuniverse commented 7 years ago

Hello, I have compiled juci in macOS ( which is Sierra 10.12.5). But when I run it, it just aborted.

image

I think maybe it's a error from llvm. When I install llvm (4.0.0), it notes that no --with-clang option.

eidheim commented 7 years ago

I hope this issue is fixed in the above commit. The reason should be that the latest llvm was not found on MacOS. The --with-clang flag seems to be included in llvm by default now, so it is not needed anymore.

thiefuniverse commented 7 years ago

Thanks really! I have run it successfully!