According to Lowell Gilbert <freebsd-questions-lo...@be-well.ilk.org> on Thu, 01/27/11 at 11:04: > William Bulley <w...@umich.edu> 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.
Just wanted to show that the include file was present. > 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"). I start the build in graphics/gimp followed by "make install" freebsd% pkg_info | grep -i poppler poppler-0.14.5 A PDF rendering library poppler-data-0.4.4 Poppler encoding data poppler-gtk-0.14.5 Gtk bindings to poppler Same results doing a "make install" after a "make clean"... :-( Regards, web... -- William Bulley Email: w...@umich.edu 72 characters width template ----------------------------------------->| _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"