10 Jul
2008
10 Jul
'08
1:29 p.m.
On Wed, 2008-07-09 at 21:00 +0200, Mihaela wrote:
I'm using this method to compile (only from source snapshots) and I've just noticed that my dev builds can't import pdf files, while the official 0.46 can. How do I need to compile the dev builds to make sure all the features are included?
It's probably that you don't have the poppler development headers installed. On Ubuntu/Debian you can do this with:
$ apt-get build-dep inkscape
That will give you all the dependencies that were used to build the version of Inkscape that is distributed. You'll need to re-run configure after installing the headers.
--Ted