Hi there!
I'm trying to compile OpenOffice-2.0.3 but the configure script
returns a lot of errors about missing libs, here is an example:
"checking for GTK... ./configure: line 22215:
/usr/lib/pkgconfig:/usr/X11R7/lib/pkgconfig:/usr/local/lib/pkgconfig:/opt/gnome-1.4/lib/pkgconfig:/opt/gnome-2.14.2/lib/pkgconfig:/opt/gnome/lib/pkgconfig:/opt/kde-3.5.4/lib/pkgconfig:/opt/mono/lib/pkgconfig:/opt/qt-3.3.6/lib/pkgconfig:/opt/qt/lib/pkgconfig:
No such file or directory
./configure: line 22223:
/usr/lib/pkgconfig:/usr/X11R7/lib/pkgconfig:/usr/local/lib/pkgconfig:/opt/gnome-1.4/lib/pkgconfig:/opt/gnome-2.14.2/lib/pkgconfig:/opt/gnome/lib/pkgconfig:/opt/kde-3.5.4/lib/pkgconfig:/opt/mono/lib/pkgconfig:/opt/qt-3.3.6/lib/pkgconfig:/opt/qt/lib/pkgconfig:
No such file or directory
configure: error: Package requirements (gtk+-2.0 >= 2.4) were not met:
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GTK_CFLAGS
and GTK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details."
So on for other libraries.
Here is the configure script I pass:
LIBXML_LIBS="-L/usr/lib -lxml2 -lz -lm"
LIBXML_CFLAGS="-I/usr/include/libxml2" NEON_CFLAGS="-I/usr/include/neon"
NEON_LIBS="-L/usr/lib -lneon -lz -lexpat"
LIBWPD_CFLAGS="-I/usr/include/libwpd-0.8" LIBWPD_LIBS="-L/usr/lib
-lwpd-0.8" ./configure --prefix=/opt/openoffice-2.0.3 --disable-fontooo
--without-fonts --with-system-stdlibs --with-system=freetype
--with-system-expat --with-system-zlib --with-build-version=BLFS
--with-package-format=native --disable-binfilter --enable-libsn
--disable-mozilla --enable-cairo --enable-kde --without-gpc
--with-firefox --with-system-python --with-system-sablot
--with-system-sane-headers --with-system-xrender-headers
--with-system-curl --with-system-boost --with-system-nas
--with-system-sndfile --with-system-portaudio
--with-jdk-home=/opt/jdk/jdk --with-java --with-ant-home=/opt/ant
--with-perl-home=/usr --with-lang="it" --with-x --with-system-nss
--enable-libart --with-system-libxml --with-pkg-config=/usr
--with-system-neon --with-system-libwpd
LIBART_CFLAGS="-I/usr/include/libart-2.0" LIBART_LIBS="-L/usr/lib
-lart_lgpl_2" GNOMEVFS_CFLAGS="-I/opt/gnome-2.14.2/gnome-vfs-2.0
-I/opt/gnome-2.14.2/lib/gnome-vfs-2.0/include"
GNOMEVFS_LIBS="-L/opt/gnome-2.14.2/lib -lgnomevfs-2" --with-system-nss
GCONF_CFLAGS="-I/opt/gnome-2.14.2/include/gconf/2"
GCONF_LIBS="-L/opt/gnome-2.14.2/lib -lgconf-2"
GTK_CFLAGS="-I/usr/include/gtk-2.0" GTK_LIBS="-L/usr/lib -lgtk-x11-2.0"
GTK_LIBS="-L/usr/lib -lgtk-x11-2.0" GTK_LIBS="-L/usr/lib
-lgtk-${target}-2.0"
I tried to reinstall gtk+-2.8.20 but nothing.
What's the problem and how to solve it?
P.S. I noticed a strange error in when I give make install to packages
libtool returns a warning about some la files that seems to be moved,
another problem with sound-cards, I have a M Audio Audiophile 24/96 and
a SoundBlaster Audigy, compiled the drivers as modules and insert the
following in /etc/modprobe.conf
"options snd-emu10k1 index=0
options snd-ice1712 index=1" but in the applet volume (using
gstreamer-0.10) of Gnome it tells only about the Audiophile with alsa
and an unknown (OSS mixer).
LFS SVN-20060906 and BLFS SVN-20060916
Modifications Glibc-2.4 and Kernel headers from Cross-LFS.
Hope someone help me to solve these problems.
Bye,
Luca
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page