gcmd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gcmd-dev] Re: autogen: missing M4 macros


From: Micha
Subject: Re: [gcmd-dev] Re: autogen: missing M4 macros
Date: Thu, 11 May 2006 02:20:29 +0200
User-agent: Alpenglühn 7.2

Piotr Eljasiak <address@hidden>:
| /usr/share/gnome/help/gnome-commander/C 

My 1.2.1 config.h has:

/* Directory of data files */
#define DATA_DIR "/usr/local/share/gnome-commander"

Both gnome-commander folders don't exist, 
maybe since i don't install cvs versions at all for
problems doing this as user (had to do it as root) ?
I start the wrapper script src/gnome-commander in the cvs 
tree directly, after compilation.

For a test, i do the install now as root. (output attached)

ok.

F1 (Or Help->Content) now says,
"Die Hilfedateien konnten weder in 
/usr/local/share/gnome-commander/gnome/help/gnome-commander noch in 
/usr/share/gnome/help/gnome-commander gefunden werden. Bitte überprüfen Sie 
Ihre Installation."

...which is: file not found at these location -> please check your installation.

make install:

/home/WERKS/CVS/gc r: make install
Making install in libgcmd
make[1]: Entering directory `/home/WERKS/CVS/gnome-commander/libgcmd'
make[2]: Entering directory `/home/WERKS/CVS/gnome-commander/libgcmd'
test -z "/usr/local/lib/gnome-commander" || mkdir -p -- . 
"/usr/local/lib/gnome-commander"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libgcmd.la' 
'/usr/local/lib/gnome-commander/libgcmd.la'
/usr/bin/install -c .libs/libgcmd.so.0.0.0 
/usr/local/lib/gnome-commander/libgcmd.so.0.0.0
(cd /usr/local/lib/gnome-commander && { ln -s -f libgcmd.so.0.0.0 libgcmd.so.0 
|| { rm -f libgcmd.so.0 && ln -s libgcmd.so.0.0.0 libgcmd.so.0; }; })
(cd /usr/local/lib/gnome-commander && { ln -s -f libgcmd.so.0.0.0 libgcmd.so || 
{ rm -f libgcmd.so && ln -s libgcmd.so.0.0.0 libgcmd.so; }; })
/usr/bin/install -c .libs/libgcmd.lai /usr/local/lib/gnome-commander/libgcmd.la
/usr/bin/install -c .libs/libgcmd.a /usr/local/lib/gnome-commander/libgcmd.a
chmod 644 /usr/local/lib/gnome-commander/libgcmd.a
ranlib /usr/local/lib/gnome-commander/libgcmd.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gnome-commander
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/gnome-commander

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/WERKS/CVS/gnome-commander/libgcmd'
make[1]: Leaving directory `/home/WERKS/CVS/gnome-commander/libgcmd'
Making install in src
make[1]: Entering directory `/home/WERKS/CVS/gnome-commander/src'
Making install in libgviewer
make[2]: Entering directory `/home/WERKS/CVS/gnome-commander/src/libgviewer'
make[3]: Entering directory `/home/WERKS/CVS/gnome-commander/src/libgviewer'
test -z "/usr/local/lib/gnome-commander" || mkdir -p -- . 
"/usr/local/lib/gnome-commander"
 /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libgviewer.la' 
'/usr/local/lib/gnome-commander/libgviewer.la'
/usr/bin/install -c .libs/libgviewer.so.0.0.0 
/usr/local/lib/gnome-commander/libgviewer.so.0.0.0
(cd /usr/local/lib/gnome-commander && { ln -s -f libgviewer.so.0.0.0 
libgviewer.so.0 || { rm -f libgviewer.so.0 && ln -s libgviewer.so.0.0.0 
libgviewer.so.0; }; })
(cd /usr/local/lib/gnome-commander && { ln -s -f libgviewer.so.0.0.0 
libgviewer.so || { rm -f libgviewer.so && ln -s libgviewer.so.0.0.0 
libgviewer.so; }; })
/usr/bin/install -c .libs/libgviewer.lai 
/usr/local/lib/gnome-commander/libgviewer.la
/usr/bin/install -c .libs/libgviewer.a 
/usr/local/lib/gnome-commander/libgviewer.a
chmod 644 /usr/local/lib/gnome-commander/libgviewer.a
ranlib /usr/local/lib/gnome-commander/libgviewer.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gnome-commander
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/gnome-commander

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/WERKS/CVS/gnome-commander/src/libgviewer'
make[2]: Leaving directory `/home/WERKS/CVS/gnome-commander/src/libgviewer'

make[2]: Entering directory `/home/WERKS/CVS/gnome-commander/src'
make[3]: Entering directory `/home/WERKS/CVS/gnome-commander/src'
test -z "/usr/local/bin" || mkdir -p -- . "/usr/local/bin"
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'gnome-commander' 
'/usr/local/bin/gnome-commander'
/usr/bin/install -c .libs/gnome-commander /usr/local/bin/gnome-commander
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'gcmd-block' 
'/usr/local/bin/gcmd-block'
/usr/bin/install -c gcmd-block /usr/local/bin/gcmd-block
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/WERKS/CVS/gnome-commander/src'
make[2]: Leaving directory `/home/WERKS/CVS/gnome-commander/src'
make[1]: Leaving directory `/home/WERKS/CVS/gnome-commander/src'
Making install in plugins
make[1]: Entering directory `/home/WERKS/CVS/gnome-commander/plugins'
Making install in test
make[2]: Entering directory `/home/WERKS/CVS/gnome-commander/plugins/test'
make[3]: Entering directory `/home/WERKS/CVS/gnome-commander/plugins/test'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/gnome-commander/plugins" || mkdir -p -- . 
"/usr/local/lib/gnome-commander/plugins"
 /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libtest.la' 
'/usr/local/lib/gnome-commander/plugins/libtest.la'
/usr/bin/install -c .libs/libtest.so.0.0.0 
/usr/local/lib/gnome-commander/plugins/libtest.so.0.0.0
(cd /usr/local/lib/gnome-commander/plugins && { ln -s -f libtest.so.0.0.0 
libtest.so.0 || { rm -f libtest.so.0 && ln -s libtest.so.0.0.0 libtest.so.0; }; 
})
(cd /usr/local/lib/gnome-commander/plugins && { ln -s -f libtest.so.0.0.0 
libtest.so || { rm -f libtest.so && ln -s libtest.so.0.0.0 libtest.so; }; })
/usr/bin/install -c .libs/libtest.lai 
/usr/local/lib/gnome-commander/plugins/libtest.la
/usr/bin/install -c .libs/libtest.a 
/usr/local/lib/gnome-commander/plugins/libtest.a
chmod 644 /usr/local/lib/gnome-commander/plugins/libtest.a
ranlib /usr/local/lib/gnome-commander/plugins/libtest.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gnome-commander/plugins
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/gnome-commander/plugins

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/WERKS/CVS/gnome-commander/plugins/test'
make[2]: Leaving directory `/home/WERKS/CVS/gnome-commander/plugins/test'
Making install in cvs
make[2]: Entering directory `/home/WERKS/CVS/gnome-commander/plugins/cvs'
make[3]: Entering directory `/home/WERKS/CVS/gnome-commander/plugins/cvs'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/gnome-commander/plugins" || mkdir -p -- . 
"/usr/local/lib/gnome-commander/plugins"
 /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcvs.la' 
'/usr/local/lib/gnome-commander/plugins/libcvs.la'
/usr/bin/install -c .libs/libcvs.so.0.0.0 
/usr/local/lib/gnome-commander/plugins/libcvs.so.0.0.0
(cd /usr/local/lib/gnome-commander/plugins && { ln -s -f libcvs.so.0.0.0 
libcvs.so.0 || { rm -f libcvs.so.0 && ln -s libcvs.so.0.0.0 libcvs.so.0; }; })
(cd /usr/local/lib/gnome-commander/plugins && { ln -s -f libcvs.so.0.0.0 
libcvs.so || { rm -f libcvs.so && ln -s libcvs.so.0.0.0 libcvs.so; }; })
/usr/bin/install -c .libs/libcvs.lai 
/usr/local/lib/gnome-commander/plugins/libcvs.la
/usr/bin/install -c .libs/libcvs.a 
/usr/local/lib/gnome-commander/plugins/libcvs.a
chmod 644 /usr/local/lib/gnome-commander/plugins/libcvs.a
ranlib /usr/local/lib/gnome-commander/plugins/libcvs.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gnome-commander/plugins
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/gnome-commander/plugins

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/WERKS/CVS/gnome-commander/plugins/cvs'
make[2]: Leaving directory `/home/WERKS/CVS/gnome-commander/plugins/cvs'
Making install in fileroller
make[2]: Entering directory `/home/WERKS/CVS/gnome-commander/plugins/fileroller'
make[3]: Entering directory `/home/WERKS/CVS/gnome-commander/plugins/fileroller'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/gnome-commander/plugins" || mkdir -p -- . 
"/usr/local/lib/gnome-commander/plugins"
 /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libfileroller.la' 
'/usr/local/lib/gnome-commander/plugins/libfileroller.la'
/usr/bin/install -c .libs/libfileroller.so.0.0.0 
/usr/local/lib/gnome-commander/plugins/libfileroller.so.0.0.0
(cd /usr/local/lib/gnome-commander/plugins && { ln -s -f libfileroller.so.0.0.0 
libfileroller.so.0 || { rm -f libfileroller.so.0 && ln -s 
libfileroller.so.0.0.0 libfileroller.so.0; }; })
(cd /usr/local/lib/gnome-commander/plugins && { ln -s -f libfileroller.so.0.0.0 
libfileroller.so || { rm -f libfileroller.so && ln -s libfileroller.so.0.0.0 
libfileroller.so; }; })
/usr/bin/install -c .libs/libfileroller.lai 
/usr/local/lib/gnome-commander/plugins/libfileroller.la
/usr/bin/install -c .libs/libfileroller.a 
/usr/local/lib/gnome-commander/plugins/libfileroller.a
chmod 644 /usr/local/lib/gnome-commander/plugins/libfileroller.a
ranlib /usr/local/lib/gnome-commander/plugins/libfileroller.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gnome-commander/plugins
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/gnome-commander/plugins

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/WERKS/CVS/gnome-commander/plugins/fileroller'
make[2]: Leaving directory `/home/WERKS/CVS/gnome-commander/plugins/fileroller'
make[2]: Entering directory `/home/WERKS/CVS/gnome-commander/plugins'
make[3]: Entering directory `/home/WERKS/CVS/gnome-commander/plugins'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/WERKS/CVS/gnome-commander/plugins'
make[2]: Leaving directory `/home/WERKS/CVS/gnome-commander/plugins'
make[1]: Leaving directory `/home/WERKS/CVS/gnome-commander/plugins'
Making install in po
make[1]: Entering directory `/home/WERKS/CVS/gnome-commander/po'
/home/WERKS/CVS/gnome-commander/install-sh -d /usr/local/share
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/gnome-commander.mo
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/gnome-commander.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/gnome-commander.mo
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/gnome-commander.mo
installing en_CA.gmo as 
/usr/local/share/locale/en_CA/LC_MESSAGES/gnome-commander.mo
installing en_GB.gmo as 
/usr/local/share/locale/en_GB/LC_MESSAGES/gnome-commander.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/gnome-commander.mo
installing eu.gmo as /usr/local/share/locale/eu/LC_MESSAGES/gnome-commander.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/gnome-commander.mo
installing ga.gmo as /usr/local/share/locale/ga/LC_MESSAGES/gnome-commander.mo
installing hr.gmo as /usr/local/share/locale/hr/LC_MESSAGES/gnome-commander.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/gnome-commander.mo
installing nb.gmo as /usr/local/share/locale/nb/LC_MESSAGES/gnome-commander.mo
installing ne.gmo as /usr/local/share/locale/ne/LC_MESSAGES/gnome-commander.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/gnome-commander.mo
installing pa.gmo as /usr/local/share/locale/pa/LC_MESSAGES/gnome-commander.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/gnome-commander.mo
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/gnome-commander.mo
installing pt_BR.gmo as 
/usr/local/share/locale/pt_BR/LC_MESSAGES/gnome-commander.mo
installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/gnome-commander.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/gnome-commander.mo
installing rw.gmo as /usr/local/share/locale/rw/LC_MESSAGES/gnome-commander.mo
installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/gnome-commander.mo
installing sl.gmo as /usr/local/share/locale/sl/LC_MESSAGES/gnome-commander.mo
installing sq.gmo as /usr/local/share/locale/sq/LC_MESSAGES/gnome-commander.mo
installing sr.gmo as /usr/local/share/locale/sr/LC_MESSAGES/gnome-commander.mo
installing address@hidden as 
/usr/local/share/locale/address@hidden/LC_MESSAGES/gnome-commander.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/gnome-commander.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/gnome-commander.mo
installing vi.gmo as /usr/local/share/locale/vi/LC_MESSAGES/gnome-commander.mo
installing zh_CN.gmo as 
/usr/local/share/locale/zh_CN/LC_MESSAGES/gnome-commander.mo
installing zh_TW.gmo as 
/usr/local/share/locale/zh_TW/LC_MESSAGES/gnome-commander.mo
if test "gnome-commander" = "glib"; then \
          /home/WERKS/CVS/gnome-commander/install-sh -d 
/usr/local/share/glib-2.0/gettext/po; \   /usr/bin/install -c -m 644 
./Makefile.in.in \
                          /usr/local/share/glib-2.0/gettext/po/Makefile.in.in; \
        else \
          : ; \
        fi
make[1]: Leaving directory `/home/WERKS/CVS/gnome-commander/po'
Making install in pixmaps
make[1]: Entering directory `/home/WERKS/CVS/gnome-commander/pixmaps'
Making install in device-icons
make[2]: Entering directory 
`/home/WERKS/CVS/gnome-commander/pixmaps/device-icons'
make[3]: Entering directory 
`/home/WERKS/CVS/gnome-commander/pixmaps/device-icons'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/pixmaps/gnome-commander/device-icons" || mkdir -p -- 
. "/usr/local/share/pixmaps/gnome-commander/device-icons"
 /usr/bin/install -c -m 644 'bluetooth.xpm' 
'/usr/local/share/pixmaps/gnome-commander/device-icons/bluetooth.xpm'
 /usr/bin/install -c -m 644 'burner.xpm' 
'/usr/local/share/pixmaps/gnome-commander/device-icons/burner.xpm'
 /usr/bin/install -c -m 644 'camera.xpm' 
'/usr/local/share/pixmaps/gnome-commander/device-icons/camera.xpm'
 /usr/bin/install -c -m 644 'cdrom.xpm' 
'/usr/local/share/pixmaps/gnome-commander/device-icons/cdrom.xpm'
 /usr/bin/install -c -m 644 'floppy.xpm' 
'/usr/local/share/pixmaps/gnome-commander/device-icons/floppy.xpm'
 /usr/bin/install -c -m 644 'harddisk.xpm' 
'/usr/local/share/pixmaps/gnome-commander/device-icons/harddisk.xpm'
 /usr/bin/install -c -m 644 'ipod.xpm' 
'/usr/local/share/pixmaps/gnome-commander/device-icons/ipod.xpm'
 /usr/bin/install -c -m 644 'pci.xpm' 
'/usr/local/share/pixmaps/gnome-commander/device-icons/pci.xpm'
 /usr/bin/install -c -m 644 'removable-1394.xpm' 
'/usr/local/share/pixmaps/gnome-commander/device-icons/removable-1394.xpm'
 /usr/bin/install -c -m 644 'removable-usb.xpm' 
'/usr/local/share/pixmaps/gnome-commander/device-icons/removable-usb.xpm'
 /usr/bin/install -c -m 644 'removable.xpm' 
'/usr/local/share/pixmaps/gnome-commander/device-icons/removable.xpm'
 /usr/bin/install -c -m 644 'usb.xpm' 
'/usr/local/share/pixmaps/gnome-commander/device-icons/usb.xpm'
 /usr/bin/install -c -m 644 'wavelan-encrypted.xpm' 
'/usr/local/share/pixmaps/gnome-commander/device-icons/wavelan-encrypted.xpm'
 /usr/bin/install -c -m 644 'wavelan.xpm' 
'/usr/local/share/pixmaps/gnome-commander/device-icons/wavelan.xpm'
 /usr/bin/install -c -m 644 'zip.xpm' 
'/usr/local/share/pixmaps/gnome-commander/device-icons/zip.xpm'
make[3]: Leaving directory 
`/home/WERKS/CVS/gnome-commander/pixmaps/device-icons'
make[2]: Leaving directory 
`/home/WERKS/CVS/gnome-commander/pixmaps/device-icons'
Making install in file-type-icons
make[2]: Entering directory 
`/home/WERKS/CVS/gnome-commander/pixmaps/file-type-icons'
make[3]: Entering directory 
`/home/WERKS/CVS/gnome-commander/pixmaps/file-type-icons'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/pixmaps/gnome-commander/file-type-icons" || mkdir -p 
-- . "/usr/local/share/pixmaps/gnome-commander/file-type-icons"
 /usr/bin/install -c -m 644 'file_type_dir.xpm' 
'/usr/local/share/pixmaps/gnome-commander/file-type-icons/file_type_dir.xpm'
 /usr/bin/install -c -m 644 'file_type_socket.xpm' 
'/usr/local/share/pixmaps/gnome-commander/file-type-icons/file_type_socket.xpm'
 /usr/bin/install -c -m 644 'file_type_block_device.xpm' 
'/usr/local/share/pixmaps/gnome-commander/file-type-icons/file_type_block_device.xpm'
 /usr/bin/install -c -m 644 'file_type_fifo.xpm' 
'/usr/local/share/pixmaps/gnome-commander/file-type-icons/file_type_fifo.xpm'
 /usr/bin/install -c -m 644 'file_type_symlink.xpm' 
'/usr/local/share/pixmaps/gnome-commander/file-type-icons/file_type_symlink.xpm'
 /usr/bin/install -c -m 644 'file_type_char_device.xpm' 
'/usr/local/share/pixmaps/gnome-commander/file-type-icons/file_type_char_device.xpm'
 /usr/bin/install -c -m 644 'file_type_regular.xpm' 
'/usr/local/share/pixmaps/gnome-commander/file-type-icons/file_type_regular.xpm'
make[3]: Leaving directory 
`/home/WERKS/CVS/gnome-commander/pixmaps/file-type-icons'
make[2]: Leaving directory 
`/home/WERKS/CVS/gnome-commander/pixmaps/file-type-icons'
Making install in mime-icons
make[2]: Entering directory `/home/WERKS/CVS/gnome-commander/pixmaps/mime-icons'
make[3]: Entering directory `/home/WERKS/CVS/gnome-commander/pixmaps/mime-icons'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/pixmaps/gnome-commander/mime-icons" || mkdir -p -- . 
"/usr/local/share/pixmaps/gnome-commander/mime-icons"
 /usr/bin/install -c -m 644 'gnome-application-msword.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-msword.png'
 /usr/bin/install -c -m 644 'gnome-application-pdf.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-pdf.png'
 /usr/bin/install -c -m 644 'gnome-application-postscript.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-postscript.png'
 /usr/bin/install -c -m 644 'gnome-application-vnd.ms-excel.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.ms-excel.png'
 /usr/bin/install -c -m 644 'gnome-application-vnd.ms-powerpoint.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.ms-powerpoint.png'
 /usr/bin/install -c -m 644 'gnome-application-vnd.sun.xml.impress.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.sun.xml.impress.png'
 /usr/bin/install -c -m 644 'gnome-application-vnd.sun.xml.calc.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.sun.xml.calc.png'
 /usr/bin/install -c -m 644 'gnome-application-vnd.sun.xml.writer.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.sun.xml.writer.png'
 /usr/bin/install -c -m 644 'gnome-application-vnd.sun.xml.draw.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.sun.xml.draw.png'
 /usr/bin/install -c -m 644 'gnome-application-vnd.sun.xml.writer.math.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.sun.xml.writer.math.png'
 /usr/bin/install -c -m 644 'gnome-application-x-anjuta-project.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-x-anjuta-project.png'
 /usr/bin/install -c -m 644 'gnome-application-x-glade.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-x-glade.png'
 /usr/bin/install -c -m 644 'gnome-application-x-mrproject.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-x-mrproject.png'
 /usr/bin/install -c -m 644 'gnome-application-x-ogg.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-x-ogg.png'
 /usr/bin/install -c -m 644 'gnome-application-x-arj.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-x-arj.png'
 /usr/bin/install -c -m 644 'gnome-application-x-bzip.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-x-bzip.png'
 /usr/bin/install -c -m 644 'gnome-application-x-compressed.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-x-compressed.png'
 /usr/bin/install -c -m 644 'gnome-application-x-compressed-tar.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-x-compressed-tar.png'
 /usr/bin/install -c -m 644 'gnome-application-x-bzip-compressed-tar.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-x-bzip-compressed-tar.png'
 /usr/bin/install -c -m 644 'gnome-application-x-dia-diagram.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-x-dia-diagram.png'
 /usr/bin/install -c -m 644 'gnome-application-x-executable-binary.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-x-executable-binary.png'
 /usr/bin/install -c -m 644 'gnome-application-x-gnumeric.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-x-gnumeric.png'
 /usr/bin/install -c -m 644 'gnome-application-x-gzip.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-x-gzip.png'
 /usr/bin/install -c -m 644 'gnome-application-x-rpm.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-x-rpm.png'
 /usr/bin/install -c -m 644 'gnome-application-zip.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-application-zip.png'
 /usr/bin/install -c -m 644 'gnome-audio-plain.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-audio-plain.png'
 /usr/bin/install -c -m 644 'gnome-audio-x-mp3.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-audio-x-mp3.png'
 /usr/bin/install -c -m 644 'gnome-compressed.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-compressed.png'
 /usr/bin/install -c -m 644 'gnome-image-plain.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-image-plain.png'
 /usr/bin/install -c -m 644 'gnome-text-html.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-text-html.png'
 /usr/bin/install -c -m 644 'gnome-text-plain.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-text-plain.png'
 /usr/bin/install -c -m 644 'gnome-text-x-c-header.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-text-x-c-header.png'
 /usr/bin/install -c -m 644 'gnome-text-x-c.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-text-x-c.png'
 /usr/bin/install -c -m 644 'gnome-text-x-sh.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-text-x-sh.png'
 /usr/bin/install -c -m 644 'gnome-video-plain.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/gnome-video-plain.png'
 /usr/bin/install -c -m 644 'i-blockdev.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/i-blockdev.png'
 /usr/bin/install -c -m 644 'i-chardev.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/i-chardev.png'
 /usr/bin/install -c -m 644 'i-directory.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/i-directory.png'
 /usr/bin/install -c -m 644 'i-fifo.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/i-fifo.png'
 /usr/bin/install -c -m 644 'i-music.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/i-music.png'
 /usr/bin/install -c -m 644 'i-regular.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/i-regular.png'
 /usr/bin/install -c -m 644 'i-socket.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/i-socket.png'
 /usr/bin/install -c -m 644 'i-symlink.png' 
'/usr/local/share/pixmaps/gnome-commander/mime-icons/i-symlink.png'
make[3]: Leaving directory `/home/WERKS/CVS/gnome-commander/pixmaps/mime-icons'
make[2]: Leaving directory `/home/WERKS/CVS/gnome-commander/pixmaps/mime-icons'
make[2]: Entering directory `/home/WERKS/CVS/gnome-commander/pixmaps'
make[3]: Entering directory `/home/WERKS/CVS/gnome-commander/pixmaps'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/pixmaps" || mkdir -p -- . "/usr/local/share/pixmaps"
 /usr/bin/install -c -m 644 'gnome-commander.png' 
'/usr/local/share/pixmaps/gnome-commander.png'
test -z "/usr/local/share/pixmaps/gnome-commander" || mkdir -p -- . 
"/usr/local/share/pixmaps/gnome-commander"
 /usr/bin/install -c -m 644 'copy_file_names.xpm' 
'/usr/local/share/pixmaps/gnome-commander/copy_file_names.xpm'
 /usr/bin/install -c -m 644 'desktop.xpm' 
'/usr/local/share/pixmaps/gnome-commander/desktop.xpm'
 /usr/bin/install -c -m 644 'exec_wheel.xpm' 
'/usr/local/share/pixmaps/gnome-commander/exec_wheel.xpm'
 /usr/bin/install -c -m 644 'exec.xpm' 
'/usr/local/share/pixmaps/gnome-commander/exec.xpm'
 /usr/bin/install -c -m 644 'flip-horizontal-16.xpm' 
'/usr/local/share/pixmaps/gnome-commander/flip-horizontal-16.xpm'
 /usr/bin/install -c -m 644 'flip-vertical-16.xpm' 
'/usr/local/share/pixmaps/gnome-commander/flip-vertical-16.xpm'
 /usr/bin/install -c -m 644 'ftp_connect.xpm' 
'/usr/local/share/pixmaps/gnome-commander/ftp_connect.xpm'
 /usr/bin/install -c -m 644 'ftp_disconnect.xpm' 
'/usr/local/share/pixmaps/gnome-commander/ftp_disconnect.xpm'
 /usr/bin/install -c -m 644 'ftp.xpm' 
'/usr/local/share/pixmaps/gnome-commander/ftp.xpm'
 /usr/bin/install -c -m 644 'gnome_cmd_arrow_blank.xpm' 
'/usr/local/share/pixmaps/gnome-commander/gnome_cmd_arrow_blank.xpm'
 /usr/bin/install -c -m 644 'gnome_cmd_arrow_down.xpm' 
'/usr/local/share/pixmaps/gnome-commander/gnome_cmd_arrow_down.xpm'
 /usr/bin/install -c -m 644 'gnome_cmd_arrow_up.xpm' 
'/usr/local/share/pixmaps/gnome-commander/gnome_cmd_arrow_up.xpm'
 /usr/bin/install -c -m 644 'gnome-commander.xpm' 
'/usr/local/share/pixmaps/gnome-commander/gnome-commander.xpm'
 /usr/bin/install -c -m 644 'home.xpm' 
'/usr/local/share/pixmaps/gnome-commander/home.xpm'
 /usr/bin/install -c -m 644 'key.xpm' 
'/usr/local/share/pixmaps/gnome-commander/key.xpm'
 /usr/bin/install -c -m 644 'lock.xpm' 
'/usr/local/share/pixmaps/gnome-commander/lock.xpm'
 /usr/bin/install -c -m 644 'menu_bookmark.xpm' 
'/usr/local/share/pixmaps/gnome-commander/menu_bookmark.xpm'
 /usr/bin/install -c -m 644 'menu_ftp_connect.xpm' 
'/usr/local/share/pixmaps/gnome-commander/menu_ftp_connect.xpm'
 /usr/bin/install -c -m 644 'menu_ftp_disconnect.xpm' 
'/usr/local/share/pixmaps/gnome-commander/menu_ftp_disconnect.xpm'
 /usr/bin/install -c -m 644 'mkdir.xpm' 
'/usr/local/share/pixmaps/gnome-commander/mkdir.xpm'
 /usr/bin/install -c -m 644 'overlay_symlink.xpm' 
'/usr/local/share/pixmaps/gnome-commander/overlay_symlink.xpm'
 /usr/bin/install -c -m 644 'overlay_umount.xpm' 
'/usr/local/share/pixmaps/gnome-commander/overlay_umount.xpm'
 /usr/bin/install -c -m 644 'parent_dir.xpm' 
'/usr/local/share/pixmaps/gnome-commander/parent_dir.xpm'
 /usr/bin/install -c -m 644 'root_dir.xpm' 
'/usr/local/share/pixmaps/gnome-commander/root_dir.xpm'
 /usr/bin/install -c -m 644 'rotate-180-16.xpm' 
'/usr/local/share/pixmaps/gnome-commander/rotate-180-16.xpm'
 /usr/bin/install -c -m 644 'rotate-270-16.xpm' 
'/usr/local/share/pixmaps/gnome-commander/rotate-270-16.xpm'
 /usr/bin/install -c -m 644 'rotate-90-16.xpm' 
'/usr/local/share/pixmaps/gnome-commander/rotate-90-16.xpm'
 /usr/bin/install -c -m 644 'server.xpm' 
'/usr/local/share/pixmaps/gnome-commander/server.xpm'
 /usr/bin/install -c -m 644 'smb-computer.xpm' 
'/usr/local/share/pixmaps/gnome-commander/smb-computer.xpm'
 /usr/bin/install -c -m 644 'smb-network.xpm' 
'/usr/local/share/pixmaps/gnome-commander/smb-network.xpm'
 /usr/bin/install -c -m 644 'toggle_horizontal.xpm' 
'/usr/local/share/pixmaps/gnome-commander/toggle_horizontal.xpm'
 /usr/bin/install -c -m 644 'toggle_vertical.xpm' 
'/usr/local/share/pixmaps/gnome-commander/toggle_vertical.xpm'
make[3]: Leaving directory `/home/WERKS/CVS/gnome-commander/pixmaps'
make[2]: Leaving directory `/home/WERKS/CVS/gnome-commander/pixmaps'
make[1]: Leaving directory `/home/WERKS/CVS/gnome-commander/pixmaps'
Making install in doc
make[1]: Entering directory `/home/WERKS/CVS/gnome-commander/doc'
make[2]: Entering directory `/home/WERKS/CVS/gnome-commander/doc'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/local/share/gnome/help/gnome-commander/C
mkdir -p -- /usr/local/share/gnome/help/gnome-commander/C
/usr/bin/install -c -m 644 C/legal.xml 
/usr/local/share/gnome/help/gnome-commander/C/legal.xml
/usr/bin/install -c -m 644 C/gnome-commander.xml 
/usr/local/share/gnome/help/gnome-commander/C/gnome-commander.xml
/bin/sh ../mkinstalldirs /usr/local/share/gnome/help/gnome-commander/C/figures/
mkdir -p -- /usr/local/share/gnome/help/gnome-commander/C/figures/
/usr/bin/install -c -m 644 C/figures/create_archive.png 
/usr/local/share/gnome/help/gnome-commander/C/figures/create_archive.png
/usr/bin/install -c -m 644 C/figures/dev_cd.png 
/usr/local/share/gnome/help/gnome-commander/C/figures/dev_cd.png
/usr/bin/install -c -m 644 C/figures/extract_archive.png 
/usr/local/share/gnome/help/gnome-commander/C/figures/extract_archive.png
/usr/bin/install -c -m 644 C/figures/mounting.png 
/usr/local/share/gnome/help/gnome-commander/C/figures/mounting.png
/bin/sh ../mkinstalldirs /usr/local/share/omf/gnome-commander
mkdir -p -- /usr/local/share/omf/gnome-commander
/usr/bin/install -c -m 644 gnome-commander-C.omf 
/usr/local/share/omf/gnome-commander/gnome-commander-C.omf
scrollkeeper-update -p /var/lib/scrollkeeper -o 
/usr/local/share/omf/gnome-commander
test -z "/usr/local/man/man1" || mkdir -p -- . "/usr/local/man/man1"
 /usr/bin/install -c -m 644 './gnome-commander.1' 
'/usr/local/man/man1/gnome-commander.1'
make[2]: Leaving directory `/home/WERKS/CVS/gnome-commander/doc'
make[1]: Leaving directory `/home/WERKS/CVS/gnome-commander/doc'
Making install in data
make[1]: Entering directory `/home/WERKS/CVS/gnome-commander/data'
make[2]: Entering directory `/home/WERKS/CVS/gnome-commander/data'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/applications" || mkdir -p -- . 
"/usr/local/share/applications"
 /usr/bin/install -c -m 644 'gnome-commander.desktop' 
'/usr/local/share/applications/gnome-commander.desktop'
make[2]: Leaving directory `/home/WERKS/CVS/gnome-commander/data'
make[1]: Leaving directory `/home/WERKS/CVS/gnome-commander/data'
Making install in tests
make[1]: Entering directory `/home/WERKS/CVS/gnome-commander/tests'
Making install in gviewer
make[2]: Entering directory `/home/WERKS/CVS/gnome-commander/tests/gviewer'
make[3]: Entering directory `/home/WERKS/CVS/gnome-commander/tests/gviewer'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/WERKS/CVS/gnome-commander/tests/gviewer'
make[2]: Leaving directory `/home/WERKS/CVS/gnome-commander/tests/gviewer'
make[2]: Entering directory `/home/WERKS/CVS/gnome-commander/tests'
make[3]: Entering directory `/home/WERKS/CVS/gnome-commander/tests'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/WERKS/CVS/gnome-commander/tests'
make[2]: Leaving directory `/home/WERKS/CVS/gnome-commander/tests'
make[1]: Leaving directory `/home/WERKS/CVS/gnome-commander/tests'
make[1]: Entering directory `/home/WERKS/CVS/gnome-commander'
make[2]: Entering directory `/home/WERKS/CVS/gnome-commander'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/WERKS/CVS/gnome-commander'
make[1]: Leaving directory `/home/WERKS/CVS/gnome-commander'




   °
 /\/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]