brucelane / Cinder-MIDI2

Alternative approach to interfacing RtMidi lib in Cinder
21 stars 10 forks source link

Mac-Example doesn't build #2

Closed bennigraf closed 10 years ago

bennigraf commented 10 years ago

Hi there!

Freshly cloned, the Mac/XCode-Example won't build for me. The error is:

Precompile sample_Prefix.pch: clang: error: no such file or directory: '[...]/cinder_0.8.5_mac/blocks/Cinder-MIDI2/sample/xcode/sample_Prefix.pch'

In the Xcode project I can go to Build Settings and delete the entry under Prefix Header (where it says sample_Prefix.pch by default). Then the project builds and runs. (Alternatively I can set "Precompile Prefix Header" to "No", which works just as well...) In sample.xcodeproj/project.pbxproj I find those entries in lines 301 and 327, but I'm not confident enough to just edit this file and make a pull request... ;-)

Best and thanks for the good work, Benni.

ThomasLengeling commented 10 years ago

hey forgot, to add the sample_Prefix.pch, you can basically use any .pch file form cinder's samples, making a pull request.

bennigraf commented 10 years ago

Hi! Thanks, I didn't know what the file was for in the first place, so this didn't occur to me ;-). Best, Benni.

MartinBspheroid commented 10 years ago

This should be taken care of by latest Products by Thomas, closing....