[poppler] PDFDocument.h:33:25: error: poppler-qt4.h: No such file or directory

Ihar `Philips` Filipau thephilips at gmail.com
Sun Nov 4 07:02:31 PST 2012


On 11/4/12, Hongyi Zhao <hongyi.zhao at gmail.com> wrote:
> Hi all,
>
> I've compiled the latest poppler git version from here:
>
> git clone git://git.freedesktop.org/git/poppler/poppler
>
> The compiling was done with the following steps:
>
> $ ./configure --enable-poppler-qt4 && make && make install
>
> This will install the poppler with qt4 wrapper under /usr/local.
>

Why not try then to use the `--prefix` option to install it under the /usr?

e.g.

$ ./configure --prefix=/usr --enable-poppler-qt4 && make && make install

See `./configure --help` for more option.

> Then, I proceed to compile the svn version of texstudio, but I meet the
> following errors:
>


More information about the poppler mailing list