Howdy, 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. What am I missing? Thanks, Kent
on 16.07.2008 22:38
on 17.07.2008 21:18
On Wed, Jul 16, 2008 at 3:37 PM, Kent Tenney <ktenney@gmail.com> wrote: > Howdy, > > 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. > > What am I missing? Fixed. Ubuntu 8.04 requires sudo apt-get install libpoppler-glib-dev
on 18.07.2008 10:20
On Thu, 2008-07-17 at 13:52 -0500, Kent Tenney wrote:
> 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
on 18.07.2008 18:07
On Thu, Jul 17, 2008 at 5:59 PM, Ted Gould <ted@gould.cx> wrote: >> >> sudo apt-get install libpoppler-glib-dev > > Actually if you do: > > sudo apt-get build-dep inkscape Cool, learning about build-dep will be a time saver. only 1 additional requirement sudo apt-get install libgsl0-dev Thanks, Kent