From owner-freebsd-questions Wed Feb 13 16:43:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from luftpost.plosh.net (luftpost.plosh.net [204.152.186.181]) by hub.freebsd.org (Postfix) with ESMTP id 1CB5C37B416 for ; Wed, 13 Feb 2002 16:43:27 -0800 (PST) Received: by luftpost.plosh.net (Postfix, from userid 1001) id 1C9A732609; Wed, 13 Feb 2002 16:43:34 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by luftpost.plosh.net (Postfix) with ESMTP id 0ED202E81D for ; Wed, 13 Feb 2002 16:43:34 -0800 (PST) (envelope-from plosher@wwiv.com) Date: Wed, 13 Feb 2002 16:43:34 -0800 (PST) From: Peter Losher To: freebsd-questions@freebsd.org Subject: Compiling KDE themes from kde-look.org... Message-ID: <20020213161749.O81786-100000@luftpost.plosh.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 #include #include #include #include -=- 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