From owner-freebsd-questions Sat Nov 9 1:22:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A269037B401 for ; Sat, 9 Nov 2002 01:22:33 -0800 (PST) Received: from smtp5.andrew.cmu.edu (SMTP5.andrew.cmu.edu [128.2.10.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08A0143E9E for ; Sat, 9 Nov 2002 01:22:33 -0800 (PST) (envelope-from abender@andrew.cmu.edu) Received: from UNIX6.andrew.cmu.edu (UNIX6.andrew.cmu.edu [128.2.11.206]) (user=abender mech=KERBEROS_V4 (0 bits)) by smtp5.andrew.cmu.edu (8.12.3.Beta2/8.12.3.Beta2) with ESMTP id gA99MVbS007393 for ; Sat, 9 Nov 2002 04:22:31 -0500 Date: Sat, 9 Nov 2002 04:22:31 -0500 (EST) From: Adam Bender To: freebsd-questions@freebsd.org Subject: Installing program with Qt conflict Message-ID: 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 I'm trying to install a game (hearts, http://hearts.sourceforge.net/) by running the configure file that comes with it. configure produces this error: checking for Qt... configure: error: Qt (snapshot >= Qt 2.1 beta2) (libraries) not found. Please check your installation! I don't understand this, because I have 2 versions of Qt installed: (02:55:35) root@proteus:/home/adam/hearts-1.2pre5/# pkg_info | grep qt qt-2.3.1_2 A C++ X GUI toolkit qt-3.0.3_5 A C++ X GUI toolkit (I originally had 3.0, then `pkg_delete -f` 'ed to `make install` Qt 2.3, then I added the Qt 3.0 package back). Anyone have any ideas on what's going wrong and how I can fix it? Thanks, Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message