2011-04-01(金) 新年度
_ 怒涛の1週間が終わった
今日から新年度。入社式と新入社員研修、合間に書類の準備など、今日もななかなかハードな1日だった。今週は、ずっとこんな調子で、えらく疲れた1週間だった。
_ Bug-org 463027 : (PBnGen) Implement per-window Private Browsing
Subjectがより直感的なものに変更された。以前の日記で書いた時点からは、あまり進展はないのだが、comment 20にImplementation planが投稿された。が、これがchatのログみたいで、えらく読みづらい。もちょっと、分かりやすものが出ないかな。
_ エプソンとアヴァシス、Linux(※1)環境でプリンターメーカーでは初めて(※2)となるプリンタードライバーの自動ダウンロードサービスを開始
いくやの斬鉄日記経由。プリンタを接続するだけでドライバがダウンロードされるってのは、ある意味Windowsよりも簡単ということだな。今のところは「Ubuntu 11.04」だけの対応みたいだけど、他のディストロでも実現できないのかなあ。
_ 今日のThunderbird - Hg 2011040200-trunk/Linux
Mercurialからソースコードをpullしてビルドしてみたが、
c++ -o nsLDAPSyncQuery.o -c -I../../../mozilla/dist/stl_wrappers -I../../../mozilla/dist/system_wrappers -include /home/hideo/develop/comm-central/mozilla/config/gcc_hidden.h -DMOZ_PREF_EXTENSIONS -DMOZ_PSM -DXPCOM_TRANSLATE_NSGM_ENTRY_POINT=1 -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DZLIB_INTERNAL -DMOZ_THUNDERBIRD=1 -DOSTYPE=\"Linux2.6\" -DOSARCH=Linux -I../../../mozilla/dist/public/ldap -I/home/hideo/develop/comm-central/ldap/xpcom/src -I. -I../../../mozilla/dist/include -I../../../mozilla/dist/include/nsprpub `/home/hideo/develop/comm-central/tb-opt/mozilla/dist/sdk/bin/nspr-config --prefix=/home/hideo/develop/comm-central/tb-opt/mozilla/dist --includedir=/home/hideo/develop/comm-central/tb-opt/mozilla/dist/include/nspr --cflags` -I/home/hideo/develop/comm-central/tb-opt/mozilla/dist/include/nss -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fomit-frame-pointer -finline-limit=50 -DMOZILLA_CLIENT -include ../../../comm-config.h -MD -MF .deps/nsLDAPSyncQuery.pp /home/hideo/develop/comm-central/ldap/xpcom/src/nsLDAPSyncQuery.cpp /home/hideo/develop/comm-central/ldap/xpcom/src/nsLDAPService.cpp:50:24: fatal error: nsAutoLock.h: そのようなファイルやディレクトリはありません compilation terminated. /home/hideo/develop/comm-central/ldap/xpcom/src/nsLDAPModification.cpp:41:24: fatal error: nsAutoLock.h: そのようなファイルやディレクトリはありません compilation terminated. make[6]: *** [nsLDAPService.o] エラー 1
と、あえなく失敗。xulrunner-devパッケージをインストールしてみたけど、同様に失敗したので、Thunderbird側の問題のような感じ。
Copyright (C) 2005-2012 by Hidenosuke. All rights reserved.
mailto: hidenosuke_at_hidenosuke_dot_org or hideo.oshima_at_gmail_dot_com
nsAutoLock.h でLDAPがビルドできないのは<br>https://bugzilla.mozilla.org/show_bug.cgi?id=647003<br>ですかね?
> nsAutoLock.h でLDAPがビルドできないのは<br>> https://bugzilla.mozilla.org/show_bug.cgi?id=647003<br>> ですかね?<br>確かに、そのようですね。<br>別のところで、ビルドに失敗していまいましたが(--;。
https://bugzilla.mozilla.org/show_bug.cgi?id=647481<br>も関係あるみたいです。まだうまくいかないですが。
> https://bugzilla.mozilla.org/show_bug.cgi?id=647481<br>> も関係あるみたいです。まだうまくいかないですが。<br>とりあえず、パッチが出てレビュー中みたいですね。<br>もう少し待ってみます。