2007年7月アーカイブ
GoogleReaderのショートカットキー
- Date
- '07-07-31(火曜日) 16:58:46
- Category
- コンピュータ
| j/k | 記事の選択カーソル上芸道 |
| space/shift-space | ページの上芸道 |
| n/p | List view の時に、カーソルを動かすが記事を開かない。 |
| o | List view の時に、記事の内容表示/非表示を切り替える |
| enter | List view の時に、記事の内容表示/非表示を切り替える |
| s | スターの付け剥がしをトグル切り替え |
| shift-s | 共有のon/off切り替え |
| m | 未読/既読の切り替え |
| t | tag an item opens the tagging field for the selected item |
| v | view original opens the original source for this article in a new window |
| shift-a | mark all as read marks all items in the current view as read |
| 1 | expanded view displays the subscription as expanded items |
| 2 | list view displays the subscription as a list of headlines |
| r | refresh refreshes the unread counts in the navigation |
| shift-n/p | navigation down/up selects the next/previous subscription or folder in the navigation |
| shift-x | navigation expand/collapse expand or collapse a folder selected in the navigation |
| shift-o | navigation open subscription opens the item currently selected in the navigation |
| gh | go to home goes to the Google Reader homepage |
| ga | go to all items goes to the "All items" view |
| gs | go to starred items goes to the "Starred items" view |
| gt | go to tag allows you to navigate to a tag by entering the tag name |
| gu | go to subscription allows you to navigate to a subscription by entering the subscription name |
| u | toggle full screen mode hides and shows the list of subscriptions |
| ? | keyboard shortcuts help displays a quick guide to all of Reader's shortcuts |
GoogleReaderをさらに便利にするBetterGreader
- Date
- '07-07-30(月曜日) 15:40:01
- Category
- コンピュータ
FireFoxのRSSリーダープラグインが今ひとつなんでGoogleReaderに移行することにした
BetterGreader
GoogleReaderのまとめサイト
GoogleのrssリーダーであるGoogleReader(Lab)のExtentionのBetterGreaderを入れてみた。
RSSが見つかるとクライアント領域の右上に[RSS]をいう画像が表示されて、そこをクリックすると
GoogleReaderに登録できるというプラグイン
だが、[RSS]と表示されるはずが画面からはみ出て[RS]までしか表示されていなかったので修正した
C:\Documents and Settings\
にある
bettergreader.jarを展開し
content/userscript/smartsubscribe.js 内の24行目
GM_addStyle('#JGRSmain { position: fixed; z-index: 32767; top: 0; right: 0; padding: 0 0 0 20px; min-height: 20px; background: 2px 2px url("chrome://browser/skin/page-livemarks.png") no-repeat; }');
のpadding: 0 0 0 20px; をpadding: 0 0 0 28px; に修正
GM_addStyle('#JGRSmain { position: fixed; z-index: 32767; top: 0; right: 0; padding: 0 0 0 28px; min-height: 20px; background: 2px 2px url("chrome://browser/skin/page-livemarks.png") no-repeat; }');
これでRSSと表示されるようになった。
でもちょっとウザイので普段見るサイトを一通り登録したら削除だな。
とんかつのセミヌード
- Date
- '07-07-29(日曜日) 02:47:09
- Category
- お絵描き
mfiler2 3.1.2cコンパイルログ
- Date
- '07-07-26(木曜日) 17:14:23
- Category
- コンピュータ
configureで警告が出たけど問題ないのかしらん?
MLで聞くかな
[hoge@hostname mfiler2-3.1.2c]# ./configure --with-ruby-header-path=/usr/lib64/ruby/1.8/x86_64-linux/ --with-ruby-lib-path=/usr/lib64 --with-ruby-lib-name=ruby
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 ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking OperatingSystem... Linux
checking for sighandler_t... no
checking for sig_t... yes
checking for __signalhandler_t... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 whether environ is declared... no
checking HaveCurses... -lcurses
checking Ruby... ruby
checking HaveMigemo... yes
checking RubyPath... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting
config.status: creating config.h[hoge@hostname mfiler2-3.1.2c]# vi minato_lib/Makefile.in
[hoge@hostname mfiler2-3.1.2c]# make
cd onig-4.6.1 && ./configure && make
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
./configure: line 1976: test: =: unary operator expected
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-redhat-linux-gnu
checking host system type... x86_64-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/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... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... f95
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f95 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/bin/ld -m elf_x86_64) 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... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 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/bin/ld -m elf_x86_64) 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... yes
checking for f95 option to produce PIC... -fPIC
checking if f95 PIC flag -fPIC works... yes
checking if f95 supports -c -o file.o... yes
checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) 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 a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 8
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for working memcmp... yes
checking for prototypes... yes
checking for variable length prototypes and stdarg.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating onig-config
config.status: creating sample/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default commands
make[1]: ディレクトリ `/usr/src/redhat/SOURCES/mfiler2-3.1.2c/onig-4.6.1' に入ります
make all-recursive
make[2]: ディレクトリ `/usr/src/redhat/SOURCES/mfiler2-3.1.2c/onig-4.6.1' に入ります
Making all in .
make[3]: ディレクトリ `/usr/src/redhat/SOURCES/mfiler2-3.1.2c/onig-4.6.1' に入ります
regerror.lo -MD -MP -MF ".deps/regerror.Tpo" -c -o regerror.lo regerror.c; \
then mv -f ".deps/regerror.Tpo" ".deps/regerror.Plo"; else rm -f ".deps/regerror.Tpo"; exit 1; fi
mkdir .libs
regerror.c -fPIC -DPIC -o .libs/regerror.o
regerror.c -o regerror.o >/dev/null 2>&1
regparse.lo -MD -MP -MF ".deps/regparse.Tpo" -c -o regparse.lo regparse.c; \
then mv -f ".deps/regparse.Tpo" ".deps/regparse.Plo"; else rm -f ".deps/regparse.Tpo"; exit 1; fi
regparse.c -fPIC -DPIC -o .libs/regparse.o
regparse.c -o regparse.o >/dev/null 2>&1
regext.lo -MD -MP -MF ".deps/regext.Tpo" -c -o regext.lo regext.c; \
then mv -f ".deps/regext.Tpo" ".deps/regext.Plo"; else rm -f ".deps/regext.Tpo"; exit 1; fi
ext.c -fPIC -DPIC -o .libs/regext.o
ext.c -o regext.o >/dev/null 2>&1
regcomp.lo -MD -MP -MF ".deps/regcomp.Tpo" -c -o regcomp.lo regcomp.c; \
then mv -f ".deps/regcomp.Tpo" ".deps/regcomp.Plo"; else rm -f ".deps/regcomp.Tpo"; exit 1; fi
egcomp.c -fPIC -DPIC -o .libs/regcomp.o
egcomp.c -o regcomp.o >/dev/null 2>&1
regexec.lo -MD -MP -MF ".deps/regexec.Tpo" -c -o regexec.lo regexec.c; \
then mv -f ".deps/regexec.Tpo" ".deps/regexec.Plo"; else rm -f ".deps/regexec.Tpo"; exit 1; fi
egexec.c -fPIC -DPIC -o .libs/regexec.o
egexec.c -o regexec.o >/dev/null 2>&1
reggnu.lo -MD -MP -MF ".deps/reggnu.Tpo" -c -o reggnu.lo reggnu.c; \
then mv -f ".deps/reggnu.Tpo" ".deps/reggnu.Plo"; else rm -f ".deps/reggnu.Tpo"; exit 1; fi
gnu.c -fPIC -DPIC -o .libs/reggnu.o
gnu.c -o reggnu.o >/dev/null 2>&1
regenc.lo -MD -MP -MF ".deps/regenc.Tpo" -c -o regenc.lo regenc.c; \
then mv -f ".deps/regenc.Tpo" ".deps/regenc.Plo"; else rm -f ".deps/regenc.Tpo"; exit 1; fi
enc.c -fPIC -DPIC -o .libs/regenc.o
enc.c -o regenc.o >/dev/null 2>&1
regsyntax.lo -MD -MP -MF ".deps/regsyntax.Tpo" -c -o regsyntax.lo regsyntax.c; \
then mv -f ".deps/regsyntax.Tpo" ".deps/regsyntax.Plo"; else rm -f ".deps/regsyntax.Tpo"; exit 1; fi
-c regsyntax.c -fPIC -DPIC -o .libs/regsyntax.o
-c regsyntax.c -o regsyntax.o >/dev/null 2>&1
regtrav.lo -MD -MP -MF ".deps/regtrav.Tpo" -c -o regtrav.lo regtrav.c; \
then mv -f ".deps/regtrav.Tpo" ".deps/regtrav.Plo"; else rm -f ".deps/regtrav.Tpo"; exit 1; fi
egtrav.c -fPIC -DPIC -o .libs/regtrav.o
egtrav.c -o regtrav.o >/dev/null 2>&1
regversion.lo -MD -MP -MF ".deps/regversion.Tpo" -c -o regversion.lo regversion.c; \
then mv -f ".deps/regversion.Tpo" ".deps/regversion.Plo"; else rm -f ".deps/regversion.Tpo"; exit 1; fi
o -c regversion.c -fPIC -DPIC -o .libs/regversion.o
o -c regversion.c -o regversion.o >/dev/null 2>&1
st.lo -MD -MP -MF ".deps/st.Tpo" -c -o st.lo st.c; \
then mv -f ".deps/st.Tpo" ".deps/st.Plo"; else rm -f ".deps/st.Tpo"; exit 1; fi
-DPIC -o .libs/st.o
o >/dev/null 2>&1
regposix.lo -MD -MP -MF ".deps/regposix.Tpo" -c -o regposix.lo regposix.c; \
then mv -f ".deps/regposix.Tpo" ".deps/regposix.Plo"; else rm -f ".deps/regposix.Tpo"; exit 1; fi
regposix.c -fPIC -DPIC -o .libs/regposix.o
regposix.c -o regposix.o >/dev/null 2>&1
regposerr.lo -MD -MP -MF ".deps/regposerr.Tpo" -c -o regposerr.lo regposerr.c; \
then mv -f ".deps/regposerr.Tpo" ".deps/regposerr.Plo"; else rm -f ".deps/regposerr.Tpo"; exit 1; fi
-c regposerr.c -fPIC -DPIC -o .libs/regposerr.o
-c regposerr.c -o regposerr.o >/dev/null 2>&1
unicode.lo -MD -MP -MF ".deps/unicode.Tpo" -c -o unicode.lo `test -f './enc/unicode.c' || echo './'`./enc/unicode.c; \
then mv -f ".deps/unicode.Tpo" ".deps/unicode.Plo"; else rm -f ".deps/unicode.Tpo"; exit 1; fi
/enc/unicode.c -fPIC -DPIC -o .libs/unicode.o
/enc/unicode.c -o unicode.o >/dev/null 2>&1
ascii.lo -MD -MP -MF ".deps/ascii.Tpo" -c -o ascii.lo `test -f './enc/ascii.c' || echo './'`./enc/ascii.c; \
then mv -f ".deps/ascii.Tpo" ".deps/ascii.Plo"; else rm -f ".deps/ascii.Tpo"; exit 1; fi
/ascii.c -fPIC -DPIC -o .libs/ascii.o
/ascii.c -o ascii.o >/dev/null 2>&1
utf8.lo -MD -MP -MF ".deps/utf8.Tpo" -c -o utf8.lo `test -f './enc/utf8.c' || echo './'`./enc/utf8.c; \
then mv -f ".deps/utf8.Tpo" ".deps/utf8.Plo"; else rm -f ".deps/utf8.Tpo"; exit 1; fi
tf8.c -fPIC -DPIC -o .libs/utf8.o
tf8.c -o utf8.o >/dev/null 2>&1
utf16_be.lo -MD -MP -MF ".deps/utf16_be.Tpo" -c -o utf16_be.lo `test -f './enc/utf16_be.c' || echo './'`./enc/utf16_be.c; \
then mv -f ".deps/utf16_be.Tpo" ".deps/utf16_be.Plo"; else rm -f ".deps/utf16_be.Tpo"; exit 1; fi
./enc/utf16_be.c -fPIC -DPIC -o .libs/utf16_be.o
./enc/utf16_be.c -o utf16_be.o >/dev/null 2>&1
utf16_le.lo -MD -MP -MF ".deps/utf16_le.Tpo" -c -o utf16_le.lo `test -f './enc/utf16_le.c' || echo './'`./enc/utf16_le.c; \
then mv -f ".deps/utf16_le.Tpo" ".deps/utf16_le.Plo"; else rm -f ".deps/utf16_le.Tpo"; exit 1; fi
./enc/utf16_le.c -fPIC -DPIC -o .libs/utf16_le.o
./enc/utf16_le.c -o utf16_le.o >/dev/null 2>&1
utf32_be.lo -MD -MP -MF ".deps/utf32_be.Tpo" -c -o utf32_be.lo `test -f './enc/utf32_be.c' || echo './'`./enc/utf32_be.c; \
then mv -f ".deps/utf32_be.Tpo" ".deps/utf32_be.Plo"; else rm -f ".deps/utf32_be.Tpo"; exit 1; fi
./enc/utf32_be.c -fPIC -DPIC -o .libs/utf32_be.o
./enc/utf32_be.c -o utf32_be.o >/dev/null 2>&1
utf32_le.lo -MD -MP -MF ".deps/utf32_le.Tpo" -c -o utf32_le.lo `test -f './enc/utf32_le.c' || echo './'`./enc/utf32_le.c; \
then mv -f ".deps/utf32_le.Tpo" ".deps/utf32_le.Plo"; else rm -f ".deps/utf32_le.Tpo"; exit 1; fi
./enc/utf32_le.c -fPIC -DPIC -o .libs/utf32_le.o
./enc/utf32_le.c -o utf32_le.o >/dev/null 2>&1
euc_jp.lo -MD -MP -MF ".deps/euc_jp.Tpo" -c -o euc_jp.lo `test -f './enc/euc_jp.c' || echo './'`./enc/euc_jp.c; \
then mv -f ".deps/euc_jp.Tpo" ".deps/euc_jp.Plo"; else rm -f ".deps/euc_jp.Tpo"; exit 1; fi
nc/euc_jp.c -fPIC -DPIC -o .libs/euc_jp.o
nc/euc_jp.c -o euc_jp.o >/dev/null 2>&1
sjis.lo -MD -MP -MF ".deps/sjis.Tpo" -c -o sjis.lo `test -f './enc/sjis.c' || echo './'`./enc/sjis.c; \
then mv -f ".deps/sjis.Tpo" ".deps/sjis.Plo"; else rm -f ".deps/sjis.Tpo"; exit 1; fi
jis.c -fPIC -DPIC -o .libs/sjis.o
jis.c -o sjis.o >/dev/null 2>&1
c; \
then mv -f ".deps/iso8859_1.Tpo" ".deps/iso8859_1.Plo"; else rm -f ".deps/iso8859_1.Tpo"; exit 1; fi
-c ./enc/iso8859_1.c -fPIC -DPIC -o .libs/iso8859_1.o
-c ./enc/iso8859_1.c -o iso8859_1.o >/dev/null 2>&1
c; \
then mv -f ".deps/iso8859_2.Tpo" ".deps/iso8859_2.Plo"; else rm -f ".deps/iso8859_2.Tpo"; exit 1; fi
-c ./enc/iso8859_2.c -fPIC -DPIC -o .libs/iso8859_2.o
-c ./enc/iso8859_2.c -o iso8859_2.o >/dev/null 2>&1
c; \
then mv -f ".deps/iso8859_3.Tpo" ".deps/iso8859_3.Plo"; else rm -f ".deps/iso8859_3.Tpo"; exit 1; fi
-c ./enc/iso8859_3.c -fPIC -DPIC -o .libs/iso8859_3.o
-c ./enc/iso8859_3.c -o iso8859_3.o >/dev/null 2>&1
c; \
then mv -f ".deps/iso8859_4.Tpo" ".deps/iso8859_4.Plo"; else rm -f ".deps/iso8859_4.Tpo"; exit 1; fi
-c ./enc/iso8859_4.c -fPIC -DPIC -o .libs/iso8859_4.o
-c ./enc/iso8859_4.c -o iso8859_4.o >/dev/null 2>&1
c; \
then mv -f ".deps/iso8859_5.Tpo" ".deps/iso8859_5.Plo"; else rm -f ".deps/iso8859_5.Tpo"; exit 1; fi
-c ./enc/iso8859_5.c -fPIC -DPIC -o .libs/iso8859_5.o
-c ./enc/iso8859_5.c -o iso8859_5.o >/dev/null 2>&1
c; \
then mv -f ".deps/iso8859_6.Tpo" ".deps/iso8859_6.Plo"; else rm -f ".deps/iso8859_6.Tpo"; exit 1; fi
-c ./enc/iso8859_6.c -fPIC -DPIC -o .libs/iso8859_6.o
-c ./enc/iso8859_6.c -o iso8859_6.o >/dev/null 2>&1
c; \
then mv -f ".deps/iso8859_7.Tpo" ".deps/iso8859_7.Plo"; else rm -f ".deps/iso8859_7.Tpo"; exit 1; fi
-c ./enc/iso8859_7.c -fPIC -DPIC -o .libs/iso8859_7.o
-c ./enc/iso8859_7.c -o iso8859_7.o >/dev/null 2>&1
c; \
then mv -f ".deps/iso8859_8.Tpo" ".deps/iso8859_8.Plo"; else rm -f ".deps/iso8859_8.Tpo"; exit 1; fi
-c ./enc/iso8859_8.c -fPIC -DPIC -o .libs/iso8859_8.o
-c ./enc/iso8859_8.c -o iso8859_8.o >/dev/null 2>&1
c; \
then mv -f ".deps/iso8859_9.Tpo" ".deps/iso8859_9.Plo"; else rm -f ".deps/iso8859_9.Tpo"; exit 1; fi
-c ./enc/iso8859_9.c -fPIC -DPIC -o .libs/iso8859_9.o
-c ./enc/iso8859_9.c -o iso8859_9.o >/dev/null 2>&1
9_10.c; \
then mv -f ".deps/iso8859_10.Tpo" ".deps/iso8859_10.Plo"; else rm -f ".deps/iso8859_10.Tpo"; exit 1; fi
o -c ./enc/iso8859_10.c -fPIC -DPIC -o .libs/iso8859_10.o
o -c ./enc/iso8859_10.c -o iso8859_10.o >/dev/null 2>&1
9_11.c; \
then mv -f ".deps/iso8859_11.Tpo" ".deps/iso8859_11.Plo"; else rm -f ".deps/iso8859_11.Tpo"; exit 1; fi
o -c ./enc/iso8859_11.c -fPIC -DPIC -o .libs/iso8859_11.o
o -c ./enc/iso8859_11.c -o iso8859_11.o >/dev/null 2>&1
9_13.c; \
then mv -f ".deps/iso8859_13.Tpo" ".deps/iso8859_13.Plo"; else rm -f ".deps/iso8859_13.Tpo"; exit 1; fi
o -c ./enc/iso8859_13.c -fPIC -DPIC -o .libs/iso8859_13.o
o -c ./enc/iso8859_13.c -o iso8859_13.o >/dev/null 2>&1
9_14.c; \
then mv -f ".deps/iso8859_14.Tpo" ".deps/iso8859_14.Plo"; else rm -f ".deps/iso8859_14.Tpo"; exit 1; fi
o -c ./enc/iso8859_14.c -fPIC -DPIC -o .libs/iso8859_14.o
o -c ./enc/iso8859_14.c -o iso8859_14.o >/dev/null 2>&1
9_15.c; \
then mv -f ".deps/iso8859_15.Tpo" ".deps/iso8859_15.Plo"; else rm -f ".deps/iso8859_15.Tpo"; exit 1; fi
o -c ./enc/iso8859_15.c -fPIC -DPIC -o .libs/iso8859_15.o
o -c ./enc/iso8859_15.c -o iso8859_15.o >/dev/null 2>&1
9_16.c; \
then mv -f ".deps/iso8859_16.Tpo" ".deps/iso8859_16.Plo"; else rm -f ".deps/iso8859_16.Tpo"; exit 1; fi
o -c ./enc/iso8859_16.c -fPIC -DPIC -o .libs/iso8859_16.o
o -c ./enc/iso8859_16.c -o iso8859_16.o >/dev/null 2>&1
euc_tw.lo -MD -MP -MF ".deps/euc_tw.Tpo" -c -o euc_tw.lo `test -f './enc/euc_tw.c' || echo './'`./enc/euc_tw.c; \
then mv -f ".deps/euc_tw.Tpo" ".deps/euc_tw.Plo"; else rm -f ".deps/euc_tw.Tpo"; exit 1; fi
nc/euc_tw.c -fPIC -DPIC -o .libs/euc_tw.o
nc/euc_tw.c -o euc_tw.o >/dev/null 2>&1
euc_kr.lo -MD -MP -MF ".deps/euc_kr.Tpo" -c -o euc_kr.lo `test -f './enc/euc_kr.c' || echo './'`./enc/euc_kr.c; \
then mv -f ".deps/euc_kr.Tpo" ".deps/euc_kr.Plo"; else rm -f ".deps/euc_kr.Tpo"; exit 1; fi
nc/euc_kr.c -fPIC -DPIC -o .libs/euc_kr.o
nc/euc_kr.c -o euc_kr.o >/dev/null 2>&1
big5.lo -MD -MP -MF ".deps/big5.Tpo" -c -o big5.lo `test -f './enc/big5.c' || echo './'`./enc/big5.c; \
then mv -f ".deps/big5.Tpo" ".deps/big5.Plo"; else rm -f ".deps/big5.Tpo"; exit 1; fi
ig5.c -fPIC -DPIC -o .libs/big5.o
ig5.c -o big5.o >/dev/null 2>&1
gb18030.lo -MD -MP -MF ".deps/gb18030.Tpo" -c -o gb18030.lo `test -f './enc/gb18030.c' || echo './'`./enc/gb18030.c; \
then mv -f ".deps/gb18030.Tpo" ".deps/gb18030.Plo"; else rm -f ".deps/gb18030.Tpo"; exit 1; fi
/enc/gb18030.c -fPIC -DPIC -o .libs/gb18030.o
/enc/gb18030.c -o gb18030.o >/dev/null 2>&1
koi8_r.lo -MD -MP -MF ".deps/koi8_r.Tpo" -c -o koi8_r.lo `test -f './enc/koi8_r.c' || echo './'`./enc/koi8_r.c; \
then mv -f ".deps/koi8_r.Tpo" ".deps/koi8_r.Plo"; else rm -f ".deps/koi8_r.Tpo"; exit 1; fi
nc/koi8_r.c -fPIC -DPIC -o .libs/koi8_r.o
nc/koi8_r.c -o koi8_r.o >/dev/null 2>&1
lo iso8859_13.lo iso8859_14.lo iso8859_15.lo iso8859_16.lo euc_tw.lo euc_kr.lo big5.lo gb18030.lo koi8_r.lo
s/libonig.so.1.0.0
(cd .libs && rm -f libonig.so.1 && ln -s libonig.so.1.0.0 libonig.so.1)
(cd .libs && rm -f libonig.so && ln -s libonig.so.1.0.0 libonig.so)
iso8859_13.o iso8859_14.o iso8859_15.o iso8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o
ranlib .libs/libonig.a
creating libonig.la
(cd .libs && rm -f libonig.la && ln -s ../libonig.la libonig.la)
make[3]: ディレクトリ `/usr/src/redhat/SOURCES/mfiler2-3.1.2c/onig-4.6.1' から出ます
Making all in sample
make[3]: ディレクトリ `/usr/src/redhat/SOURCES/mfiler2-3.1.2c/onig-4.6.1/sample' に入ります
ode.o encode.c; \
then mv -f ".deps/encode.Tpo" ".deps/encode.Po"; else rm -f ".deps/encode.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o encode encode.o ../libonig.la
mkdir .libs
gcc -g -O2 -o .libs/encode encode.o ../.libs/libonig.so
creating encode
istcap.o listcap.c; \
then mv -f ".deps/listcap.Tpo" ".deps/listcap.Po"; else rm -f ".deps/listcap.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o listcap listcap.o ../libonig.la
gcc -g -O2 -o .libs/listcap listcap.o ../.libs/libonig.so
creating listcap
.o names.c; \
then mv -f ".deps/names.Tpo" ".deps/names.Po"; else rm -f ".deps/names.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o names names.o ../libonig.la
gcc -g -O2 -o .libs/names names.o ../.libs/libonig.so
creating names
.o posix.c; \
then mv -f ".deps/posix.Tpo" ".deps/posix.Po"; else rm -f ".deps/posix.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o posix posix.o ../libonig.la
gcc -g -O2 -o .libs/posix posix.o ../.libs/libonig.so
creating posix
ple.o simple.c; \
then mv -f ".deps/simple.Tpo" ".deps/simple.Po"; else rm -f ".deps/simple.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o simple simple.o ../libonig.la
gcc -g -O2 -o .libs/simple simple.o ../.libs/libonig.so
creating simple
.c; \
then mv -f ".deps/sql.Tpo" ".deps/sql.Po"; else rm -f ".deps/sql.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o sql sql.o ../libonig.la
gcc -g -O2 -o .libs/sql sql.o ../.libs/libonig.so
creating sql
tax.o syntax.c; \
then mv -f ".deps/syntax.Tpo" ".deps/syntax.Po"; else rm -f ".deps/syntax.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o syntax syntax.o ../libonig.la
gcc -g -O2 -o .libs/syntax syntax.o ../.libs/libonig.so
creating syntax
make[3]: ディレクトリ `/usr/src/redhat/SOURCES/mfiler2-3.1.2c/onig-4.6.1/sample' から出ます
make[2]: ディレクトリ `/usr/src/redhat/SOURCES/mfiler2-3.1.2c/onig-4.6.1' から出ます
make[1]: ディレクトリ `/usr/src/redhat/SOURCES/mfiler2-3.1.2c/onig-4.6.1' から出ます
IR=\"/usr/local/etc\"
mv main.o bin/
gcc -c command.cpp -I . -L/usr/local/lib -g -I onig-4.6.1 -I /usr/lib64/ruby/1.8/x86_64-linux/
mv command.o bin/
gcc -c cmdline.cpp -I . -L/usr/local/lib -g -I onig-4.6.1 -I /usr/lib64/ruby/1.8/x86_64-linux/
mv cmdline.o bin/
gcc -c shell.cpp -I . -L/usr/local/lib -g -I onig-4.6.1 -I /usr/lib64/ruby/1.8/x86_64-linux/
mv shell.o bin/
gcc -c cmdline_completion.cpp -I . -L/usr/local/lib -g -I onig-4.6.1 -I /usr/lib64/ruby/1.8/x86_64-linux/
mv cmdline_completion.o bin/
gcc -c cmdline_alias.cpp -I . -L/usr/local/lib -g -I onig-4.6.1 -I /usr/lib64/ruby/1.8/x86_64-linux/
mv cmdline_alias.o bin/
gcc -c cmdline_history.cpp -I . -L/usr/local/lib -g -I onig-4.6.1 -I /usr/lib64/ruby/1.8/x86_64-linux/
mv cmdline_history.o bin/
gcc -c cmdline_macro.cpp -I . -L/usr/local/lib -g -I onig-4.6.1 -I /usr/lib64/ruby/1.8/x86_64-linux/
mv cmdline_macro.o bin/
gcc -c dirwnd.cpp -I . -L/usr/local/lib -g -I onig-4.6.1 -I /usr/lib64/ruby/1.8/x86_64-linux/
mv dirwnd.o bin/
gcc -c dirwnd_attribute.cpp -I . -L/usr/local/lib -g -I onig-4.6.1 -I /usr/lib64/ruby/1.8/x86_64-linux/
mv dirwnd_attribute.o bin/
gcc -c dirwnd_sort.cpp -I . -L/usr/local/lib -g -I onig-4.6.1 -I /usr/lib64/ruby/1.8/x86_64-linux/
mv dirwnd_sort.o bin/
gcc -c dirwnd_view.cpp -I . -L/usr/local/lib -g -I onig-4.6.1 -I /usr/lib64/ruby/1.8/x86_64-linux/
dirwnd_view.cpp: In member function ‘void cDirWnd::View()’:
dirwnd_view.cpp:449: 警告: converting to ‘int’ from ‘float’
dirwnd_view.cpp:621: 警告: converting to ‘int’ from ‘float’
dirwnd_view.cpp:795: 警告: converting to ‘int’ from ‘float’
dirwnd_view.cpp:971: 警告: converting to ‘int’ from ‘float’
dirwnd_view.cpp:1153: 警告: converting to ‘int’ from ‘float’
mv dirwnd_view.o bin/
gcc -c dirwnd_tab.cpp -I . -L/usr/local/lib -g -I onig-4.6.1 -I /usr/lib64/ruby/1.8/x86_64-linux/
mv dirwnd_tab.o bin/
gcc -c menu.cpp -I . -L/usr/local/lib -g -I onig-4.6.1 -I /usr/lib64/ruby/1.8/x86_64-linux/
mv menu.o bin/
gcc -c file.cpp -I . -L/usr/local/lib -g -I onig-4.6.1 -I /usr/lib64/ruby/1.8/x86_64-linux/
mv file.o bin/
gcc -c help.cpp -I . -L/usr/local/lib -g -I onig-4.6.1 -I /usr/lib64/ruby/1.8/x86_64-linux/
mv help.o bin/
\"
mv isearch.o bin/
gcc -c extra.cpp -I . -L/usr/local/lib -g -I onig-4.6.1 -I /usr/lib64/ruby/1.8/x86_64-linux/
mv extra.o bin/
cd minato_lib && ./configure --with-ruby-header-path="-I /usr/lib64/ruby/1.8/x86_64-linux/" && make
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 OS... Linux
checking RubyPath... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
make[1]: ディレクトリ `/usr/src/redhat/SOURCES/mfiler2-3.1.2c/minato_lib' に入ります
gcc -c minato_list.c -g -I /usr/local/include -I /usr/lib64/ruby/1.8/x86_64-linux/
mv minato_list.o bin/
gcc -c minato_hash.c -g -I /usr/local/include -I /usr/lib64/ruby/1.8/x86_64-linux/
minato_hash.c: In function ‘hash_new’:
minato_hash.c:39: 警告: incompatible implicit declaration of built-in function ‘memset’
minato_hash.c: In function ‘hash_show’:
minato_hash.c:201: 警告: incompatible implicit declaration of built-in function ‘strcpy’
minato_hash.c:205: 警告: incompatible implicit declaration of built-in function ‘strlen’
minato_hash.c:213: 警告: incompatible implicit declaration of built-in function ‘strcat’
mv minato_hash.o bin/
gcc -c minato_vector.c -g -I /usr/local/include -I /usr/lib64/ruby/1.8/x86_64-linux/
minato_vector.c: In function ‘vector_insert’:
minato_vector.c:80: 警告: incompatible implicit declaration of built-in function ‘memmove’
minato_vector.c: In function ‘vector_erase’:
minato_vector.c:111: 警告: incompatible implicit declaration of built-in function ‘memmove’
mv minato_vector.o bin/
gcc -c minato_string.c -g -I /usr/local/include -I /usr/lib64/ruby/1.8/x86_64-linux/
minato_string.c: In function ‘string_new’:
minato_string.c:12: 警告: incompatible implicit declaration of built-in function ‘strlen’
minato_string.c:18: 警告: incompatible implicit declaration of built-in function ‘strcpy’
minato_string.c: In function ‘string_insert’:
minato_string.c:58: 警告: incompatible implicit declaration of built-in function ‘strlen’
minato_string.c:65: 警告: incompatible implicit declaration of built-in function ‘memcpy’
minato_string.c:67: 警告: incompatible implicit declaration of built-in function ‘strcpy’
minato_string.c:77: 警告: incompatible implicit declaration of built-in function ‘memcpy’
minato_string.c:79: 警告: incompatible implicit declaration of built-in function ‘strcpy’
minato_string.c: In function ‘string_erase’:
minato_string.c:117: 警告: incompatible implicit declaration of built-in function ‘memmove’
minato_string.c: In function ‘string_put’:
minato_string.c:128: 警告: incompatible implicit declaration of built-in function ‘strlen’
minato_string.c:130: 警告: incompatible implicit declaration of built-in function ‘strcpy’
minato_string.c:139: 警告: incompatible implicit declaration of built-in function ‘strcpy’
minato_string.c: In function ‘string_trunc’:
minato_string.c:149: 警告: incompatible implicit declaration of built-in function ‘strlen’
mv minato_string.o bin/
gcc -c minato_curses.c -g -I /usr/local/include -I wkf-1.3.9 -I /usr/lib64/ruby/1.8/x86_64-linux/
mv minato_curses.o bin/
gcc -c minato_extra.c -g -I /usr/local/include -I /usr/lib64/ruby/1.8/x86_64-linux/
minato_extra.c: In function ‘extname’:
minato_extra.c:16: 警告: incompatible implicit declaration of built-in function ‘strlen’
minato_extra.c: In function ‘noextname’:
minato_extra.c:36: 警告: incompatible implicit declaration of built-in function ‘strlen’
minato_extra.c:40: 警告: incompatible implicit declaration of built-in function ‘memcpy’
minato_extra.c: In function ‘parentname’:
minato_extra.c:58: 警告: incompatible implicit declaration of built-in function ‘strlen’
minato_extra.c:61: 警告: incompatible implicit declaration of built-in function ‘memcpy’
minato_extra.c: In function ‘mystrtolower’:
minato_extra.c:169: 警告: incompatible implicit declaration of built-in function ‘strlen’
mv minato_extra.o bin/
gcc -c minato_debug.c -g -I /usr/local/include -I /usr/lib64/ruby/1.8/x86_64-linux/
mv minato_debug.o bin/
gcc -c minato_ruby.c -g -I /usr/local/include -I /usr/lib64/ruby/1.8/x86_64-linux/
mv minato_ruby.o bin/
cd wkf-1.3.9 && ./configure --build=i386 && make
checking build system type... i386-pc-none
checking host system type... i386-pc-none
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 how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for ld... /usr/bin/ld
checking for rm... /bin/rm
checking for mv... /bin/mv
checking for cp... /bin/cp
checking for gnroff... /usr/bin/gnroff
checking for mkdir... /bin/mkdir
checking for exctags... no
checking for ctags... /usr/bin/ctags
checking for vim... /usr/bin/vim
no
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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for function prototypes... yes
checking whether setvbuf arguments are reversed... no
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking whether utime accepts a null argument... yes
checking for memset... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strstr... yes
checking for utime... yes
checking for strlcpy... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
make[2]: ディレクトリ `/usr/src/redhat/SOURCES/mfiler2-3.1.2c/minato_lib/wkf-1.3.9' に入ります
gcc -fpic -DHAVE_CONFIG_H -O2 -I. -I.. -I. -I/usr/local/include -c guess.c
gcc -fpic -DHAVE_CONFIG_H -O2 -I. -I.. -I. -I/usr/local/include -c conv.c
gcc -fpic -DHAVE_CONFIG_H -O2 -I. -I.. -I. -I/usr/local/include -DCODE_SJIS -c api.c
gcc -fpic -DHAVE_CONFIG_H -O2 -I. -I.. -I. -I/usr/local/include -c api2.c
gcc -fpic -DHAVE_CONFIG_H -O2 -I. -I.. -I. -I/usr/local/include -c strlcpy.c -o strlcpy.o
/bin/rm -f libwkf.a
ar rc libwkf.a guess.o conv.o api.o api2.o strlcpy.o
ranlib libwkf.a
gcc -DHAVE_CONFIG_H -O2 -I. -I.. -I. -I/usr/local/include -c wkf.c
gcc -DHAVE_CONFIG_H -O2 -o wkf wkf.o -L. -L. -L/usr/local/lib -lwkf
make[2]: ディレクトリ `/usr/src/redhat/SOURCES/mfiler2-3.1.2c/minato_lib/wkf-1.3.9' から出ます
o_extra.o bin/minato_debug.o bin/minato_ruby.o
make[1]: ディレクトリ `/usr/src/redhat/SOURCES/mfiler2-3.1.2c/minato_lib' から出ます
a -lcrypt -lcurses -L/usr/local/lib -lmigemo -L/usr/lib64 -lruby minato_lib/wkf-1.3.9/libwkf.a
g++ -o mattr mattr.cpp -I . -L/usr/local/lib -g -lcrypt -lcurses
g++ -o mkeycode mkeycode.cpp -I . -L/usr/local/lib -g -lcrypt -lcurses
gcc -o mhitanykey mhitanykey.c -I . -L/usr/local/lib -g -lcrypt -lcurses
rm -f install
サントリー アワーズ
- Date
- '07-07-26(木曜日) 02:04:00
- Category
- 酒
サントリー スーパーブルー 爽
- Date
- '07-07-24(火曜日) 20:55:24
- Category
- 酒
VLCのスキン/インターフェース変更
- Date
- '07-07-17(火曜日) 15:32:10
- Category
- コンピュータ
本家の以下のページで好きなスキンの.vltファイルを落としてくる
http://www.videolan.org/vlc/skins.php
WindowsならVLCのフォルダにskinsディレクトリがあるのでそこに突っ込む
UNIX系なら~/.vlc/skins2ディレクトリに突っ込む
本体を起動してメニューより「設定」「インターフェースの切り替え」「skins2」を選択
違うスキンに切り替わったところで右クリックして出てくるポップアップの「スキンの選択」から選ぶ
起動直後から前回終了時のスキンを利用したい場合は
「設定」「設定」の「インターフェース」「Main interfaces」にて
インターフェースモジュールを「スキン化インターフェース」にして保存すればいいみたいです。
In addition to the skins listed below, VLC supports all the Winamp2 and XMMS skins (.wsz files).
と描いてあるからwinampのスキンもつかえるようだ。
また、
Please note that current releases of VLC do not support Skins on Mac OS X.
ともかかれている…
※追記
スキンだと日本語が通らない。vltはzipファイルなので解凍してthema.xmlファイルを編集する必要がある。
書き換えるのはfont="フォントファイル"の部分だが、表示出来るフォントファイルと出来ないフォントファイルがあるようだ。
とりあえず解凍してipagui.ttfに書き換えて、zipの中にIPAフォントのipagui.ttfもつっこんでから再度zip圧縮。
拡張子をvltに変えたてから指定のディレクトリに置くと無事に日本語が表示された。
ちとめんどくさいね
※さらに追記
Linux版だとskin2インターフェースにするとD&Dが使えなくなる!!
使えねぇぇぇぇぇぇ
FC6でvlcがインストできない/yum updateがエラー
- Date
- '07-07-17(火曜日) 15:12:12
- Category
- コンピュータ
現在、libupnp.so.3 が無いとかlibdvdread-develがないとかいわれてうまくyum updateが動きません
とりあえずvlcとかlibupnpとか更新に引っかかるものをremove
yum remove vlc libupnp libdvdread
その後update
yum update
私の場合、libupnpとlibdvdread-develのバージョンがfc6向けのパッケージだと古いようなので最新版にしたらなおりました
http://hany.sk/~hany/RPM/fc-extras-6-x86_64/libupnp-1.6.0-1.fc6.x86_64.html
http://rpm.pbone.net/index.php3/stat/4/idpl/4491240/com/libdvdread-devel-0.9.7-2.fc6.x86_64.rpm.html
より
libupnp-1.6.0-1.fc6.src.rpm
libdvdread-devel-0.9.7-4.fc6.at.x86_64.rpm
をダウンロードして
rpmbuild --rebuild libupnp-1.6.0-1.fc6.src.rpm
rpm -ivh /usr/src/redhat/RPMS/x86_64/libupnp-1.60.0-1.fc6.rpm
rpm -ivh libdvdread-devel-0.9.7-4.fc6.at.x86_64.rpm
ほかにもどうもat系のリポジトリとのバッティングが多いようだ…
以下三つも削除してから
yum remove libavutil49 mplayer-skins mplayer-skin-mini
あとはインストするだけ。以下で大体元通り。
yum install mplayer* vlc ogle* gstreamer* xine
夏コミ原稿の進捗トカ
- Date
- '07-07-17(火曜日) 01:17:35
- Category
- お絵描き
Linuxからスキャナを使う
- Date
- '07-07-15(日曜日) 20:03:16
- Category
- お絵描き
うーん、saneはいまいち使いづらいなぁ…
プレビュー画面で回転させると選択範囲がおかしくなるバグ付きだし…
イマイチ反応も鈍いので「一応Linuxからも使えます」レベルかな
コミコミ前の落書きよりヒナギクさんをスキャンしてみた
最近アニメで出番が多くて嬉しい限りだ

サントリー ジョッキ夏辛
- Date
- '07-07-12(木曜日) 21:21:12
- Category
- 酒
夏コミ原稿の進行具合
- Date
- '07-07-12(木曜日) 01:03:43
- Category
- お絵描き

いやまぁ今週末の連休にはナントカしたいと思っております。ハイ…
キリン ニッポンプレミアム
- Date
- '07-07-11(水曜日) 21:06:14
- Category
- 酒
Blogが重いとか落ちてるとか
- Date
- '07-07-11(水曜日) 15:44:38
- Category
- 雑談
昔、YahooBlogを使っていたがあまりに重過ぎるので辞めた
某氏が使っているBloggerもよく重くなる。そしてたまに落ちる。
Wikipediaなんかには障害が発生して使えなくなる状態を
Bloggerにあやかり「bloggerd」と言う人もいるなんて載ってるくらいだ。
そして今(2007/7/11 15:43:30)は、はてなダイアリーが障害中
http://d.hatena.ne.jp/
前からよく落ちてると思っていたが今も落ちている。
トップに載ってる日記のリンクのどれをクリックしても
「ご指定のページが見つかりません。
URLをもう一度お確かめ下さい。」
になってしまいます。
トップページから「障害情報」をクリックすると
http://www.hatena.ne.jp/maintenance
に飛ぶが403エラー
www.hatena.ne.jpのapacheが死んでるみたいだが…
いくら無料とはいえ、ちょっと落ちる頻度が高すぎるんじゃないかなぁ…
まあ、息抜きはこんなとこにしといて仕事するか
コエドブルワリー 瑠璃 - Ruri -
- Date
- '07-07-10(火曜日) 22:13:06
- Category
- 酒
ヤッホー・ブルーイング 東京ブラック
- Date
- '07-07-10(火曜日) 22:06:42
- Category
- 酒
サッポロ W-DRY
- Date
- '07-07-10(火曜日) 01:36:03
- Category
- 酒
pidginの日本語化(日本語環境対応)パッチ当て
- Date
- '07-07-09(月曜日) 19:07:05
- Category
- コンピュータ
相変わらずgaimはIMEよりも先にキーをトラップしてしまうのでctrl+pとかダブっているキーが使えない
毎度のパッチ当て作業です。
ここからソース(2.0.2)をhttp://pidgin.im/pidgin/home/
いつもお世話になっているこちらよりパッチをhttp://www.honeyplanet.jp/
とってきます。
以下に作業メモ
tar -xvjf pidgin-2.0.2.tar.bz2
cd pidgin-2.0.2/
zcat ../pidgin-2.0.2_jp.diff.gz | patch -p1
次に、vi等のエディタで pidgin.spec の
Source: %{name}-2.0.2.tar.bz2
の個所を
Source: %{name}-2.0.2-ja.tar.bz2
に書き換えます
パッチをあてたtarボールを作ってからrpm作成。
ソースのbz2ファイル自体は/usr/src/redhat/SOURCE/に置いておかないと駄目っぽい
cd ..
tar cvjf pidgin-2.0.2-ja.tar.bz2 pidgin-2.0.2
rpmbuild -bb pidgin-2.0.2/pidgin.spec
エラー: ビルド依存性の失敗:
startup-notification-devel は pidgin-2.0.2-0.x86_64 に必要とされています
/usr/include/silc/silcclient.h は pidgin-2.0.2-0.x86_64 に必要とされています
/usr/include/tcl.h は pidgin-2.0.2-0.x86_64 に必要とされています
libXScrnSaver-devel は pidgin-2.0.2-0.x86_64 に必要とされています
# 以下のコマンドでヘッダが含まれる物を調べる
yum provides silcclient.h tcl.h
#libsilc-devel と tcl-devel だろうと当たりをつけた
yum install startup-notification-devel libXScrnSaver-devel libsilc-devel tcl-devel
rpmbuild -bb pidgin.spec
# 無事出来たか確認
ls /usr/src/redhat/RPMS/*/{pidgin,finch}*
rpm -ivh pidgin-2.0.2-0.x86_64.rpm finch-2.0.2-0.x86_64.rpm libpurple-2.0.2-0.x86_64.rpm
rpmから入れたらyum.confでアップデートしないようにしておきましょう。
Unix系のファイラー the Minnu's Filer2
- Date
- '07-07-06(金曜日) 15:38:20
- Category
- コンピュータ
使っているソフト紹介シリーズ
よくコメントいただいてる湊さんが作ってるファイラーです。
Linux/BSD/OSXあたりで動きます。
■主な機能
・1/2画面ファイラ
・端末(ターミナル)上で動くCUIアプリ
・日本語ファイル名のインクリメンタルサーチ(外部ライブラリ?使用)
・ファイル名文字コード自動判定による表示
・内蔵シェルによるジョブコントロール
・rubyによる柔軟なカスタマイズが可能
・CUIだけにD&D非対応
会社から自宅にSSHで入って使えるのがとてもありがたいソフト(w
Windows環境では以前紹介のKF、Linux環境ではmfiler2をと使い分けているのが現状です。
wineでKF動かすと超不安定だったしね・・・
日本語のインクリメンタルサーチは超便利なのでなんとかKFにも搭載できないかなー
Windowsのターミナルソフト Poderosa
- Date
- '07-07-06(金曜日) 15:07:11
- Category
- コンピュータ
使っているソフト紹介シリーズ
いわゆるTeraTermやPuttyと同じ種類のソフトです。
上記と違うのは
・タブ型MDI画面
・WSHによるマクロを描いて自動実行できる
・cygtermと連携してcygwinのシェルを実行できる
・.NET Framework 2.0必須
・端末のウィンドウサイズをドラッグで変更可能
・ポートフォワーディング機能はいまいち不安定&不便(使ってない)
ってところでしょうか。
タブが思いのほか便利なのと、キーカスタマイズがある程度できるのがいい感じです。
※たとえば左のaltはMETAにして右のALTは普通のaltと同じ動作(メニューを開いたり)にしたりできる
.NETだからいつかはmonoプロジェクトとかでLinuxでも動くようにならんかねーと思ったり思わなかったり
Windowsの二画面ファイラー KF
- Date
- '07-07-05(木曜日) 14:40:18
- Category
- コンピュータ
いつから使い始めたのか忘れたけど96年くらいから使っているファイラー
もう10年以上使っている計算か。すでに更新は無いと思ってたらVista対応版がリリースされていた
2画面ファイラーKFのページ
主な機能は
・2画面表示
・キーボードフルカスタマイズ可能
・独自言語KRNによる拡張可能
・ファイルD&D対応
2000年くらいから更新頻度が落ちたが、最近は2年に一回くらいバージョンアップしている。
機能拡張は殆どしないけど、対応しないと使えなくなりそうな大きな問題を修正するくらいのようだ。
更新頻度も落ちてるしVistaになったら使えなくなるかなーとか思ってたら
2007年2月にしっかりVista対応している。本人が使えないと困るからかもしれない。
3000円のシェアウェアとはいえこれだけ使うと余裕で元は取っている感じだ。
つーか95からつかっている事を思えば95>98>2000とOSより息が長いアプリ。
(※私はまだ2000ユーザ。次はVistaか?)
ファイラの開発が全然盛んじゃないので乗り換えられそうなアプリも出てこないし
死ぬまでお世話になるだろーな的アプリだよなぁ・・・
11ページ2コマ目までペン入れ完了。
来週平日中くらいにはペン入れ終わってトーンに入れるかなぁ。
そういえばオチは考えたけど17?20Pのネームまだ書いてないや…

まあ、かなり描くの飽きてきました…
エチゴビール ビルスナー
- Date
- '07-07-04(水曜日) 00:01:55
- Category
- 酒
ゲームを教育に利用する
- Date
- '07-07-01(日曜日) 03:47:08
- Category
- 雑談
アメリカでは軍とか消防士とかの訓練に3Dのゲームが取り入れられてるそうで
まあ、自動車とか飛行機のシミュレータみたいなもんでしょうか。
今日(昨日)のサイエンスZEROで日本でも
医者の教育に使えるソフトを開発中ということで紹介してました


…………エロゲ?

