[poppler] make errors

Norman Khine norman at khine.net
Fri Jul 10 12:28:47 PDT 2009


Hello I have installed gtk+ 2.1.4 from http://www.gtk-osx.org/
Also I updated my ~/.profile file so that:

export PKG_CONFIG_PATH=/Library/Frameworks/GLib.framework/Resources/dev/lib/pkgconfig:/Library/Frameworks/Gtk.framework/Resources/dev/lib/pkgconfig:/Library/Frameworks/Cairo.framework/Resources/dev/lib/pkgconfig:/Library/Frameworks/Python.framework/Versions/2.5/lib/pkgconfig:$PKG_CONFIG_PATH

Now when I:

$ cd ~/PACKAGES/poppler-0.10.6
$ ./configure
...
config.status: creating poppler/poppler-config.h
config.status: poppler/poppler-config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

Building poppler with support for:
  splash output:      yes
  cairo output:       yes
  abiword output:     yes
  qt wrapper:         no
  qt4 wrapper:        no
  glib wrapper:       yes
    use GDK:          yes
  use gtk-doc:        no
  use libjpeg:        yes
  use zlib:           no
  use libopenjpeg:    yes
  command line utils: yes

$ make
...
http://paste.lisp.org/display/83390

I get the above error

If:
$ ./configure --disable-cairo-output
...
I get this error when I run make

        --eprod "GType @enum_name at _get_type (void) G_GNUC_CONST;\n" \
        poppler-action.h poppler-document.h poppler-page.h
poppler-attachment.h poppler-form-field.h poppler-annot.h poppler.h )
> xgen-stamp-poppler-enums.h \
&& ( cmp -s xgen-stamp-poppler-enums.h poppler-enums.h || cp
xgen-stamp-poppler-enums.h poppler-enums.h ) \
&& rm -f xgen-stamp-poppler-enums.h \
&& echo timestamp > stamp-poppler-enums.h
/bin/sh: line 1: --fhead: command not found
make[2]: *** [stamp-poppler-enums.h] Error 127
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

How do I build poppler correctly?

Thanks
Norman


More information about the poppler mailing list