このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


NAKATA Maho's OOo blog : May 2007

NAKATA Maho's OOo blog

Maho's blog about OpenOffice.org ...

May 2007

Forming better Japanese QA team

I was really impressed by the QA team of DE.
週末 of the German OpenOffice.org QA team, and 動機づけるd very much.

Recently I have been working on how we Japanese team
do better QAs.
* how we define QA 実験(する)s/議定書 for Japanese
* how we find volunteers
* how we do not exhaust good QA testers and QA 経営者/支配人s.

Last week (2007/5/24 22:00-24:15 JST)
we have done QA 会合 on IRC. There are some
agandas, but the most important thing was forming 合意.
Here is the スピードを出す/記録につける
(in Japanese)
Mira - (aka maydimanche) created a wiki scheduling our QA 過程. Until now we didn't have such 時刻表/予定表.

によれば wiki, khirano, mira, matuaki and bluedwarf are 与える/捧げるing to QA. We Ja-NL team thank them very much!

MacOSX OOo 2.2.1 RC1 builds have been uploaded.

OOo 2.2.1 RC1 builds have been uploaded at Good-day.
I switched to Panther for PPC, and I'd like to ask you for 広範囲にわたる
QA for it.

For 詳細(に述べる)s, please 言及する my 地位,任命するing at 解放(する)@oo.o

MacOSX PPC/Intel 見解/翻訳/版 of OpenOffice.org 2.2.1rc1 (OOF680_m16)


I'd like to tell you that MacOSX builds are not from Hamburg team unlike GNU/Linux (x86)/Windows/Solaris(x86/Sparc).

Of course, SUN 与える/捧げるs a lot for MacOSX porting team, but
other volunteers' 成果/努力s are also lot.

All the best,
Nakata Maho

VBA Interop

I 立証するd that SRC680_m212 + cws npower7 + --enable-vba 選択
builds without errors for FreeBSD 6.2 with ports tree with Xorg7.2, and OOo run some small VBA programs.

Congratulations Noel!

任命する/導入するing intel Fortran compiler on Ubuntu 7.10 (x86_64)

My wife started to use Ubuntu 7.10 on Xeon (EM64T) machine. She wants to
use Intel Fortran Compiler however, this compiler is not supported on Ubuntu. She googled
over the Internet but very little 手がかり(を与える)s...Also I tried and invain. I spent some hours to get it and it seems to working. Hope this small 公式文書,認める will help other persons 同様に. This short 指示/教授/教育
含むs for C/C++ compiler, too. BTW: I'm a maintainer of
ports/lang/ifc, intel fortran compiler for FreeBSD ;)

Questions and comments, please send e-mail to
maho@openoffice.org
.

  • 0. Enviromnent
    Ubuntu Linux 7.04 amd64/EM64T

    1f. 得る,とらえる 古記録s and license とじ込み/提出するs
    l_fc_c_9.1.045.tar.gz
    l_cc_c_9.1.047.tar
    NCOM_L_CMP_CPP_XXXX-XXXXXXXX.lic
    NCOM_L_CMP_FOR_XXXX-XXXXXXXX.lic

  • 2f. (optional) 除去する everything at /選ぶ/intel
    $ sudo rm -rf /選ぶ/intel

  • 3f. 任命する/導入する some 32bit libraries
    $ sudo apt-get 任命する/導入する libc6-i386 ia32-libs

  • 4f. 任命する/導入する g++ compiler
    $ sudo apt-get 任命する/導入する g++
    さもなければ, invoking complier 終結させるs with に引き続いて message
    Ifc 終結させるs with the message `確実にする that the g++ compiler is 任命する/導入するd on the system.'
    Cf.

    http://support.intel.com/support/performancetools/fortran/linux/sb/cs-017386.htm

    .
  • 5f. 取り付け・設備 of Intel Fortran compiler
    $ rm -rf ~/tmpinstalldir; mkdir ~/tmpinstalldir ; cd ~/tmpinstalldir
    $ cd somewhere/l_fc_c_9.1.045.tar.gz .
    $ cd somewhere/NCOM_L_CMP_FOR_XXXX-XXXXXXXX.lic .
    $ tar xvfz l_fc_c_9.1.045.tar.gz
    $ cd l_fc_c_9.1.045/data
    $ rpm2cpio *.em64t.rpm | cpio -idu
    $ sudo mkdir /選ぶ/intel
    $ sudo mv 選ぶ/intel/fce /選ぶ/intel
    $ cd /選ぶ/intel/fce/9.1.045/貯蔵所/
    $ sudo sed 's//?/選ぶ?/intel?/fce?/9.1.045/g' ifort > ifort.new
    $ sudo mv ifort.new ifort
    $ sudo cp NCOM_L_CMP_FOR_XXXX-XXXXXXXX.lic /選ぶ/intel/fce/9.1.045/貯蔵所
    $ sudo chmod +x /選ぶ/intel/fce/9.1.045/貯蔵所/ifort


  • 6f. 令状 に引き続いて in ~/.bashrc
    (this 含む/封じ込めるs C/C++ settings 同様に)
    # for intel C++/Fortran compiler
    INTEL_CC=/選ぶ/intel/cce/9.1.047
    INTEL_FC=/選ぶ/intel/fce/9.1.045

    PATH=$PATH:$INTEL_CC/貯蔵所:$INTEL_FC/貯蔵所
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$INTEL_CC/lib:$INTEL_FC/lib
    MANPATH=$MANPATH:$INTEL_CC/man:$INTEL_FC/man
    輸出(する) PATH
    輸出(する) MANPATH
    輸出(する) LD_LIBRARY_PATH

    .


  • 7c. 取り付け・設備 of Intel C/C++ compiler
    $ rm -rf ~/tmpinstalldir; mkdir ~/tmpinstalldir ; cd ~/tmpinstalldir
    $ cd somewhere/l_cc_c_9.1.047.tar .
    $ cd somewhere/NCOM_L_CMP_CPP_XXXX-XXXXXXXX.lic .
    $ tar xvfz l_cc_c_9.1.047.tar
    $ cd l_cc_c_9.1.047/data
    $ rpm2cpio *.em64t.rpm | cpio -idu
    $ sudo mkdir /選ぶ/intel
    $ sudo mv 選ぶ/intel/cce /選ぶ/intel
    $ cd /選ぶ/intel/cce/9.1.047/貯蔵所/
    $ sudo sed 's//?/選ぶ?/intel?/cce?/9.1.047/g' icpc > icpc.new
    $ sudo sed 's//?/選ぶ?/intel?/cce?/9.1.047/g' icc > icc.new
    $ sudo mv icpc.new icpc
    $ sudo mv icc.new icc
    $ sudo cp NCOM_L_CMP_CPP_XXXX-XXXXXXXX.lic /選ぶ/intel/cce/9.1.047/貯蔵所
    $ sudo chmod +x /選ぶ/intel/cce/9.1.047/貯蔵所/icpc
    $ sudo chmod +x /選ぶ/intel/cce/9.1.047/貯蔵所/icc

    Last,
    挿入する "輸出(する) LC_ALL=C" at the third line of
    /選ぶ/intel/cce/9.1.047/貯蔵所/icc and /選ぶ/intel/cce/9.1.047/貯蔵所/icpc.
    this is just under "#!/貯蔵所/sh" of these とじ込み/提出するs.
    You can 立証する by typing:
    $ diff -u /選ぶ/intel/cce/9.1.047/貯蔵所/icc~ /選ぶ/intel/cce/9.1.047/貯蔵所/icc
    --- /選ぶ/intel/cce/9.1.047/貯蔵所/icc~ 2007-05-12 11:54:07.000000000 +0900
    +++ /選ぶ/intel/cce/9.1.047/貯蔵所/icc 2007-05-12 11:53:31.000000000 +0900
    @@ -1,5 +1,7 @@
    #!/貯蔵所/sh

    +輸出(する) LC_ALL=C
    +
    if [ -z "$INTEL_LICENSE_FILE" ]
    then
    INTEL_LICENSE_FILE="/選ぶ/intel/cce/9.1.047/licenses:/選ぶ/intel/licenses";

    and

    $ diff -u /選ぶ/intel/cce/9.1.047/貯蔵所/icpc~ /選ぶ/intel/cce/9.1.047/貯蔵所/icpc
    --- /選ぶ/intel/cce/9.1.047/貯蔵所/icpc~ 2007-05-12 11:40:02.000000000 +0900
    +++ /選ぶ/intel/cce/9.1.047/貯蔵所/icpc 2007-05-12 11:55:20.000000000 +0900
    @@ -1,5 +1,7 @@
    #!/貯蔵所/sh

    +輸出(する) LC_ALL=C
    +
    if [ -z "$INTEL_LICENSE_FILE" ]
    then
    INTEL_LICENSE_FILE="/選ぶ/intel/cce/9.1.047/licenses:/選ぶ/intel/licenses";
    .
    See
    http://support.intel.com/support/performancetools/fortran/linux/sb/cs-017386.htm

    for 詳細(に述べる)s.

  • 8c. 追加する setting in ~/.bashrc for Intel C/C++ compiler.
    You may want to follow the 指示/教授/教育 at 6f, if you 任命する/導入する C compiler only.

  • 9. 反映する enviromental variables in ~/.bashrc
    * logout and then login again
    or
    $ source ~/.bashrc

  • 10. TODO
    * 6f and 8c are not recommended; Setting LD_LIBRARY_PATH is evil.
    * 始める,決める appropreate 許可 for とじ込み/提出するs...

  • ライブドアブログ