gcmd-devel
[Top][All Lists]
Advanced

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

[gcmd-dev] correct installation pathes of gnome help


From: Micha
Subject: [gcmd-dev] correct installation pathes of gnome help
Date: Wed, 9 Aug 2006 03:45:13 +0200
User-agent: Alpenglühn 7.2

ok, for your checklist:


0.   'make install' as root, with default values

-> help doesn't work

Files are in /usr/local/gin/gnome-commander (launcher) and in 
/usr/local/share/gnome/help/gnome-commander (doc, e.g. the xml)


1.  Installation the latest gcmd as a root with "./configure --prefix=/usr"
....am i right i don't nned to recompiöe for that ? Just did 

make uninstall
./configure --prefix=/usr
make install

-> install summary says, 
The following settings will be used:

  prefix         : /usr
  module support : yes
  compiler       : gcc
  CFLAGS         : -g -O2
  LDFLAGS        : 

The following libraries will be used:

  glib     : 2.10.3    in /usr
  gtk+     : 2.8.18    in /usr
  gnome    : 2.14.1    in /usr
  gnomeui  : 2.14.1    in /usr
  gnome-vfs: 2.14.2    in /usr

-> help does work now !

The binary launcher now is /usr/bin/gnome-commander
--  i think this is as it ashould be, it's like the other gnome apps
go along.


2. installation of another gnome app as a user

# mi: apt-get install gcalctool
E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
# mi: 

On a Debian ususally you install things as root. The respective GUIs
ask youfor the password, or you use 'sudo'. I think there are ways
to debian-install as user without root permissions, but i never tried, and 
i think very few people do.

Greets, mi

________________________________

Appendix:

./configure with default prefix -> -> make install: 

# r: make install
make: *** No rule to make target `install'.  Stop.
/home/WERKS/CVS r: cd gc/
/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'.
make[3]: Nothing to be done for `install-data-am'.
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/locale
if test -n "de es fr pl ru sk sv"; then \
          linguas="de es fr pl ru sk sv"; \
        else \
          linguas="ca cs de el en_CA en_GB es eu fr ga hr hu it nb ne nl pa pl 
pt pt_BR ro ru rw sk sl sq sr address@hidden sv uk vi zh_CN zh_TW"; \
        fi; \
        for lang in $linguas; do \
          dir=/usr/local/share/locale/$lang/LC_MESSAGES; \
          /home/WERKS/CVS/gnome-commander/install-sh -d $dir; \
          if test -r $lang.gmo; then \
            /usr/bin/install -c -m 644 $lang.gmo $dir/gnome-commander.mo; \
            echo "installing $lang.gmo as $dir/gnome-commander.mo"; \
          else \
            /usr/bin/install -c -m 644 ./$lang.gmo $dir/gnome-commander.mo; \
            echo "installing ./$lang.gmo as" \
                 "$dir/gnome-commander.mo"; \
          fi; \
          if test -r $lang.gmo.m; then \
            /usr/bin/install -c -m 644 $lang.gmo.m $dir/gnome-commander.mo.m; \
            echo "installing $lang.gmo.m as $dir/gnome-commander.mo.m"; \
          else \
            if test -r ./$lang.gmo.m ; then \
              /usr/bin/install -c -m 644 ./$lang.gmo.m \
                $dir/gnome-commander.mo.m; \
              echo "installing ./$lang.gmo.m as" \
                   "$dir/gnome-commander.mo.m"; \
            else \
              true; \
            fi; \
          fi; \
        done
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/gnome-commander.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/gnome-commander.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/gnome-commander.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/gnome-commander.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/gnome-commander.mo
installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/gnome-commander.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/gnome-commander.mo
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 'internal-viewer.xpm' 
'/usr/local/share/pixmaps/gnome-commander/internal-viewer.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 '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
/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
/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/gnome-commander_dialog_adv_rename.png 
/usr/local/share/gnome/help/gnome-commander/C/figures/gnome-commander_dialog_adv_rename.png
/usr/bin/install -c -m 644 
C/figures/gnome-commander_dialog_file_permissions.png 
/usr/local/share/gnome/help/gnome-commander/C/figures/gnome-commander_dialog_file_permissions.png
/usr/bin/install -c -m 644 C/figures/gnome-commander_dialog_file_properties.png 
/usr/local/share/gnome/help/gnome-commander/C/figures/gnome-commander_dialog_file_properties.png
/usr/bin/install -c -m 644 C/figures/gnome-commander_dialog_ftp.png 
/usr/local/share/gnome/help/gnome-commander/C/figures/gnome-commander_dialog_ftp.png
/usr/bin/install -c -m 644 C/figures/gnome-commander_dialog_bookmark.png 
/usr/local/share/gnome/help/gnome-commander/C/figures/gnome-commander_dialog_bookmark.png
/usr/bin/install -c -m 644 C/figures/gnome-commander_dialog_search.png 
/usr/local/share/gnome/help/gnome-commander/C/figures/gnome-commander_dialog_search.png
/usr/bin/install -c -m 644 C/figures/gnome-commander_options_dev.png 
/usr/local/share/gnome/help/gnome-commander/C/figures/gnome-commander_options_dev.png
/usr/bin/install -c -m 644 C/figures/gnome-commander_options_prog.png 
/usr/local/share/gnome/help/gnome-commander/C/figures/gnome-commander_options_prog.png
/usr/bin/install -c -m 644 C/figures/gnome-commander_options_filter.png 
/usr/local/share/gnome/help/gnome-commander/C/figures/gnome-commander_options_filter.png
/usr/bin/install -c -m 644 C/figures/gnome-commander_options_layout.png 
/usr/local/share/gnome/help/gnome-commander/C/figures/gnome-commander_options_layout.png
/usr/bin/install -c -m 644 C/figures/gnome-commander_options_data.png 
/usr/local/share/gnome/help/gnome-commander/C/figures/gnome-commander_options_data.png
/usr/bin/install -c -m 644 C/figures/gnome-commander_options_general.png 
/usr/local/share/gnome/help/gnome-commander/C/figures/gnome-commander_options_general.png
/usr/bin/install -c -m 644 C/figures/gnome-commander_window.png 
/usr/local/share/gnome/help/gnome-commander/C/figures/gnome-commander_window.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
/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/share/man/man1" || mkdir -p -- . "/usr/local/share/man/man1"
 /usr/bin/install -c -m 644 './gnome-commander.1' 
'/usr/local/share/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]