Yukiharu YABUKI の tDiary
このtDiaryを検索します。
2004-12-15 [長年日記]
_ Jikes RVM (Research Virtual Machine)
Jikes RVM (Research Virtual Machine) (http://www-124.ibm.com/developerworks/oss/jikesrvm/)
_ [OpenOffice.org] building src680_m65
cvsから,src680_m65を取得./homeに空きをつくって.tryする.ccacheの設定を環境変数に設定cd config_office ./configure ./configure --with-lang=jaで,どんなチェックをしてくれるのか実行.さっそく
checking the Perl version... checked (perl 5)と指摘される.
checking for required Perl modules... Can't locate Archive/Zip.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
configure: error: Failed to find some modules
yab@hrestol:~/src/SRC680_m65/config_office$ auto-apt search Zip.pm usr/share/perl5/Archive/Zip.pm perl/libarchive-zip-perl,interpreters/libarchive-zip-perl usr/share/perl5/AtomicData/USZip.pm interpreters/libpsp-perl yab@hrestol:~/src/SRC680_m65/config_office$という風にpackageをさがしてinstallする.
yab@hrestol:~/src/SRC680_m65/config_office$ sudo apt-get install libarchive-zip-perl Password: パッケージリストを読みこんでいます... 完了 依存関係ツリーを作成しています... 完了 以下の特別パッケージがインストールされます: libcompress-zlib-perl 以下のパッケージが新たにインストールされます: libarchive-zip-perl libcompress-zlib-perl アップグレード: 0 個、新規インストール: 2 個、削除: 0 個、保留: 1 個 135kB のアーカイブを取得する必要があります。 展開後に追加で 463kB のディスク容量が消費されます。 続行しますか? [Y/n] 取得:1 ftp://ftp.jp.debian.org unstable/main libcompress-zlib-perl 1.33-3 [50.2kB] 取得:2 ftp://ftp.jp.debian.org unstable/main libarchive-zip-perl 1.14-1 [85.1kB] 135kB を 0s で取得しました (158kB/s) 未選択パッケージ libcompress-zlib-perl を選択しています。 (データベースを読み込んでいます... 現在 269074 個のファイルとディレクトリがインストールされています。) (.../libcompress-zlib-perl_1.33-3_i386.deb から) libcompress-zlib-perl を展開しています... 未選択パッケージ libarchive-zip-perl を選択しています。 (.../libarchive-zip-perl_1.14-1_all.deb から) libarchive-zip-perl を展開しています... libcompress-zlib-perl (1.33-3) を設定しています ... libarchive-zip-perl (1.14-1) を設定しています ... yab@hrestol:~/src/SRC680_m65/config_office$epmも追加するのを忘れていた orz. 次の課題はと
checking GPC files... configure: error: GPC files not found ftp://ftp.cs.man.ac.uk/pub/toby/gpc/gpc231.tar.Z and untar in external/gpc, or install libart and use --enable-libartlibartってなんだろう
yab@hrestol:~$ apt-cache search libart libart-ruby1.6 - Ruby binding of libart libart-2.0-2 - Library of functions for 2D graphics - runtime files libart-2.0-dev - Library of functions for 2D graphics - development files libart-dev - The GNOME canvas widget - development filesってことで,
yab@hrestol:~$ sudo apt-get install libart-2.0-dev パッケージリストを読みこんでいます... 完了 依存関係ツリーを作成しています... 完了 libart-2.0-dev は既に最新バージョンです。
$./configure --with-lang=ja --enable-libartで ./configureは完了.最後は下記のようなメッセージを出してくれる.
Build environment is properly set up. **************************************************************************** * * OpenOffice.org 680 configuration. * * * Configuration part of OpenOffice.org 680 build is finished. * * NB! Be aware that you might not be able to build OpenOffice.org if you * ignore any warning message that were generated during this configuration * process. * * Any interactive values you have given have not been version checked. * * USAGE: * Source LinuxIntelEnv.Set (in tcsh) or LinuxIntelEnv.Set.sh (in sh) * in order to set up the build-environment variables. * * **************************************************************************** Configure completed You may now run /home/yab/src/SRC680_m65/bootstrap in /home/yab/src/SRC680_m65
_ おひる
吉田さんといっしよにいきました.イルプリモ(http://www.citywave.com/osaka/gourmet/041119/iru.html)
_ [OpenOffice.org] src680_m65コンパイル編
yab@hrestol:~/src/SRC680_m65/config_office$ cd ..
yab@hrestol:~/src/SRC680_m65$ source LinuxIntelEnv.Set.sh
yab@hrestol:~/src/SRC680_m65$ ./bootstrap
これでdmakeができた.go!
deb
mahoさんから示唆してもらった方法で一回目はやってみよう.うまくいけば Debian の判定を考えればよさそう.
_ [OpenOffice.org] src680_m65 一つ目の問題
(http://www.openoffice.org/nonav/issues/showattachment.cgi/20172/vcl.docking.patch)で解決 patchをapplyする.
ふたつめ
animations/animationnodehelper.hxx: そのようなファイルやディレクトリはありません
という問題.(http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=12590)mahoさんが先に質問していた.が,内容を理解できていないので咀嚼する必要がある.devにながそうか.