From owner-freebsd-questions@FreeBSD.ORG  Fri Sep 29 19:21:53 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 94A4D16A4C9
	for <freebsd-questions@freebsd.org>;
	Fri, 29 Sep 2006 19:21:53 +0000 (UTC)
	(envelope-from kris@obsecurity.org)
Received: from elvis.mu.org (elvis.mu.org [192.203.228.196])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3163443D70
	for <freebsd-questions@freebsd.org>;
	Fri, 29 Sep 2006 19:21:44 +0000 (GMT)
	(envelope-from kris@obsecurity.org)
Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196])
	by elvis.mu.org (Postfix) with ESMTP id 1AEE11A3C1C;
	Fri, 29 Sep 2006 12:21:44 -0700 (PDT)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id 7D80C51309; Fri, 29 Sep 2006 15:21:43 -0400 (EDT)
Date: Fri, 29 Sep 2006 15:21:43 -0400
From: Kris Kennaway <kris@obsecurity.org>
To: Jason Lixfeld <jason+lists.freebsd-questions@lixfeld.ca>
Message-ID: <20060929192143.GA34402@xor.obsecurity.org>
References: <B383188E-14D7-4D5D-BB88-543198667BDC@lixfeld.ca>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="J2SCkAp4GZ/dPZZf"
Content-Disposition: inline
In-Reply-To: <B383188E-14D7-4D5D-BB88-543198667BDC@lixfeld.ca>
User-Agent: Mutt/1.4.2.2i
Cc: freebsd-questions@freebsd.org
Subject: Re: 6.1-RELEASE compiler/preprocessor problem?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 29 Sep 2006 19:21:53 -0000


--J2SCkAp4GZ/dPZZf
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Sep 29, 2006 at 03:15:50PM -0400, Jason Lixfeld wrote:

> Not claiming to know much about anything, but can't seem to get this =20
> to compile.  The only things that stand out are the preprocessor =20
> error (which I don't know enough about to even begin to troubleshoot) =20
> and the tiffio.h no such file error.  I can vouch for the existence =20
> of the tiffio.h in /usr/local/include, but not sure if that's =20
> actually where it's trying to find it.

It's not, as the lack of -I/usr/local/include says.  This is supposed
to be provided by the port Makefile:

CFLAGS+=3D        -I${LOCALBASE}/include

so make sure all files in the port are up-to-date and you have made no
other changes yourself.

If you still have problems, your first point of call for port problems
should be the port maintainer, since they're the ones who have
volunteered to help users with problems about that port.

Kris

--J2SCkAp4GZ/dPZZf
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFHXJGWry0BWjoQKURAqFMAKCPgLxXm+u+LncATJNfyEP38WG6pwCgodbr
hHfXNJ/gWBDihsyNCziVpUA=
=sJ6V
-----END PGP SIGNATURE-----

--J2SCkAp4GZ/dPZZf--