(2004-11の一覧)
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

grep マッチ行と同時に行番号を出力
2004-11-19-4 / カテゴリ: [linux][command][grep] / [permlink]

grep -n 'pattern' file

i18nってナニ?
2004-11-19-3 / カテゴリ: [unix][用語] / [permlink]

Internationalization
I..................n
I.{18}n
i18n
のことだって。

Solaris gcc 3.3 で gcc 2.95.3 を make する
2004-11-19-2 / カテゴリ: [unix][Solaris] / [permlink]

loop.c
loop.c:321:8: missing terminating " character
loop.c:322:38: missing terminating " character
make[2]: *** [loop.o] Error 1
make[2]: Leaving directory `/export/home/miyazaki/local/src/gcc/gcc-2.95.3/gcc/ch'
make[1]: *** [cc1chill] Error 2
make[1]: Leaving directory `/export/home/miyazaki/local/src/gcc/gcc-2.95.3/gcc'
make: *** [all-gcc] Error 2
こんなエラーがでた

http://apollo.u-gakugei.ac.jp/~ksuzuki/chlog/2004-01.html
以下のようなエラーが発生

In file included from addmul_1.c:27:
../longlong.h:109:12: missing terminating " character
****以下中略
../longlong.h:1160:9: missing terminating " character

longlong.hの各エラー行の末尾に'\'を追加し,
% make
# make install

makeは正常に完了した.
たぶん
文章〜〜〜 "quoted-string〜〜
  〜〜" 文章〜〜〜〜
って箇所がマズイみたい。

gcc/ch/loop.c の 321 行目の該当箇所で、末尾に \ を追加(改行をエスケープ)
これで OK

Solaris8 + Emacs インストール
2004-11-19-1 / カテゴリ: [unix][Solaris][emacs] / [permlink]

gcc 3.3 だとダメぽい
http://www.scn-net.ne.jp/~garakuta/diary/200403.html#17
makeの最後の方で,elispをバイトコンパイルする途中,「./emacs -q -batch -f list-load-path-shadows」のところとその後のところでemacsがセグるという問題が・・・(;´д`).gdbで追おうお思ったんですが,何かbtしてもlibcの中しか見えず・・・.__do_global_dtors_auxってなんじゃぁ,と検索してみたら答えが見つかりました.Solarisだとgcc-3.3系でダメらしいです.gcc-2.95.3に切替えてsrc/wnnfunc.cを少し修正してビルドしたら動きました.
答え: http://mail.gnu.org/archive/html/bug-gnu-emacs/2003-05/msg00211.html
gcc 2.95.3 でGo
前の日 / 次の日 / 最新 / 2004-11

2013 : 01 02 03 04 05 06 07 08 09 10 11 12
2012 : 01 02 03 04 05 06 07 08 09 10 11 12
2011 : 01 02 03 04 05 06 07 08 09 10 11 12
2010 : 01 02 03 04 05 06 07 08 09 10 11 12
2009 : 01 02 03 04 05 06 07 08 09 10 11 12
2008 : 01 02 03 04 05 06 07 08 09 10 11 12
2007 : 01 02 03 04 05 06 07 08 09 10 11 12
2006 : 01 02 03 04 05 06 07 08 09 10 11 12
2005 : 01 02 03 04 05 06 07 08 09 10 11 12
2004 : 01 02 03 04 05 06 07 08 09 10 11 12

最終更新時間: 2013-05-02 16:12