[Cxplorer-devel 00139] Re: Cxplorer2のプロトタイプ

Back to archive index

yamy thund****@cello*****
2004年 4月 11日 (日) 20:40:12 JST


On Sun, 11 Apr 2004 20:38:33 +0900
yamy <thund****@cello*****> wrote:

> On Sun, 11 Apr 2004 20:33:24 +0900
> Yasumichi Akahoshi <w2lin****@lapis*****> wrote:
> 
>   yamyです。
> 
> >  まだ、原因はわかりませんがとりあえず、make distで固めたアーカイブを置
> > いておきますので違いが出るか試してもらえますか。
> > 
> > http://www10.plala.or.jp/always/cxplorer-2.0.tar.gz
> 
> $ touch INSTALL COPYING
> $ aclocal
> $ automake -c -a
> src/Makefile.am: installing `./compile'
> src/Makefile.am: installing `./depcomp'
> $ autoconf
> 
> 通りますね。
> 
> $ make
> cd . && autoheader
> WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
> WARNING: and `config.h.top', to define templates for `config.h.in'
> WARNING: is deprecated and discouraged.
> 
> WARNING: Using the third argument of `AC_DEFINE' and
> WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
> WARNING: `acconfig.h':
> 
> WARNING:   AC_DEFINE([NEED_MAIN], 1,
> WARNING:             [Define if a function `main' is needed.])
> 
> WARNING: More sophisticated templates can also be produced, see the
> WARNING: documentation.
> touch ./config.h.in
> cd . && /bin/sh ./config.status config.h
> config.status: creating config.h
> make  all-recursive
> make[1]: 入ります ディレクトリ `/home/oruga/rpm/SOURCES/cxplorer-2.0'
> Making all in intl
> make[2]: 入ります ディレクトリ `/home/oruga/rpm/SOURCES/cxplorer-2.0/intl'
> make[2]: `all' に対して行うべき事はありません。
> make[2]: 出ます ディレクトリ `/home/oruga/rpm/SOURCES/cxplorer-2.0/intl'
> Making all in po
> make[2]: 入ります ディレクトリ `/home/oruga/rpm/SOURCES/cxplorer-2.0/po'
> make[2]: `all' に対して行うべき事はありません。
> make[2]: 出ます ディレクトリ `/home/oruga/rpm/SOURCES/cxplorer-2.0/po'
> Making all in src
> make[2]: 入ります ディレクトリ `/home/oruga/rpm/SOURCES/cxplorer-2.0/src'
> if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -Wall -g -g -O2 -MT cxplorer-support.o -MD -MP -MF ".deps/cxplorer-support.Tpo" \
>   -c -o cxplorer-support.o `test -f 'support.c' || echo './'`support.c; \
> then mv -f ".deps/cxplorer-support.Tpo" ".deps/cxplorer-support.Po"; \
> else rm -f ".deps/cxplorer-support.Tpo"; exit 1; \
> fi
> if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -Wall -g -g -O2 -MT cxplorer-main.o -MD -MP -MF ".deps/cxplorer-main.Tpo" \
>   -c -o cxplorer-main.o `test -f 'main.c' || echo './'`main.c; \
> then mv -f ".deps/cxplorer-main.Tpo" ".deps/cxplorer-main.Po"; \
> else rm -f ".deps/cxplorer-main.Tpo"; exit 1; \
> fi
> dirview.h:34: 警告: `insert_dummy_row' declared `static' but never defined
> dirview.h:36: 警告: `make_dir_tree_model' declared `static' but never defined
> if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -Wall -g -g -O2 -MT cxplorer-interface.o -MD -MP -MF ".deps/cxplorer-interface.Tpo" \
>   -c -o cxplorer-interface.o `test -f 'interface.c' || echo './'`interface.c; \
> then mv -f ".deps/cxplorer-interface.Tpo" ".deps/cxplorer-interface.Po"; \
> else rm -f ".deps/cxplorer-interface.Tpo"; exit 1; \
> fi
> if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -Wall -g -g -O2 -MT cxplorer-callbacks.o -MD -MP -MF ".deps/cxplorer-callbacks.Tpo" \
>   -c -o cxplorer-callbacks.o `test -f 'callbacks.c' || echo './'`callbacks.c; \
> then mv -f ".deps/cxplorer-callbacks.Tpo" ".deps/cxplorer-callbacks.Po"; \
> else rm -f ".deps/cxplorer-callbacks.Tpo"; exit 1; \
> fi
> callbacks.c: 関数 `on_directoryview_row_expanded' 内:
> callbacks.c:160: 警告: unused variable `gcLocale'
> callbacks.c:161: 警告: unused variable `gcInternal'
> callbacks.c:165: 警告: unused variable `gcPathInLocale'
> callbacks.c:167: 警告: unused variable `bread'
> callbacks.c:167: 警告: unused variable `bwrite'
> callbacks.c: トップレベル:
> dirview.h:34: 警告: `insert_dummy_row' declared `static' but never defined
> dirview.h:36: 警告: `make_dir_tree_model' declared `static' but never defined
> if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -Wall -g -g -O2 -MT cxplorer-dirview.o -MD -MP -MF ".deps/cxplorer-dirview.Tpo" \
>   -c -o cxplorer-dirview.o `test -f 'dirview.c' || echo './'`dirview.c; \
> then mv -f ".deps/cxplorer-dirview.Tpo" ".deps/cxplorer-dirview.Po"; \
> else rm -f ".deps/cxplorer-dirview.Tpo"; exit 1; \
> fi
> dirview.c: 関数 `make_dir_tree_model' 内:
> dirview.c:85: 警告: unused variable `dummy'
> dirview.c: 関数 `set_child_directory' 内:
> dirview.c:119: 警告: implicit declaration of function `strlen'
> /bin/sh ../libtool --mode=link gcc  -g -O2   -o cxplorer  cxplorer-support.o cxplorer-main.o cxplorer-interface.o cxplorer-callbacks.o cxplorer-dirview.o -Wl,--export-dynamic -lgtk-x11-2.0 -latk-1.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
> mkdir .libs
> gcc -g -O2 -o cxplorer cxplorer-support.o cxplorer-main.o cxplorer-interface.o cxplorer-callbacks.o cxplorer-dirview.o -Wl,--export-dynamic  -lgtk-x11-2.0 -latk-1.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
> make[2]: 出ます ディレクトリ `/home/oruga/rpm/SOURCES/cxplorer-2.0/src'
> Making all in pixmaps
> make[2]: 入ります ディレクトリ `/home/oruga/rpm/SOURCES/cxplorer-2.0/pixmaps'
> make[2]: `all' に対して行うべき事はありません。
> make[2]: 出ます ディレクトリ `/home/oruga/rpm/SOURCES/cxplorer-2.0/pixmaps'
> make[2]: 入ります ディレクトリ `/home/oruga/rpm/SOURCES/cxplorer-2.0'
> make[2]: `all-am' に対して行うべき事はありません。
> make[2]: 出ます ディレクトリ `/home/oruga/rpm/SOURCES/cxplorer-2.0'
> make[1]: 出ます ディレクトリ `/home/oruga/rpm/SOURCES/cxplorer-2.0'
> 
> こうでました。

make installの段階で逝かれました。

# make install
Making install in intl
make[1]: 入ります ディレクトリ `/home/oruga/rpm/SOURCES/cxplorer-2.0/intl'
if test "cxplorer" = "gettext" \
   && test '' = 'intl-compat.o'; then \
  /bin/sh `case ".././mkinstalldirs" in /*) echo ".././mkinstalldirs" ;; *) echo "../.././mkinstalldirs" ;; esac` /usr/lib /usr/include; \
  /usr/bin/install -c -m 644 libintl.h /usr/include/libintl.h; \
  /bin/sh ../libtool --mode=install \
    /usr/bin/install -c -m 644 libintl.a /usr/lib/libintl.a; \
else \
  : ; \
fi
if test 'no' = yes; then \
  /bin/sh `case ".././mkinstalldirs" in /*) echo ".././mkinstalldirs" ;; *) echo "../.././mkinstalldirs" ;; esac` /usr/lib; \
  temp=/usr/lib/t-charset.alias; \
  dest=/usr/lib/charset.alias; \
  if test -f /usr/lib/charset.alias; then \
    orig=/usr/lib/charset.alias; \
    sed -f ref-add.sed $orig > $temp; \
    /usr/bin/install -c -m 644 $temp $dest; \
    rm -f $temp; \
  else \
    if test yes = no; then \
      orig=charset.alias; \
      sed -f ref-add.sed $orig > $temp; \
      /usr/bin/install -c -m 644 $temp $dest; \
      rm -f $temp; \
    fi; \
  fi; \
  /bin/sh `case ".././mkinstalldirs" in /*) echo ".././mkinstalldirs" ;; *) echo "../.././mkinstalldirs" ;; esac` /usr/share/locale; \
  test -f /usr/share/locale/locale.alias \
    && orig=/usr/share/locale/locale.alias \
    || orig=./locale.alias; \
  temp=/usr/share/locale/t-locale.alias; \
  dest=/usr/share/locale/locale.alias; \
  sed -f ref-add.sed $orig > $temp; \
  /usr/bin/install -c -m 644 $temp $dest; \
  rm -f $temp; \
else \
  : ; \
fi
if test "cxplorer" = "gettext"; then \
  /bin/sh `case ".././mkinstalldirs" in /*) echo ".././mkinstalldirs" ;; *) echo "../.././mkinstalldirs" ;; esac` /usr/share/gettext/intl; \
  /usr/bin/install -c -m 644 VERSION /usr/share/gettext/intl/VERSION; \
  /usr/bin/install -c -m 644 ChangeLog.inst /usr/share/gettext/intl/ChangeLog; \
  dists="COPYING.LIB-2 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gettext.h gettextP.h hash-string.h libgnuintl.h libgettext.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y localcharset.c intl-compat.c"; \
  for file in $dists; do \
    /usr/bin/install -c -m 644 ./$file \
            /usr/share/gettext/intl/$file; \
  done; \
  chmod a+x /usr/share/gettext/intl/config.charset; \
  dists="plural.c"; \
  for file in $dists; do \
    if test -f $file; then dir=.; else dir=.; fi; \
    /usr/bin/install -c -m 644 $dir/$file \
            /usr/share/gettext/intl/$file; \
  done; \
  dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c"; \
  for file in $dists; do \
    rm -f /usr/share/gettext/intl/$file; \
  done; \
else \
  : ; \
fi
make[1]: 出ます ディレクトリ `/home/oruga/rpm/SOURCES/cxplorer-2.0/intl'
Making install in po
make[1]: 入ります ディレクトリ `/home/oruga/rpm/SOURCES/cxplorer-2.0/po'
/bin/sh `case ".././mkinstalldirs" in /*) echo ".././mkinstalldirs" ;; *) echo "../.././mkinstalldirs" ;; esac` /usr/share
../.././mkinstalldirs: ../.././mkinstalldirs: そのようなファイルやディレクトリはありません
make[1]: *** [install-data-yes] エラー 127
make[1]: 出ます ディレクトリ `/home/oruga/rpm/SOURCES/cxplorer-2.0/po'
make: *** [install-recursive] エラー 1

-- 
yamy <yasuo mitsui>
thund****@cello*****
http://northiland.cun.jp/



Cxplorer-devel メーリングリストの案内
Back to archive index