On 11/4/12, Hongyi Zhao <[email protected]> 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: > _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
