From owner-freebsd-questions@FreeBSD.ORG Sat Apr 1 02:06:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4712E16A422 for ; Sat, 1 Apr 2006 02:06:33 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF0C543D6E for ; Sat, 1 Apr 2006 02:06:28 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 14692 invoked from network); 1 Apr 2006 12:06:28 +1000 Received: from 210-84-32-140.dyn.iinet.net.au (HELO localhost) (210.84.32.140) by souk06.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 1 Apr 2006 12:06:28 +1000 Date: Sat, 1 Apr 2006 12:06:25 +1100 From: Norberto Meijome To: "Logan McNaughton" Message-ID: <20060401120625.01e2b96a@localhost> In-Reply-To: <6d356f6c0603311432k417b5640g43b252ff4e900ce6@mail.gmail.com> References: <6d356f6c0603311432k417b5640g43b252ff4e900ce6@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.16; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: icewm tools X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2006 02:06:33 -0000 On Fri, 31 Mar 2006 15:32:01 -0700 "Logan McNaughton" wrote: > Hey, ive tried to download and compile IceWM Control Panel, it > required python for an install shield, so I got python, and it needed > py-gtk, so I got py24-gtk from ports, all that went fine, I tried to > run the install shield, and it gave me errors about really strange > stuff > > So I tried IceWM Control Center, required qt, so I got qt, "how" did you "get" qt? /usr/ports/x11-toolkits/qt33 ? > but when i > ran ./configure, it says i dont have the qt libraries, any > suggestions? install the package or from port. If you have, you may have to pass an option to configure telling it where to find the QT libraries (as they would be in /usr/local/lib/... ./configure --help should help you out) beto