This is how I just successfully installed it on ubuntu 8.04 :
sudo apt-get install python python-glade2 python-gnome2 python-gconf
python-gnome2-extras
sudo apt-get install texlive-latex-base texlive-base-bin texlive-latex-
extra
sudo apt-get install build-essential libpoppler2 libpoppler-dev
libpoppler-glib2 libpoppler-glib-dev python-cairo-dev bzr gnome-common
python-dev python-gnome2-dev python-gtk2-dev python-gobject-dev python-
pyorbit-dev
bzr branch
http://bazaar.launchpad.net/~poppler-python/poppler-python/trunk
--revision 40
cd trunk
./autogen.sh
./configure
make
sudo make install
Current revision is 49 but ./autogen.sh failed with the following
message :
checking for PYPOPPLER... configure: error: Package requirements
( pygtk-2.0 >= 2.10.0,
atk >= 1.6.0,
poppler-glib >= 0.8,
pycairo >= 1.2.0
) were not met:
Requested 'poppler-glib >= 0.8' but version of poppler-glib is 0.6.4
Does anybody know how to modify the build script? I can just replace
the following python code? :
child_stdin, child_stdout = os.popen2( 'pdflatex -file-line-error -src-
specials -halt-on-error "%s"' % (self.tex_file) )
On Aug 30, 5:08 am,
codesite-nore...@google.com wrote:
> Issue 6: Can't install dependencieshttp://
code.google.com/p/desigle/issues/detail?id=6
>
> New issue report by crushyerbones:
> $ bzr branchhttp://
bazaar.launchpad.net/~poppler-python/poppler-python/poppler-0....