差分

ナビゲーションに移動 検索に移動

Mod rpaf

46 バイト追加, 2014年2月17日 (月) 01:46
=== Mac OS X ===
[[Mac OS X]]標準の[[apxs]]の設定がおかしいので修正する。これは他のモジュールを[[コンパイル]]する時もも同様である。
<source lang="bash">
(cd /Applications/Xcode.app/Contents/Developer/Toolchains/; sudo ln -s XcodeDefault.xctoolchain OSX10.9.xctoolchain)
</source>
[[Mac OS X]]ではapxs2のコマンド名が何故か「apxs」なので[[vi]]などで[[Makefile]]を修正する。
*修正前:APXS2=$(shell which apxs2)
*修正後:APXS2=$(shell which apxs)

案内メニュー