17 Jul
2008
17 Jul
'08
10:59 p.m.
On Thu, 2008-07-17 at 13:52 -0500, Kent Tenney wrote:
On Wed, Jul 16, 2008 at 3:37 PM, Kent Tenney <ktenney@...155...> wrote:
I just did bzr branch lp:inkscape
configure, make and install seem fine. The resulting Inkscape doesn't list .pdf in open dialog, errors if I try to open one.
Ubuntu 8.04 requires
sudo apt-get install libpoppler-glib-dev
Actually if you do:
sudo apt-get build-dep inkscape
You'll get all the build dependencies that the Inkscape built for the distro was built with. In this case it would be the poppler headers, but also likely things like the libwpg-dev package also.
--Ted