keredson / desigle

Automatically exported from code.google.com/p/desigle
0 stars 0 forks source link

Can't install dependencies #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
$ bzr branch
http://bazaar.launchpad.net/~poppler-python/poppler-python/poppler-0.6-experimen
tal
bzr: ERROR: Not a branch: "https://code.launchpad.net/".

I have no experience with bazaar and svn. Did anything change?

Original issue reported on code.google.com by crushyer...@gmail.com on 30 Aug 2008 at 2:08

GoogleCodeExporter commented 8 years ago
I had the same problem, please help.

Original comment by jona...@gmail.com on 8 Sep 2008 at 9:35

GoogleCodeExporter commented 8 years ago
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 

Original comment by nickmeet@gmail.com on 9 Sep 2008 at 9:08

GoogleCodeExporter commented 8 years ago
for Ubuntu 8.10, it seems there's not libpoppler2
I don't know if this is the sticking point for me or if it's something else.
Any hope for an update to the installation instructions?

Original comment by ian.g.ta...@gmail.com on 17 Nov 2008 at 7:29

GoogleCodeExporter commented 8 years ago
I think Intrepid uses libpoppler3 and libpoppler-glib3. I had found details 
about 
the installation of poppler-python here : http://code.google.com/p/gpapers/wiki/
Installation

Although the PDF preview pane is very usefull, the last commit was at Apr 30, 
2008 
and personally I use the gedit plugin for Latex. I hope a developer will come 
to 
make desigle more stable...

Original comment by nickmeet@gmail.com on 17 Nov 2008 at 10:38

GoogleCodeExporter commented 8 years ago
for 8.10, read the pypoppler install instructions i've assembled for one of my 
other
projects:
http://code.google.com/p/gpapers/wiki/Installation

fyi, this has gotten much easier now that 9.04 has a python-poppler package
(pypoppler v.10)

Original comment by pub...@kered.org on 20 Apr 2009 at 9:20