Summary: | gdome2-0.8 compile error with libxml2-2.6.2 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Guido Sohne <guido> |
Component: | [OLD] Library | Assignee: | Heinrich Wendel (RETIRED) <lanius> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gnome |
Priority: | High | ||
Version: | 1.4 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | patch to fix compile errors |
Description
Guido Sohne
2003-11-17 10:30:47 UTC
lanius, you added 0.8.0 afaics (no ChangeLog entry!) can you take this ? reporter, could you provide a correct diff (diff -uNr or something) Did this get fixed/reported upstream in CVS yet ? Created attachment 20879 [details, diff]
patch to fix compile errors
#include <libxml/hash.h> should be changed to
#include <libxml/parser.h>
I don't think there's a bug upstream. It's a header file inclusion problem. Sorry for forgeting the changelog entry. It compiles fine here, try to rebuild libxml2. also what's your libxml2 version? 2.6.2 ( in the description ) This is an upstream bug, your fix would fail with libxml 2.5.*, I added the patch from upstream. |