From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 16:04:11 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74BF01065673 for ; Thu, 27 Jan 2011 16:04:11 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.50]) by mx1.freebsd.org (Postfix) with ESMTP id 4EF7F8FC12 for ; Thu, 27 Jan 2011 16:04:10 +0000 (UTC) Received: (qmail 13911 invoked from network); 27 Jan 2011 16:04:10 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 27 Jan 2011 16:04:10 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id CA5C650822; Thu, 27 Jan 2011 11:04:08 -0500 (EST) From: Lowell Gilbert To: freebsd-questions@freebsd.org References: <20110126184552.GA72717@itcom245.staff.itd.umich.edu> Date: Thu, 27 Jan 2011 11:04:08 -0500 In-Reply-To: <20110126184552.GA72717@itcom245.staff.itd.umich.edu> (William Bulley's message of "Wed, 26 Jan 2011 13:45:52 -0500") Message-ID: <44hbcu5o5j.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Problem building GIMP 2.6.11 on 8.2-PRERELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2011 16:04:11 -0000 William Bulley writes: > Everything up to this point builds okay. Then this happens: > > Making all in common > gmake[3]: Entering directory `/usr/ports/graphics/gimp-app/work/gimp-2.6.11/plug-ins/common' > cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -O2 -fno-strict-aliasing -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT file_pdf-file-pdf.o -MD -MP -MF .deps/file_pdf-file-pdf.Tpo -c -o file_pdf-file-pdf.o `test -f 'file-pdf.c' || echo './'`file-pdf.c > file-pdf.c:30:21: error: poppler.h: No such file or directory [...] > And poppler.h exists here: > > /usr/local/include/poppler/glib/poppler.h > > and here: > > /usr/ports/graphics/poppler/work/poppler-0.14.5/glib/poppler.h > > and here: > > /usr/ports/graphics/poppler-gtk/work/poppler-0.14.5/glib/poppler.h > > and they are all identical. Only the first counts, and it's the one that should be used. You may be doing something strange in the build; you don't mention how you started the build. Definitely make sure you do a "make clean" before restarting it, and make sure that poppler shows up up in the list of installed ports ("pkg_info").