2006-10-06(金) すごい雨
_ Google Earth for Linux 4.0.2091
Google Earth for Linux 4 Betaがアップデートされたという噂を聞いたので、新しいバージョンをいれてみた。なんと、日本語化されていた。データも詳細なものになっているという話だけど、柏近辺ではその効果を確認できなかった。区画整理進行中の南柏駅付近を見ると、このあたりのデータは2年くらい前のものみたいだ。ちなみにサイドバーの検索ボックスに日本語が入らないようだけど、前からこうだったかな。
_ [Cairo] 与えられたフォント名から実フォント名への変換機能が必要
CVSからソースをアップデートして、パッチ rv.0.4.3をあててビルドしたら、コンパイルエラーになってしまった。
c++ -o gfxPangoFonts.o -c -fvisibility=hidden -DIMPL_THEBES -DIMPL_THEBES -DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6\" -DOSARCH=\"Linux\" -DBUILD_ID=0000000000 -I../../../dist/include/cairo -I../../../dist/include/libpixman -I../../../dist/include/string -I../../../dist/include/pref -I../../../dist/include/xpcom -I../../../dist/include/unicharutil -I../../../dist/include/gfx -I../../../dist/include -I../../../dist/include/thebes -I../../../dist/include/nspr -DMOZ_PNG_READ -DMOZ_PNG_WRITE -I../../../dist/sdk/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -O2 -I../../../dist/include/cairo -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../../dist/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -DMOZILLA_CLIENT -include ../../../mozilla-config.h -Wp,-MD,.deps/gfxPangoFonts.pp gfxPangoFonts.cpp gfxPangoFonts.cpp: In constructor ‘gfxPangoFontGroup::gfxPangoFontGroup(const nsAString_internal&, const gfxFontStyle*)’: gfxPangoFonts.cpp:146: error: no matching function for call to ‘nsStringArray::AppendString(const char [11])’ ../../../dist/include/xpcom/nsVoidArray.h:233: note: candidates are: PRBool nsStringArray::AppendString(const nsAString_internal&) make[6]: *** [gfxPangoFonts.o] エラー 1
昨日の状態でパッチをあててビルドすれば良かったなあ。
Copyright (C) 2005-2012 by Hidenosuke. All rights reserved.
mailto: hidenosuke_at_hidenosuke_dot_org or hideo.oshima_at_gmail_dot_com
> 昨日の状態でパッチをあててビルドすれば良かったなあ。<br>いえ、こっちのポカミスです。昨日は他の処理にとられてて、VMでビルド確認できなかったので。
>いえ、こっちのポカミスです。昨日は他の処理にとられてて、VMでビルド確認できなかったので。<br>rv.0.4.4のパッチで、無事にビルドできました。<br>対応、ありがとうございました。