名称 | 大小 | Rev. | 时间 | 作者 | Log Message |
---|---|---|---|---|---|
![]() |
17.59 k | r4 | 2011-09-03 15:22:57 | toshinagata1964 | initial import |
![]() |
r199 | 2022-04-04 23:50:52 | toshinagata1964 | Vertical grids are shown in strip cha... | |
![]() |
r163 | 2019-08-13 17:20:41 | toshinagata1964 | Some of the icon pictures are convert... | |
![]() |
r196 | 2020-06-24 23:51:57 | toshinagata1964 | The app does not start on non-Japanes... | |
![]() |
r201 | 2022-04-14 23:18:07 | toshinagata1964 | Value resolution in the strip chart c... | |
![]() |
633 | r4 | 2011-09-03 15:22:57 | toshinagata1964 | initial import |
![]() |
4.64 M | r4 | 2011-09-03 15:22:57 | toshinagata1964 | initial import |
![]() |
18 | r156 | 2019-07-24 23:56:26 | toshinagata1964 | Version 0.8.0 |
![]() |
r205 | 2022-07-23 20:31:56 | toshinagata1964 | Create tremolo command is implemented | |
![]() |
2.33 k | r66 | 2016-05-08 18:08:24 | toshinagata1964 | The file 'Version' is no longer updat... |
![]() |
1 k | r4 | 2011-09-03 15:22:57 | toshinagata1964 | initial import |
![]() |
r204 | 2022-07-23 20:27:57 | toshinagata1964 | Row selection is preserved after chan... | |
![]() |
r178 | 2020-02-24 11:00:55 | toshinagata1964 | Ruby: Sequence and Track objects now ... | |
![]() |
1.81 k | r4 | 2011-09-03 15:22:57 | toshinagata1964 | initial import |
![]() |
341 | r55 | 2016-04-24 19:27:25 | toshinagata1964 | Add 'Alchemusica_latest.zip' to the r... |
![]() |
20.85 k | r4 | 2011-09-03 15:22:57 | toshinagata1964 | initial import |
![]() |
1.77 k | r159 | 2019-07-25 00:09:41 | toshinagata1964 | The version number in the Xcode targe... |
![]() |
81 | r4 | 2011-09-03 15:22:57 | toshinagata1964 | initial import |
Alchemusica をビルドするには、ruby-1.8.7 にパッチを当てて、ruby-static.a を universal binary としてビルドしておく必要があります。その手順を説明します。 1. ruby-1.8.7-p160.tar.gz をダウンロードして、$(HOME)/Development に置く。 (別の場所に置きたい場合は、後述のように Alchemusica の設定を変更する) 2. 解凍する。 $ tar xvzf ruby-1.8.7-p160.tar.gz 3. できたディレクトリの名前を "ruby-1.8.7-static" に変更する。 4. そのディレクトリに移る。 $ cd ruby-1.8.7-static 5. パッチを当てる。$ patch --backup -p1 < $(ALCHEMUSICA)/ruby-1.8.7-p160-tn.patch ($(ALCHEMUSICA) は Alchemusica のプロジェクトが存在するディレクトリ) これで eval.c, gc.c が変更され、オリジナルは eval.c.orig, gc.c.orig として残るはずです。 6. 次のコマンドラインで configure する。 $ CFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -arch i386 -arch ppc -O2' ./configure --disable-shared --disable-thread 7. config.h の中身を見て、以下の行が含まれていれば削除。このままだと alloca が二重定義として警告されます。10.4 でビルドすると出るが、10.5 では出ないみたい。 #define alloca alloca 8. make これで ruby-1.8.7-static/ruby-static.a が作成されます。(make install する必要はありません。) ruby-1.8.7-static を $(HOME)/Development 以外の場所に置きたい場合は、Xcode で Alchemusica ターゲットを選んで「情報」を開き、「ビルド」タブの「ヘッダ検索パス」「ライブラリ検索パス」のところにある $(HOME)/Development/ruby-1.8.7-static を変更してください。 2009.9.2. Toshi "Alchemist" Nagata (永田 央)