From owner-freebsd-questions Wed Oct 18 14:43:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gateway.telecom.ksu.edu (gateway-1.telecom.ksu.edu [129.130.63.239]) by hub.freebsd.org (Postfix) with ESMTP id 6261F37B4C5 for ; Wed, 18 Oct 2000 14:43:18 -0700 (PDT) Received: from sioux.telecom.ksu.edu(129.130.60.32) by pawnee.telecom.ksu.edu via smap (V2.0) id xma024701; Wed, 18 Oct 00 16:42:46 -0500 Message-ID: <39EE1937.9313F71B@telecom.ksu.edu> Date: Wed, 18 Oct 2000 16:42:16 -0500 From: nathan X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Bigwillie Cc: freebsd-questions@freebsd.org Subject: Re: QT2.2.0 References: <4.2.0.58.20001018145034.009e5630@mail-hub.optonline.net> <4.2.0.58.20001018172720.009daa60@mail-hub.optonline.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i sent a quick solution to you earlier that _will_ work, assuming qt did install from ports here 'tis again --snip-- if you can't find where they are installed.. you can just do this (in bash) export set QTDIR=/usr/ports/x11-toolkits/qt21/work/qt-2.1.1/ as a temp hack to get your other progs installed... you can always either link, or move that dir somewhere permanent like /usr/local/qt or whatever over time, your ports.../work will surely get smoked, and you'll be pooched also.. ldconfig -r | grep qt will show where your linker thinks they are make sure whats listed exists.. good luck --snip-- Bigwillie wrote: > You didn't read the ?. Im looking for the headers and libraries that the > qt installed created......:) > > At 03:02 PM 10/18/00 , you wrote: > > >Bigwillie wrote: > > > > > > I installed kde 1.94 via packages (which is way faster than through the > > > ports) and supposedly qt 2.2.0 is installed on my system. I found out by > > > invoking pkg_info -a | grep qt. > > > Im trying to install ksetiwatch 2.0.1 which needs qt 2.2.0 and cannot > > find it. > > > Can anyone point me to where the headers and libraries are located for qt > > > 2.2.0? > > > I tried using /usr/X11R6/include/qt, but that didn't work. > > > >It wouldn't work since you haven't installed it. I tried > > > >ruby# locate qt22 > >/usr/ports/x11-toolkits/qt22 > > > >You need to cd there and make and make install > > > >Kent > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message