On Tue, 2005-02-01 at 19:57 -0800, Ted Gould wrote:
On Sat, 2005-01-29 at 19:14 +0100, Claus Cyrny wrote:
I'm currenty still using Inkscape 0.38, which was included in my Linux distribution (Ubuntu), but when I tried to compile v 0.40, I get error messages at the end of ./configure, saying that some libs (like XML) are missing. How can I fix this? Actually, since 0.38 works, all of the required libs should be installed, and I really would like to check out the new features!
Claus,
It is likely that you don't have the devel versions of those packages installed. Ubuntu (and I think most other distros) has different packages for using the library, and building applications against that library. To get the files that are required to build against the library you'll need to the devel package to build against.
--Ted