From owner-freebsd-questions@FreeBSD.ORG Wed Jun 11 17:28:03 2003 Return-Path: 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 6C07437B401 for ; Wed, 11 Jun 2003 17:28:03 -0700 (PDT) Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by mx1.FreeBSD.org (Postfix) with SMTP id D529043F75 for ; Wed, 11 Jun 2003 17:28:02 -0700 (PDT) (envelope-from rohitvis@rogers.com) Received: from cpe0002a5b30bb5-cm0000396edc60.cpe.net.cable.rogers.com (HELO raptor) (rohitvis@63.138.113.68 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 12 Jun 2003 00:28:02 -0000 From: Rohit To: Andreas Kohn Date: Wed, 11 Jun 2003 20:27:02 +0000 User-Agent: KMail/1.5 References: <200306111025.10835.rohitvis@rogers.com> <1055367778.76284.17.camel@klamath.ankon.homeip.net> In-Reply-To: <1055367778.76284.17.camel@klamath.ankon.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306112027.03188.rohitvis@rogers.com> cc: questions@FreeBSD.org Subject: Re: qt compile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2003 00:28:03 -0000 Yes I do have QTDIR=/usr/X11R6 exported On Wednesday 11 June 2003 21:42, Andreas Kohn wrote: > Am Wed, 2003-06-11 um 12.25 schrieb Rohit: > > Hi, > > I cant get simple qt helloworld programs to compile. It complains about > > not being able to find qapplication.h and other header files which reside > > in /usr/X11R6/include on my FreeBSD 4.8 system. > > > > I have tried using the -I/usr/X11R6/include -L/usr/X11R6/lib flags when I > > complie with gcc or g++. > > > > Please help > > > > Rohit > > Hello, > > Did you set the QTDIR environment variable correctly (ie to /usr/X11R6)? > > Regards,