Getting openFrameworks 0.07 compiling with OSX 10.7
Follow these short simple steps to get OF v0.07 compiling in OSX 10.7.
If your using XCode 4:
- Switch from the openFrameworks scheme to the project scheme
- Click on the project on the sidebar to bring up the settings
- Change the Base SDK to 10.6
- Repeat the previous line for the build target
- Click on the openFrameworks folder in the sidebar
- Click on the project to bring up the settings
- Change the Base SDK to 10.6 like you did before
- Repeat for the build target
Voila! You shouldn’t be getting those Quicktime method errors anymore!


This entry was posted in Archive and tagged 10.7, compiling, openFrameworks v0.07, OSX Lion, quicktime errors
Follow any comments here with the RSS feed for this postPost a comment or leave a trackback: Trackback URL

5 comments for “Getting openFrameworks 0.07 compiling with OSX 10.7”
Omar
Excelent… now it will build without errors.
But after it says that Build was successfull..
Any window appears.. whats the problem ??
also I see no .app file in the project folders…
:( so sad.
Omar
Sorry I just click ALT+RUN button
and changed the SCHEME dropdown from openframeworks to Nameoftheproject
David
Hi Omar, Your right. It would only compile the library if you don’t add the scheme.
hb
This is exactly what I’ve looked for!! Thx a lot!! <33
André Simões
Excellent… thanks a lot…it solved all my problems
3 Trackbacks
[...] Getting openFrameworks 0.07 compiling with OSX 10.7 [...]
[...] http://blog.davidpaulrosser.co.uk/2011/08/getting-openframeworks-0-07-compiling-with-osx-10-7/ [...]
[...] ここからまだまだ長かったわけだけれど、そんなに引っかかる人もいないだろうし、面倒臭くなったから注意点を箇条書きにしておく。 ・ofxBvh直下に2つあるexampleのsrcフォルダにはtestとmainしか入っていないので、ofxBvh/srcにあるofxBvh.cpp、ofxBvh.hをexample/srcに突っ込む ー突っ込んだ後、LocationをRelative to Projectに必ず変える ・まだ動かない→Xcodeのめにゅーの、Xcode/Preference/Downloads/Command Line Tools をインストールする ・まだまだ動かない→http://blog.davidpaulrosser.co.uk/2011/08/getting-openframeworks-0-07-compiling-with-osx-10-7/ココの指示に従う。 [...]