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 Wed, Jul 16, 2008 at 3:37 PM, Kent Tenney <ktenney@...155...> 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
Thanks, Kent
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
On Thu, Jul 17, 2008 at 5:59 PM, Ted Gould <ted@...10...> wrote:
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
Cool, learning about build-dep will be a time saver.
only 1 additional requirement sudo apt-get install libgsl0-dev
Thanks, Kent
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
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
participants (2)
-
Kent Tenney
-
Ted Gould