jamoma / jamoma2

A header-only C++ library for building dynamic and reflexive systems with an emphasis on audio and media.
MIT License
30 stars 6 forks source link

Error when creating Xcode projects #90

Closed lossius closed 8 years ago

lossius commented 8 years ago

I just attempted to create Xcode projects for Jamoma2 using cmake as described in ReadMe, but got errors. I have pasted all messages posted to the Terminal here:

https://gist.github.com/lossius/6e3c71306ba2d36547187eb8373da367

lossius commented 8 years ago

Building on the command line gives similar errors.

lossius commented 8 years ago

Figured out, I didn't read the ReadMe properly, and I did not have portaudio and portmidi installed using Homebrew. After having installed them I'm able to generate Xcode projects. Closing this issue.