Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2002 16:43:34 -0800 (PST)
From:      Peter Losher <plosher@wwiv.com>
To:        freebsd-questions@freebsd.org
Subject:   Compiling KDE themes from kde-look.org...
Message-ID:  <20020213161749.O81786-100000@luftpost.plosh.net>

next in thread | raw e-mail | index | archive | help
Hi -

Has anyone had any success in compiling anything KDE related outside of
/usr/ports?  I have been trying to install rendering theme engines for KDE
2.2 at kde-look.org, and in the configuration process, it keeps terminating
looking for libjpeg, libpng, QT 2.2.2 libs, etc:

-=-
[...]
checking for libXext... yes
checking for libpng... no
checking for libjpeg6b... no
checking for libjpeg... no
configure: warning:
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.

checking for Qt... configure: error: Qt (>= Qt 2.2.2) (libraries) not
found. Please check your installation!
For more details about this problem, look at the end of config.log.
-=-

looking at config.log:

-=-
[...]
configure:5271: checking for Qt
tried NO
tried /usr/lib/qt2/lib
tried /usr/lib/qt2
tried /usr/lib/qt/lib
tried /usr/lib/qt
tried /usr/X11R6/lib
tried /usr/lib
tried /usr/local/qt/lib
tried /usr/X11R6/lib
configure:5432: rm -rf SunWS_cache; g++ -o conftest -O2 -fno-exceptions
-fno-check-new$
conftest.C: In function `int main()':
conftest.C:20: warning: unused variable `int magnolia'
conftest.C:15: warning: unused variable `class QStringList * t'
/usr/libexec/elf/ld: cannot find -lqt
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qapp.h>
#include <qobjcoll.h>
#include <qevent.h>
-=-

Compiling other QT/KDE programs under /usr/ports works fine.  What gives?
Any ideas would be greatly apprechiated.

Thanks! - Peter
-- 
[ http://www.plosh.net/ ]


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020213161749.O81786-100000>