]
トップ «前の日記(2004-12-20) 最新 次の日記(2004-12-22)» 編集

Yukiharu YABUKI の tDiary



このtDiaryを検索します。

2004-12-21 [長年日記]

_ つっこみSPAM

来ていたので,invisibleにするのと,.htaccessに Deny from XXX.XXX.XXX.XXX/?? を登録.

_ Fan

自分のPCについている電源を冷すFanが軋んでいる.そろそろ交換だな.

_ VMware Workstation 5 Beta

vmware.comから,メールがきた.5のbetaができたのでテストできます.と.LinuxへのUIを良くしたとかある.あとMSのVirual PCのimageをVMwareに変換するV2Vってのもあるみたいね.

_ [OpenOffice.org] 後,もうすこし

########################################################
make_installer.pl, version 1.0
Product list file: ../util/openoffice.lst
Taking setup script from solver
Unpackpath: /home/yab/src/SRC680_m65/instsetoo_native/util/../unxlngi4.pro
Compiler: unxlngi4
Product: OpenOffice
BuildID: 8850
Build: SRC680
No minor set
Product version
Using default installpath
Package format: deb
Package list file: ../inc_openoffice/unix/packagelist.txt
msi templatepath: /home/yab/src/SRC680_m65/instsetoo_native/util/../inc_openoffice/windows/msi_templates
msi template path will be ignored for non Windows builds!
msi languagepath: /home/yab/src/SRC680_m65/instsetoo_native/util/../unxlngi4.pro/misc/win_ulffiles
msi language path will be ignored for non Windows builds!
Calling epm
Unzip ARCHIVE files
services.rdb can be created
Languages:
        ja
########################################################
... checking required files ...
...... seaching zip ... Found: /usr/bin/zip
...... seaching unzip ...       Found: /usr/bin/unzip
... analyzing ../util/openoffice.lst ... 
... analyzing script: /home/yab/src/SRC680_m65/solver/680/unxlngi4.pro/bin/setup_osl.ins ... 
... analyzing directories ... 
... analyzing files ... 
... analyzing scpactions ... 
... analyzing shortcuts ... 
... analyzing profile ... 
... analyzing profileitems ... 
... analyzing modules ... 
------------------------------------
... languages ja ... 
... analyzing files ...
ERROR: The following files could not be found: 
ERROR: File not found: wordbook_ja.zip
... cleaning the output tree ...
 
***************************************************************
ERROR: Missing files
in function: remove_Files_Without_Sourcedirectory
Saved logfile: /home/yab/src/SRC680_m65/instsetoo_native/unxlngi4.pro/OpenOffice/logging/ja/log_SRC680__ja.log
***************************************************************
Tue Dec 21 15:57:04 2004 (00:02 min.)
dmake:  Error code 255, while making 'openoffice_ja'
'---* tg_merge.mk *---'
 
ERROR: Error 65280 occurred while making /home/yab/src/SRC680_m65/instsetoo_native/util
dmake:  Error code 1, while making 'build_all'
'---* tg_merge.mk *---'

ということで,ランゲージ・パックはできてないけど.それなりにdebを作成している. epmに渡すパラメータは,debなので

instsetoo_native/util/makefile.mk
に
.IF "$(OS)" == "LINUX"
FORMAT*=-format deb
.ENDIF
でよい. /opt/openoffice.org1.9.65/programにインストールされる.インストールはimpressとdrowが,同一のファイルをインストールしようとしているので警告を受ける.強制インストールは嫌いなので,とりあえず,使用頻度の少ないdrawをあとまわし.

_ [OpenOffice.org] SRC680_m65

起動してみた.開発版なので,わくわくとドキドキが交錯する. SRC680_m65のimpress screen shot

_ [OpenOffice.org] ソースコード勉強会

ソースコード勉強会には、
  • みんなでソースコードを見る環境 --- いまの所、プロジェクターでソースコードを表示 --- するというのが有効そうに思えます.
  • 可能なら、参加者がバラバラに見ているソースコードをザッピングできるように, いろいろと入力を切りかえることができると良いです.
最初はスタイルがわからないので、いろいろと苦労します.でも、そのうち慣れそうな気がします. ::STL::List とかの class の継承など, 本物で動いているコードなので、それなりに歯応えがあります. Macroなども cppを通して展開して確認します. OpenOffice.orgの起動画面(スプラッシュ)のprogress barのソースは、なかなかおもしろい. 起動具合によって進捗が決まっているのね. Linuxのブートプロセスみたいなものか. いろいろreferenceを調べるのが大変なので、globalで、いちどリファレンスを作ってみようという話になる. 22:00を越えてしまったので、かたをつける.
  • Reference ≒ ボンイタ
  • RTLからはじまったら,SALの下を見よ
  • SAL/Textencの下には unicode ←→ JIS CODE(?)の変換テーブルがあるらしい.JIS/SJIS/EUCは計算で相互変換可能だが,UNICODEは計算で変換できないのでtableになっている.
  • M-x shellではいる emacs shellモードのprev command読み出しは,ESC P

_ 帰りも

STLをgoogleでしらべてみたり, globalをチェック.