ChangeLog 最新ページ / カテゴリ最新ページ / 前ページ 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 次ページ / page 72 (84)

ひとりごと - あかぴのChangeLog by rchalow

ためしてガッテン [ひとりごと] はてぶ

特番でつまらない日々が続いているが、
ためしてガッテンはためになる。
今日は夕方に再放送もやってた。「返し油」が大切!
みのさんの番組もいいんだろうけど
あんなの見てたら毎日やらなければならないことが増えて大変になっちゃうよ。

うげっ! 夜中にNANA が始まってる

新番組 [ひとりごと] はてぶ

夕方に新しいアニメが始まった。味楽る!ミミカ

それから映画コナン

そういえば歯医者に女の子が増えてたな。
新卒なんだろうか。
新しい期だもんな。

工事終了 [ひとりごと] はてぶ

前谷地と涌谷の間のR108の工事が終わったようです。
地震の後、始まったんだから。
長かった。

今日のcozmixng [ひとりごと] はてぶ

IMAPS復旧しました。

漢字でgrep [ひとりごと] はてぶ

Rubyでやってみようと思ったが当然のように先人がいた。
  http://homepage1.nifty.com/~tetsu/ruby/cmd/rg.html
ありがたく使わせて頂いてます。

今日のcozmixng [ひとりごと] はてぶ

今朝も Webmail.cozは使うことができない
夜、復活してました。祝!

インストールは脳の訓練? [ひとりごと] はてぶ

Plamoのインストールを何回もしているがボケ防止になってるかも(笑)

今日のcozmixng [ひとりごと] はてぶ

朝、WikiLinkの表示が変更になっているようだ。右側の一覧が無い。
夕方には復活してた。

夕方 Webmail.cozを使おうとしたら

エラー:
不正な要求:IMAP server does not appear to support the authentication method selected. Please contact your system administrator.
これでIMAPなメールは読めなくなった。

風博士を試してみました [ひとりごと] はてぶ

昨日2006-03-21-1]]のつづき
[[昨日
のつづき

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/kazehakase co kazehakase
やっぱり途中で止まる。
-z3 を外したら うまくいった。
cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/kazehakase co kazehakase
それで
akapy@lw333:~/kazehakase$ ./autogen.sh
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
/usr/share/aclocal/vorbis.m4:9: warning: underquoted definition of XIPH_PATH_VORBIS
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/pstoedit.m4:7: warning: underquoted definition of AM_PATH_PSTOEDIT
/usr/share/aclocal/ogg.m4:8: warning: underquoted definition of XIPH_PATH_OGG
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
/usr/share/aclocal/libIDL.m4:6: warning: underquoted definition of AM_PATH_LIBIDL
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
aclocal:configure.in:358: warning: macro `AM_PATH_LIBGNUTLS' not found in library
configure.in: installing `./install-sh'
configure.in: installing `./missing'
ext/ruby/Makefile.am: installing `./depcomp'
src/libegg/pixbufthumbnail/Makefile.am: installing `./compile'
po/Makefile.in.in exists: use option -f if you really want to delete it.
configure.in:358: error: possibly undefined macro: AM_PATH_LIBGNUTLS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
akapy@lw333:~/kazehakase$ ./co
compile config.guess config.sub configure
akapy@lw333:~/kazehakase$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/i586-pc-linux/bin/ld
checking if the linker (/usr/i586-pc-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-pc-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i586-pc-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i586-pc-linux/bin/ld
checking if the linker (/usr/i586-pc-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-pc-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-pc-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/i586-pc-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for pkg-config... /usr/bin/pkg-config
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gawk... (cached) gawk
mozilla
checking pkg-config is at least version 0.9.0... yes
checking for MOZILLA_COMPONENT... yes
checking for compiler -fshort-wchar option... yes
-g -O2 -fno-rtti -fshort-wchar
checking for gecko version... 1.7
checking whether nsPIDOMWindow methods return nsPIDOMWindow*... no
checking whether nsIFilePicker methods expect nsAString&... yes
checking whether nsIMIMEInfo methods expect nsAString&... no
checking whether nsICacheSession methods expect nsAString&... no
checking whether nsIHelperAppLauncherDialog methods expect PRBool... yes
checking for /usr/include/mozilla-1.7.12/nsIWebProgressListener2.h... no
checking for /usr/include/mozilla-1.7.12/uriloader/nsIWebProgressListener2.h... no
checking for /usr/include/mozilla-1.7.12/nsITransfer.h... no
checking for /usr/include/mozilla-1.7.12/uriloader/nsITransfer.h... no
checking for /usr/include/mozilla-1.7.12/nsIPresContext.h... no
checking for /usr/include/mozilla-1.7.12/layout/nsIPresContext.h... yes
checking for /usr/include/mozilla-1.7.12/nsIPassword.h... yes
checking for /usr/include/mozilla-1.7.12/wallet/nsIPassword.h... no
checking whether nsIDocShell::GetSecureUI exists... no
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GTK+ - version >= 2.4.0... yes (version 2.8.8)
checking for glib-genmarshal... /usr/bin/glib-genmarshal
checking for glib-mkenums... /usr/bin/glib-mkenums
./configure: line 22937: syntax error near unexpected token `1.2.0,'
./configure: line 22937: ` AM_PATH_LIBGNUTLS(1.2.0,'
akapy@lw333:~/kazehakase$
autogen.sh で既に warning が出てますね。
./configure では syntax error ?!

SSL接続できず [ひとりごと] はてぶ

夕方からIMAPSできなくなった。
stunnelを再インストールしてみたがダメだった。
winな環境でもダメだった。
web-mailでアクセスできるから、ちょっと様子をみよう。

ひとりごと [ひとりごと] はてぶ

シャデの部屋でマドンナのLD(レーザーディスク)なんて見てしまった。
パパドントブリーチなんて懐かしい。
櫛引彩香のCD到着

風博士を試してみました [ひとりごと] はてぶ

使ってみようと思ってcvsから引っ張ろうと思ったら途中で止まっている。

cvs checkout: Updating kazehakase/src/widget
U kazehakase/src/widget/.cvsignore
U kazehakase/src/widget/Makefile.am
U kazehakase/src/widget/kz-cellrendererprogress.c
U kazehakase/src/widget/kz-cellrendererprogress.h
U kazehakase/src/widget/kz-comboboxentry.c
U kazehakase/src/widget/kz-comboboxentry.h
U kazehakase/src/widget/kz-dlist.c
U kazehakase/src/widget/kz-dlist.h
U kazehakase/src/widget/kz-entry.c
U kazehakase/src/widget/kz-entry.h
U kazehakase/src/widget/kz-input-event-box.c
U kazehakase/src/widget/kz-input-event-box.h
だんまり。。。
実家は通信環境がいまいちなので戻ったらもういちど
やってみよう。

tar ballからコンパイルしとこ。

./conigure
make
# make install
/usr/local/lib に PATHが通ってないと動かない。
動いたけど落ちる。
akapy@lw333:~$ kazehakase &
[1] 2189
akapy@lw333:~$
(kazehakase:2189): Gtk-WARNING **: invalid cast from `(unknown)' to `(unknown)'

(kazehakase:2189): Gtk-CRITICAL **: file gtksignal.c: line 725 (gtk_signal_connect): assertion `GTK_IS_OBJECT (object)' failed.

(kazehakase:2189): Gtk-WARNING **: invalid cast from `(unknown)' to `(unknown)'

(kazehakase:2189): Gtk-CRITICAL **: file gtksignal.c: line 725 (gtk_signal_connect): assertion `GTK_IS_OBJECT (object)' failed.

あっしの PCにはKDEとかGNOMEとかが入っていないからか?
それともPlamo4.2β2 固有の問題か?

Referrer (Inside): [2006-03-22-1]

墓参り [ひとりごと] はてぶ

WBCを見るためなのか? いつもよりペースが速い。
暴風で大変。線香には火をつけなかった。
太田の墓石がなくなってた。他のとこに移動したらしい。
犬のポポの供養をしようとペット用の火葬場まで行ったが、
休日で閉まっていた。ゴミ処理施設 気仙沼地方クリーン・ヒル・センター
  http://www.k-macs.ne.jp/~c-hill/about5.htm

[ひとりごと] はてぶ

西遊記を見て泣いてしまった。
姪に笑われているかもしれない。

実家の犬が死んだそうだ。尿道結石だったらしい。
壮絶な死だったとシャデが言ってた。
明日、拝んでおこう。

仮眠 [ひとりごと] はてぶ

サヴァイヴに備えて寝てみようとしたがうまくいかなかった。
ゆうべの疲れもあったんだけどね。

時効警察 [ひとりごと] はてぶ

時効警察も最終回か。

映画館 [映画][ひとりごと] はてぶ

MOVIX利府ワーナー・マイカル・シネマズ石巻
のどちらに行こうか悩むことがあるんだけど、結局は割引の種類の多い
MOVIXに行っちゃうのよね。
モーニングファーストショー or メンズデー

歯医者 [ひとりごと] はてぶ

ここのところ歯茎の腫れることがあったので歯医者に行ってみた。
2年ぶりくらいだろうか?
女の子が1人しかいなかった。
その女の子も替わっていた。
治療イスに6インチくらいの画面が取り付けてあってDVDが流れていた。

飲んだものの記録 [W89][ひとりごと] はてぶ

1 にごり酒ぬぐだ丸 1.8リットル 秋田清酒
2 久保田 萬壽 720ミリリットル 朝日酒造
3 久保田 紅壽 720ミリリットル 朝日酒造
4 瓶ビール 大ビン8本
5 蔵王スター[白・辛口] 1.8リットル タケダワイナリー
6 ジョルジュ デュブッフ ボジョレー・ヴィラージュ ヌーヴォー2005 750ミリリットル 生産フランス
7 高畠 ルオールカベルネ&メルロ 720ミリリットル 高畠ワイン
8 山内杜氏 純米酒 720ミリリットル 備前酒造
9 2004トリッテンハイマー・アルターヒェン リースニング カビネット 750ミリリットル 生産ドイツ
10 2003ボール・フォーラス 750ミリリットル 生産ハンガリー

最終更新時間: 2025-02-12 15:19