simongeilfus / Cinder-Runtime

Runtime-Compiled C++ for Cinder
57 stars 43 forks source link

hey getting this error #31

Open cyrstem opened 6 years ago

cyrstem commented 6 years ago

im trying to install on a xcode 9 error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: libLLVMX86Utils.a (No such file or directory)

richardeakin commented 6 years ago

I think the OS X / cling stuff is really old, not sure if it will work without updates. The master branch is built around using MSVC / Visual Studio.

cyrstem commented 6 years ago

so it will be better if i just change to visual studio to make it run ? thanks