[Kde-nonlinux] KDE 3.3 configure - blind as a bat
Dave Feustel
dfeustel at mindspring.com
Tue Sep 21 00:26:39 CEST 2004
On Monday 20 September 2004 08:11 am, you wrote:
> On Monday 20 September 2004 04:07, Dave Feustel wrote:
> > I am trying to configure kde 3.3, but configure does not
> > find things in spite of my using the --with* options to tell
> > kde where things are.
> > =================my config statement
> > configure \
>
> Dave,
>
> > --with-qt-dir=/home/daf/qt-x11-free-3.3.3 \
> > --with-qt-includes=/home/daf/Qt333/qtlibs-mt/include \
> > --with-qt-libraries=/home/daf/Qt333/qtlibs-mt/lib \
> > --with-extra-libraries=/home/daf/Xtra/lib
> > ===================configure error messages
> > There is an installation error in jpeg support. You seem to have only
> > one of either the headers _or_ the libraries installed. You may need
> > to either provide correct --with-extra-... options, or the
> > development package of libjpeg6b. You can get a source package of
> > libjpeg from http://www.ijg.org/ Disabling JPEG support.
>
> Make that block:
>
> configure \
> --with-qt-dir=/home/daf/qt-x11-free-3.3.3 \
> --with-qt-includes=/home/daf/Qt333/qtlibs-mt/include \
> --with-qt-libraries=/home/daf/Qt333/qtlibs-mt/lib \
> --with-extra-libraries=/home/daf/Xtra/lib:/usr/local/lib \
> --with-extra-includes=/usr/local/include
>
> ...and try again. This is what we need on FreeBSD to pick up extra
> libraries/headers, I'm guessing OpenBSD is similar.
>
> A.
configure puts out
[...]
checking for extra includes... added
checking for extra libs... no
checking for libz... -lz
checking for libpng... no
checking for libjpeg6b... no
checking for libjpeg... no
[...]
when run with the following invocation:
==============
configure \
--without-arts \
--with-qt-dir=/home/daf/qt-x11-free-3.3.3 \
--with-qt-includes=/home/daf/Qt333/qtlibs-mt/include \
--with-qt-libraries=/home/daf/Qt333/qtlibs-mt/lib \
--with-extra-libraries=/home/daf/Xtra/lib:/usr/local/lib \
--with-extra-includes=/usr/local/include:/home/daf/Xtra/include
================
note the "checking for extra libs... no" even though
--with-extra-libraries=/home/daf/Xtra/lib:/usr/local/lib
is specified and Xtra/lib contains
=================
-rw-r----- 1 daf daf 185176 Sep 7 2003 libaudiofile.a
-rwxr-x--- 1 daf daf 730 Sep 7 2003 libaudiofile.la
-rwxr-x--- 1 daf daf 171274 Sep 7 2003 libaudiofile.so.0.2
-rw-r----- 1 daf daf 154088 Sep 7 2003 libjpeg.a
-rwxr-x--- 1 daf daf 448 Sep 7 2003 libjpeg.la
-rwxr-x--- 1 daf daf 135794 Sep 7 2003 libjpeg.so.62.0
lrwxrwx--- 1 daf daf 15 Sep 19 19:58 libjpeg6b -> libjpeg.so.62.0
-rw-r----- 1 daf daf 390068 Sep 7 2003 libmng.a
-rwxr-x--- 1 daf daf 748 Sep 7 2003 libmng.la
-rwxr-x--- 1 daf daf 376106 Sep 7 2003 libmng.so.1.0
-r--r----- 1 daf daf 161924 Sep 7 2003 libpng.a
-r--r----- 1 daf daf 148545 Sep 7 2003 libpng.so.3.1
drwxrwx--- 2 daf daf 512 Aug 22 21:15 pkgconfig
=====================
--
Dave Feustel 260-422-5330
More information about the kde-nonlinux
mailing list