xfce-4.8 installation

janu mam janakiramulu.mtech at gmail.com
Wed Jun 15 12:23:18 CEST 2011


hi


while building lfs-6.7 i done * 6.18. Pkg-config-0.25* in /sources dir

i started xfce -installation :
unfortunately i have installed Pkg-config-0.22 in /home/janu/Downloads/xc
dir
so
i removed old version Pkg-config-0.22 source[extracted ] dir in
/home/janu/Downloads/xc dir
i rebooted and i started as fresh for xfce4.8
now again i followed same order as mentioned here:
http://www.xfce.org/download/building

------*--libxfce4util-4.8.1* ------------
root [ /home/janu/Downloads/xc/src/libxfce4util-4.8.1 ]# ./configure
--prefix=${PREFIX} && make && make install
make[1]: Leaving directory
`/home/janu/Downloads/xc/src/libxfce4util-4.8.1/libxfce4util'
Making install in docs
make[1]: Entering directory
`/home/janu/Downloads/xc/src/libxfce4util-4.8.1/docs'
make[2]: Entering directory
`/home/janu/Downloads/xc/src/libxfce4util-4.8.1/docs'
make[2]: Nothing to be done for `install-exec-am'.
-- Installing ./html/home.png
-- Installing ./html/index.html
.........
..........
-- Installing ./html/style.css
-- Installing ./html/up.png
make[2]: Leaving directory
`/home/janu/Downloads/xc/src/libxfce4util-4.8.1/docs'
make[1]: Leaving directory
`/home/janu/Downloads/xc/src/libxfce4util-4.8.1/docs'
Making install in po
make[1]: Entering directory
`/home/janu/Downloads/xc/src/libxfce4util-4.8.1/po'
linguas="am ar ast bn ca cs cy da de dz el en_GB es et eu fi fr gl he hu id
it ja ka kk ko lt lv mk nb nl pa pl pt_BR pt ro ru si sk sl sq sv tl_PH tr
ug uk ur_PK ur zh_CN zh_TW "; \
for lang in $linguas; do \
dir=/share/locale/$lang/LC_MESSAGES; \
/bin/sh /home/janu/Downloads/xc/src/libxfce4util-4.8.1/install-sh -d $dir; \
if test -r $lang.gmo; then \
/usr/bin/install -c -m 644 $lang.gmo $dir/libxfce4util.mo; \
echo "installing $lang.gmo as $dir/libxfce4util.mo"; \
else \
/usr/bin/install -c -m 644 ./$lang.gmo $dir/libxfce4util.mo; \
echo "installing ./$lang.gmo as" \
"$dir/libxfce4util.mo"; \
fi; \
if test -r $lang.gmo.m; then \
/usr/bin/install -c -m 644 $lang.gmo.m $dir/libxfce4util.mo.m; \
echo "installing $lang.gmo.m as $dir/libxfce4util.mo.m"; \
else \
if test -r ./$lang.gmo.m ; then \
/usr/bin/install -c -m 644 ./$lang.gmo.m \
$dir/libxfce4util.mo.m; \
echo "installing ./$lang.gmo.m as" \
"$dir/libxfce4util.mo.m"; \
else \
true; \
fi; \
fi; \
done
installing am.gmo as /share/locale/am/LC_MESSAGES/libxfce4util.mo
.....
......
installing zh_CN.gmo as /share/locale/zh_CN/LC_MESSAGES/libxfce4util.mo
installing zh_TW.gmo as /share/locale/zh_TW/LC_MESSAGES/libxfce4util.mo
make[1]: Leaving directory
`/home/janu/Downloads/xc/src/libxfce4util-4.8.1/po'
Making install in xfce4-kiosk-query
make[1]: Entering directory
`/home/janu/Downloads/xc/src/libxfce4util-4.8.1/xfce4-kiosk-query'
make[2]: Entering directory
`/home/janu/Downloads/xc/src/libxfce4util-4.8.1/xfce4-kiosk-query'
test -z "/sbin" || /bin/mkdir -p "/sbin"
/bin/sh ../libtool --mode=install /usr/bin/install -c xfce4-kiosk-query
'/sbin'
libtool: install: /usr/bin/install -c .libs/xfce4-kiosk-query
/sbin/xfce4-kiosk-query
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory
`/home/janu/Downloads/xc/src/libxfce4util-4.8.1/xfce4-kiosk-query'
make[1]: Leaving directory
`/home/janu/Downloads/xc/src/libxfce4util-4.8.1/xfce4-kiosk-query'
make[1]: Entering directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1'
make[2]: Entering directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1'
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/janu/Downloads/xc/src/libxfce4util-4.8.1'
make[1]: Leaving directory `/home/janu/Downloads/xc/src/libxfce4util-4.8.1'
root [ /home/janu/Downloads/xc/src/libxfce4util-4.8.1 ]#

*-----xfconf-4.8.0-*------
root [ /home/janu/Downloads/xc/src/xfconf-4.8.0 ]# ./configure
--prefix=${PREFIX} && make && make install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries...
yes
checking whether -lc should be explicitly linked in... no
checking for ANSI C header files... (cached) yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed... ar ast bn ca cs da de el en_GB es
eu fi fr gl he hu id it ja kk lv nb nl pa pl pt_BR pt ro ru si sk sv tr ug
uk ur_PK ur zh_CN zh_TW
checking for bind_textdomain_codeset... (cached) yes
checking for locales directory... ${datarootdir}/locale
checking for additional xgettext flags... --keyword=Q_ --from-code=UTF-8
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config >= 0.9.0... 0.22
checking for gobject-2.0 >= 2.18.0... 2.24.2
checking GLIB_CFLAGS... -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include
checking GLIB_LIBS... -pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0
checking for libxfce4util-1.0 >= 4.8.0... not found
*** The required package libxfce4util-1.0 was not found on your system.
*** Please install libxfce4util-1.0 (atleast version 4.8.0) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.
root [ /home/janu/Downloads/xc/src/xfconf-4.8.0 ]#

any suggation plz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.xfce.org/pipermail/xfce/attachments/20110615/0a5c36dc/attachment.html>


More information about the Xfce mailing list