|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||||
2004年04月17日(土) 旧暦 [n年日記]#1 [無題] 久し振りに館山に行く9:40 国道 465 分岐 10:30 道の駅付近 16:00 発 17:50 帰宅 ( つっこみ )
#2 [Emacs] wl で C-h も Backspace も wl-summary-prev-page になってしまう
問題の箇所
wl-summary.el
(define-key wl-summary-mode-map "\177" 'wl-summary-prev-page) (define-key wl-summary-mode-map [backspace] 'wl-summary-prev-page) ( つっこみ )
#3 [Namazu] ./mknmz-8: ../scripts/gtnmz: permission denied
config.status の最後に次のような部分があった
default ) chmod +x nmz-config \ scripts/bnamazu \ scripts/gtnmz \ scripts/mailutime \ scripts/nmzgrep \ scripts/rfnmz \ scripts/vfnmz \ ;;これを実行していないと、標題の問題が起きる。 make clean && make のように通しで作業すれば、その問題は起きない。 @ namazu.mo:
/usr/local に入れる方は
/usr/local/share/locale/ja/LC_MESSAGES/namazu.mo
に入っているが、pkgsrc の方は入っていない ?
@ pkgsrc の場合 (NG):Making install in po @ /usr/local/ の場合 (OK):Making install in po po/Makefile 203 install-data: install-data-no 216 install-data-no: all 217 install-data-yes: all203 行目があると、 216 install-data-no が呼ばれてしまう。これはだめな方。 うまく行く場合は、次のような行がある install-data: install-data-yes @ Makefile.in:
次の行が元かな。
Makefile.in.in:install-data: install-data-@USE_NLS@ @ config.status:
その元は:
config.status:s,@USE_NLS@,no,;t t @ aclocal.m4:if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then AC_DEFINE(ENABLE_NLS, 1, [Define to 1 if translation of program messages to the user's native language is requested.]) else USE_NLS=no fi @ 同じく aclocal.m4 から::dnl The result of the configuration is one of three cases: dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled dnl and used. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 2) GNU gettext has been found in the system's C library. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 3) No internationalization, always use English msgid. dnl Catalog format: none dnl Catalog extension: none ( つっこみ )
|
最近の日記 2025年02月13日 ・dvipdfmx ICC profile format spec. version 4.3.0 2025年01月29日 ・ham/wsjtx 2025年01月27日 ・wip/wsjtx 5.4.2 2025年01月25日 ・ham/wsjtx 2025年01月15日 ・今更 advent calendar | ||