Hello,
I've moved libwpg from being included in the Inkscape to using the shared library. If you don't have it, you
Not sure what happened there....
On Wed, 2007-10-31 at 06:35 -0700, Ted Gould wrote:
Hello,
I've moved libwpg from being included in the Inkscape to using the shared library. If you don't have it, you
<continuing>
You'll need to get the libwpg library, and configure will pick it up and include it.
--Ted
On 10/31/07, Ted Gould <ted@...11...> wrote:
Not sure what happened there....
On Wed, 2007-10-31 at 06:35 -0700, Ted Gould wrote:
Hello,
I've moved libwpg from being included in the Inkscape to using the shared library. If you don't have it, you
<continuing>
You'll need to get the libwpg library, and configure will pick it up and include it.
--Ted
Thats just broken the build on windows btw, since its not in the lib bundle...
I installed libwpg 0.1 but compilation fails (linux):
extension/internal/wpg-input.cpp:48:27: error: libwpg/libwpg.h: No such file or directory extension/internal/wpg-input.cpp:49:44: error: libwpg/WPGStreamImplementation.h: No such file or directory
On Wed, Oct 31, 2007 at 03:13:50PM -0300, bulia byak wrote:
I installed libwpg 0.1 but compilation fails (linux):
extension/internal/wpg-input.cpp:48:27: error: libwpg/libwpg.h: No such file or directory extension/internal/wpg-input.cpp:49:44: error: libwpg/WPGStreamImplementation.h: No such file or directory
Ted says this is now fixed, but his network went down before he could send the email about it.
Bryce
On Wed, 2007-10-31 at 15:13 -0300, bulia byak wrote:
I installed libwpg 0.1 but compilation fails (linux):
extension/internal/wpg-input.cpp:48:27: error: libwpg/libwpg.h: No such file or directory extension/internal/wpg-input.cpp:49:44: error: libwpg/WPGStreamImplementation.h: No such file or directory
Sorry, forgot the Makefile_insert. It should be better now. BTW, you'll need the libwpg-dev package also.
--Ted
On 10/31/07, john cliff <john.cliff@...400...> wrote:
On 10/31/07, Ted Gould <ted@...11...> wrote:
Not sure what happened there....
On Wed, 2007-10-31 at 06:35 -0700, Ted Gould wrote:
Hello,
I've moved libwpg from being included in the Inkscape to using the shared library. If you don't have it, you
<continuing>
You'll need to get the libwpg library, and configure will pick it up and include it.
--Ted
Thats just broken the build on windows btw, since its not in the lib bundle...
Reverting src\extension to rev 16382 gets it building again.
On Wed, 2007-10-31 at 18:54 +0000, john cliff wrote:
On 10/31/07, john cliff <john.cliff@...400...> wrote:
Thats just broken the build on windows btw, since its not in the lib bundle...
Reverting src\extension to rev 16382 gets it building again.
I believe that the build.xml has been changed to blacklist wpg. Unfortunately, the build tools are so different than those on Linux that the settings are not shared.
--Ted
participants (4)
-
Bryce Harrington
-
bulia byak
-
john cliff
-
Ted Gould