[aquaskk-dev 80] Re: Leopard での AquaSKK のビルドについて

アーカイブの一覧に戻る

Takayama Fumihiko tekez****@pqrs*****
2007年 12月 15日 (土) 13:19:17 JST


高山です。

> xcodeproj のアップデートはせずに、10.3.9 SDK を追加インストールして下さ
> い。あとは make install でうまくいくはずです。
確かにこれでうまくいきました。 ありがとうございました。


======================================================================
【まとめ】

(1) Xcode 3.0 のインストーラでカスタマイズを選択、
    10.3.9 SDK にチェックを入れてインストール。

(2) 以下のコマンドでソースコードを取得
    % cvs -z3 -d:pserver:anony****@cvs*****:/cvsroot/aquaskk co AquaSKK

(3) Makefile を以下のように修正。
--------------------------------------------------
install:
        sudo rm -rf $(DEST)/$(TARGET)
        sudo mkdir -p $(DEST)
        find $(BUILD)/$(TARGET) -type d -print0 | xargs -0 chmod 755
        find $(BUILD)/$(TARGET) -type f -print0 | xargs -0 chmod 644
        chmod 755 $(BUILD)/$(TARGET)/Contents/MacOS/AquaSKKInputMethod
        chmod 755 $(BUILD)/$(TARGET)/Contents/SharedSupport/AquaSKKServer.app/Contents/MacOS/AquaSKKServer
        umask 000
        sudo cp -r $(BUILD)/$(TARGET) $(DEST)
--------------------------------------------------

(4) 以下のコマンドでビルド & インストール
    % make clean all install

======================================================================


--
Takayama Fumihiko <tekez****@pqrs*****>




aquaskk-dev メーリングリストの案内
アーカイブの一覧に戻る