Thanks Ariya.
I'm compiling from svn and didn't realise it was in the tree. I'm getting an error:
extension/internal/wpg-input.cpp:48:27: libwpg/libwpg.h: No such file or directory
In file included from extension/internal/wpg-input.cpp:49:
extension/internal/libwpg/WPGStreamImplementation.h:37: warning: `class libwpg::WPGFileStream' has virtual functions but non-virtual destructor
extension/internal/libwpg/WPGStreamImplementation.h:60: warning: `class libwpg::WPGMemoryStream' has virtual functions but non-virtual destructor
But copying libwpg.h from the CVS source (from sf.net) to ./src/extension/internal/ gets me going again.
I still get lots of warnings like: In file included from extension/internal/libwpg/WPGXParser.cpp:28:
extension/internal/libwpg/WPGXParser.h:40: warning: `class WPGXParser' has virtual functions but non-virtual destructor
Cheers
pbhj
On Thursday 17 August 2006 22:04, you wrote:
> Hi pbhj,
>
> > Oh btw does anyone know where to get libwpg. Currently I'm using
> > --disable-wpg or is it --without-wpg (I think I used both!) as I don't
> > have this installed and the make fails without it. The SF.net page
> > doesn't have any published files.
>
> You must use development version of Inkscape (not version 0.44). It
> has its copy of libwpg.
>
> HTH.
>
> Regards,
>
> Ariya