LoginSignup
5
5

More than 5 years have passed since last update.

ofxPdをoF0.8 + Xcode5の環境で実行するメモ

Last updated at Posted at 2013-11-27

なんとか実行できたのでメモ

ofxPdをoF0.8 + Xcode5の環境では、ProjectGeneratorでアドオン追加するだけでビルドできなくなります。しかし、ofxPdのサンプルは(BaseSDKを0.8にすると)なぜか動いた。
そこで、新規でプロジェクト作成した直後の状態と比較してわかったこと↓

Build Settings > Other C Flagsに以下を書き加える

-DHAVE_UNISTD_H
-DUSEAPI_DUMMY
-DPD

スクリーンショット 2013-11-28 2.42.45.png

こうするとXcode5、BaceSDK0.9、LLVM 5.0という環境で動いた。
とりあえず


追記

よく見たらREADMEに書いてあった…
https://github.com/danomatika/ofxPd#adding-ofxpd-to-an-existing-project

5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5