From owner-freebsd-questions Wed Nov 7 8:49:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pandora.cs.kun.nl (pandora.cs.kun.nl [131.174.33.4]) by hub.freebsd.org (Postfix) with ESMTP id 90C8A37B416 for ; Wed, 7 Nov 2001 08:49:13 -0800 (PST) Received: from odin.cs.kun.nl by pandora.cs.kun.nl via odin.cs.kun.nl [131.174.33.33] with ESMTP id fA7GnBk19143 (8.11.3/3.19); Wed, 7 Nov 2001 17:49:11 +0100 (MET) Date: Wed, 7 Nov 2001 17:49:11 +0100 (MET) From: Adriaan de Groot Reply-To: To: Bjarne Wichmann Petersen Cc: Subject: Re: Compiling non-port sources In-Reply-To: <20011107163558.EXIP22989.fepB.post.tele.dk@there> 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 On Wed, 7 Nov 2001, Bjarne Wichmann Petersen wrote: > Presently I'm trying to compile scribus (http://web2.altmuehlnet.de/fschmid/) > which fails to locate png, jpeg and qt. I got it to locate jpeg, but png is > still in the dark. Qt is a puzzle it accepts > --with-qt-includes=/usr/X11R6/includes/qt2 but it still fails to load the > libraries. I've tried --with-qt-libraries=/usr/X11R6/lib/ and other, but with > no luck. > > Any help tips would be apreciated. Mmm, it's a little out of my field of KDE-related fixing and meddling, but I'll take a look at it tonight. You *can* do a lot of sneaky stuff with setting environment variables before invoking configure, though. For example: CXXFLAGS="-L/usr/X11R6/lib/qt2 -I/usr/X11R6/include" ./configure will often -- again, it depends a little on the configure script -- use those flags for the C++ parts of the app. -- +------------------------------+--------------------------------------------+ + Adriaan de Groot + Project: FRESCoS + + adridg@cs.kun.nl + Private: adridg@sci.kun.nl + + Kamer A6020 tel. 024 3652272 + http://www.cs.kun.nl/~adridg/frescos/ + To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message