トップ «前の日記(2008-10-07(Tue)) 最新 次の日記(2008-10-09(Thu))» 編集

屑俺日記

僕の備忘録(PC、UN*X、ネットワーク関連が中心)なんです。
自分の書いたところは適当(な時とか)に書き換えますので御了承を。


2008-10-08(Wed) 夜明け前に雨が止んで、はれ

Firefox3 のビルド

My Firefox3

しばらく放置気味のBeyond Linux From Scratch。

自分でビルドした話を読んで、ちょっと試したくなった。適当に .mozconf をいじり、 make -f client.mk build。

エラーメッセージをみながら、欠けているものを追加インストール。
unzip-5.52、zip-2.32、dbus-1.2.4、dbus-glib-0.76、libIDL-0.8.11、lcms-1.17 (既存の1.16では旧かった)を入れた。
一時間過ぎでビルドできたので、s/build/install/。

. $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../firefox-build
ac_add_options --prefix=/usr/local/firefox
ac_add_options  --enable-application=browser
ac_add_options  --enable-update-channel
ac_add_options  --disable-update-packaging
ac_add_options  --disable-debug
ac_add_options  --disable-tests
ac_add_options  --enable-official-branding
ac_add_options  --enable-svg
ac_add_options  --with-system-jpeg
ac_add_options  --with-system-bz2
ac_add_options  --with-system-nspr
ac_add_options  --with-system-nss
ac_add_options  --with-system-zlib
ac_add_options  --enable-system-cairo
ac_add_options  --enable-system-lcms

GIMP-2.6 on LFS

GIMP-2.6

ついでにこれも。
configure オプションは 以前に同じ(--without-print --prefix=/usr --sysconfdir=/etc)。特にアップデートすべきものも見当たらなかった。
起動時のへんなエラーにぎくりとしたが、既出感だけはあったので、 過去日記をみて解決できた。

再度挑戦

昨日と同じ環境で、もう一度 LFS SVN-20081006。
Chapter 5.12(MPFR-2.3.2)までどうにか。


リンクはご自由にどうぞ。でもURLや内容が変った場合はあしからず。

index.htmlは ここから。