Setting up development machine for XFCE
Jannis Pohlmann
jannis at xfce.org
Fri Nov 12 18:43:36 CET 2010
Hey,
On Fri, 12 Nov 2010 23:03:38 +0530
"Navaneeth.K.N" <navaneethkn at gmail.com> wrote:
> >
> > http://www.xfce.org/download/development
> >
>
> Thanks Nick, that helped and I compiled "libxfce4util" successfully.
> But for some reason the version is showing incorrectly. After
> compiling, (./autogen.sh --prefix=/usr/local && make && make install),
> I can see "libxfce4util.so.4.1.1". I guess this is wrong for the git
> version because the "configure.in" reads
>
> m4_define([libxfce4util_version_major], [4])
> m4_define([libxfce4util_version_minor], [7])
> m4_define([libxfce4util_version_micro], [3])
> m4_define([libxfce4util_version_nano], []) dnl leave this empty to
> have no nano version
> m4_define([libxfce4util_version_build], [11fddc9])
> m4_define([libxfce4util_version_tag], [git])
>
> Because of this, all other components failed to compile as they need a
> newer version of "libxfce4util". I am using a Fedora 11 distribution
> running XFCE 4.6.1.
No, the .so filename is correct. You are confusing the package version
(4.7.3) and the libtool version (4.1.1) here. Those are unrelated.
What you probably need is:
a) add /usr/local/lib to /etc/ld.so.conf.d/local.conf by running
su -c "echo /usr/local/lib >> /etc/ld.so.conf.d/local.conf"
b) run: su -c "ldconfig
c) run "export
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
before you try to compile any of the Xfce components
That should help in finding Xfce components already installed to the
system during configure and make.
- Jannis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20101112/dda52122/attachment.pgp>
More information about the Xfce4-dev
mailing list