Hi List,<br><br>I am a user of pdftotext and pdfimages on Ubuntu 12.04 and I noticed the repo distro version was 0.18.<br>Seeing you are at 0.24 I thought I should check it out for any improvements.<br>My goal is only to use the utils, but I assume I need to compile the full codebase.<br>
<br>I am getting the following configure warnings and would like some assistance.<br><br><span style="font-family:courier new,monospace">checking for CAIRO... no<br>./configure: line 21111: test: too many arguments<br>checking for gtkdoc-check... no<br>
checking for gtkdoc-rebase... no<br>checking for gtkdoc-mkpdf... no<br>checking whether to build gtk-doc documentation... no<br>checking for POPPLER_QT4... no<br>./configure: line 22517: syntax error near unexpected token `iconv'<br>
./configure: line 22517: `      AC_LIB_LINKFLAGS_BODY(iconv)'<br></span><br>I'm guessing (not being a configure guru, these two errors should not be.)<br><br>If I need cairo (which is a heavy package), what specific packages are the minimum needed, e.. just libcairo2-dev?<br>
Any help on also getting a clean configure past the later error to run make would be appreciated.<br><br><br>My steps to reproduce are :<br><br><span style="font-family:courier new,monospace">git clone git://<a href="http://git.freedesktop.org/git/poppler/poppler">git.freedesktop.org/git/poppler/poppler</a><br>
cd poppler<br>sudo apt-get install automake libtool libfontconfig1-dev libjpeg-dev<br>./autogen.sh</span><br><br><br><br>Thanks<br><br>Ronald<br>