hns - 日記自動生成システム - Version 2.19.9

先月 2001年05月 来月
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2001年05月05日() 旧暦 [n年日記]

#1 [MacOSX] xonx patch


#2 [MacOSX] emacs-21.0.100 を組立てた人がいるというので真似をして見る

leim-21.0.100 がなかったので leim-21.0.101 で代用
checking the machine- and system-dependent files to find out
 - which libraries the lib-src programs will want, and
 - whether the GNU malloc routines are usable
conftest.c:2: /Users/makoto/src/emacs-21.0.100/src/s/darwin.h: No such file or directory
conftest.c:3: /Users/makoto/src/emacs-21.0.100/src/m/powermac.h: No such file or directory
conftest.c:2: /Users/makoto/src/emacs-21.0.100/src/s/darwin.h: No such file or directory
conftest.c:3: /Users/makoto/src/emacs-21.0.100/src/m/powermac.h: No such file or directory
....
  What compiler should emacs be built with?               cc  -g -O2 
  Should Emacs use the GNU version of malloc?             yes
  Should Emacs use a relocating allocator for buffers?    yes
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    none
  What toolkit should Emacs use?                          none
  Where do we find X Windows header files?                NONE
  Where do we find X Windows libraries?                   NONE
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   no
  Does Emacs use -ljpeg?                                  no
  Does Emacs use -ltiff?                                  no
  Does Emacs use -lungif?                                 no
  Does Emacs use -lpng?                                   no
  Does Emacs use X toolkit scroll bars?                   no
...

ちょっと甘かった。作った人に頼んで直してもらった。
creating src/Makefile
In file included from junk.c:11:
config.h:102: warning: `HAVE_MENUS' redefined
config.h:61: warning: this is the location of the previous definition
[localhost:~/src/emacs-21.0.100] makoto% less junk.c
junk.c: No such file or directory
.....
time make
.....
macterm.h:223: conflicting types for `x_display_info_for_display'
xterm.h:377: previous declaration of `x_display_info_for_display'
macterm.h:224: conflicting types for `x_display_info_for_name'
xterm.h:378: previous declaration of `x_display_info_for_name'
こういう時は
./configure --without-x ; time make
とすればいいそうだ。
Updating /Users/makoto/src/emacs-21.0.100/leim/leim-list.el ... done
699.110u 56.080s 24:35.58 51.1% 0+0k 1692+1977io 0pf+0w
しかし起動すると、Fatal error (6).Abort になってしまう。

#3 [SPAM] (Virus) 3/25 日頃に受取った Virus 入の From: 無のメールは

Content-Type: multipart/mixed; の後が、次のようになっている。
2707: boundary="--VEDQJS1A3S16B8PQ38PMBSPU3GLYZ"
2708: boundary="--VEO5UBKHIJS9IF0X"
2709: boundary="--VEDQJS1A3S16B8PQ38PMBSPU3GLYZ"
2715: boundary="--VE927CHAFCT6389MNGPU7KL"
2716: boundary="--VE8XENGDIBS56V"
2717: boundary="--VE927CHAFCT6389MNGPU7KL"
2718: boundary="--VE8XENGDIBS56V"
--VE って何が作っているのだろう。Virus Enabled だったりして。 きょう来たものも
Received: from cello.ocn.ne.jp (cello.ocn.ne.jp [210.190.142.43])
...
Received: from x53w000w (p46-dna04oumehigasi.tokyo.ocn.ne.jp [211.129.128.46])
        by cello.ocn.ne.jp (8.9.1a/OCN/) with SMTP id LAA26511
...
Date: Sat, 5 May 2001 11:58:25 +0900 (JST)
Message-Id: <200105050258.LAA26511@cello.ocn.ne.jp>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="--VEOTUF41I3SLAZG1"

----VEOTUF41I3SLAZG1
Content-Type: text/plain; charset="us-ascii"



----VEOTUF41I3SLAZG1
Content-Type: application/octet-stream; name="ICHPFJIC.EXE"
Content-Disposition: attachment; filename="ICHPFJIC.EXE"
Content-Transfer-Encoding: base64
--VEO になっている。

#4 [Mailing-List] macosx-jp の古いメールを取寄せる

get last:500 して (mp = Multi-Part は付けない)
touch /tmp/aa
makoto@tateyama ■14:10:36/010505(~...ml/macosx-jp)> foreach i ( 35 36 37 38 39 40 )
foreach? echo $i
foreach? sed '1,/^$/d' $i | sed '/^$/d' >> /tmp/aa
foreach? end
cd /tmp
uudecode aa
tar ztvf /tmp/msend.tar.gz
その中で、
Subject: [macosx-jp:07258] Re: XFree86 キー入力 (Re: Network   関係の挙動不審)
From: akashi@boarderz.com
Date: Fri, 27 Apr 2001 19:18:29 +0900
X-ML-Name: macosx-jp
X-Mail-Count: 07258
のメールに、自分用に書足したもの。
  • 次のようにして XFree86/4.0.3 + darwin を入手する
    4.0.2/source/4.0.3 の差分 を当てて出来た XFree86-4.0.3 に、更に 4.0.3 からの Darwin 差分 を当てる
  • (あるいは) AppleからCVSで XFree86 をもってくる
    http://www.publicsource.apple.com/tools/cvs/read-only.html (次の一行目の user は 自分の userid を記入する
    [localhost:~/cvs] makoto% setenv CVSROOT :pserver:user@anoncvs.opensource.apple.com:/cvs/Darwin
    [localhost:~/cvs] makoto% cvs login
    (Logging in to mef@anoncvs.opensource.apple.com)
    CVS password:
    [localhost:~/cvs] makoto% cvs checkout -c    
    
    とすると、 一覧が表示 される。
    cvs -z3 checkout XFree86 とすればいいと思う。
  • cvs の方はなかを見たら既に 4.0.3 のようだったので xlocaleのパッチだけをあてる
    http://www.ab.wakwak.com/~tino/darwin/XFree86-4.0.3-xlocale.diff
  • XFree86/xc/config/cf/darwin.cf の StandardDefines に
    -DX_LOCALE を追加
  • cd XFree86/xc;make World;
    real 48m58.128s (Web 閲覧しながらですけど)。僕の場合は次のようにした。
    [localhost:~/cvs/XFree86/xc] makoto% time make World >& ../make-world-log
    1936.390u 863.220s 1:53:44.75 41.0%     0+0k 9053+13014io 0pf+0w
    
    [localhost:cvs/XFree86/xc] root# make install >&../make-install-log
    
    45 分とか 1:15 という話を見ていたが、このようにかかってしまった。 41% とは変。(多分 disk が遅いということ)
  • XAquaをとってくる
    http://sourceforge.net/projects/xonx/
  • 井上さんの画面から接続されて いる Web に 記述 の設置方法 にしたがって設置する
    XDarwin.dmg を開けられない。
    Application -> Diskcopy に載せたら、開いた。
  • /usr/X11R6/bin/XDarwinStartup -quartz -rootless&
  • setenv DISPLAY localhost:0.0
  • /usr/X11R6/bin/xclock&
    これで時計を表示する
  • window manager は無かな。それが rootless ?
  • どこかで読んだ通り鍵が入力出来ない
  • sleep して戻してもだめ

[macosx-jp:07187] Binary of XFree86-4.0.3 with X locale:

でも良く読んでいたら、組立済のものもあったと思う。 こっちの方が日付・番号としては古いが...
X-ML-Name: macosx-jp
X-Mail-Count: 07187
http://misc.toanet.org/darwin/epkg-0.1.0-darwin-ppc.tar.gz
http://www.ab.wakwak.com/~tino/darwin/xlocale.html



最近の日記
2024年05月08日
comparison on ./buildsh tools
2024年05月06日
py-setuptools (python 3.11.9)
make release took 1 hours and 10 min
qemu invocation for 10.99.10
2024年05月05日
Windows 10 version
serial connection
bc bench
2024年05月04日
Trial on 10.99.10
another version (later trial) to succeed
2024年04月29日
dkim
以上、1 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)