Re: [gchartman-devel] Build problem
Status: Inactive
Brought to you by:
markpmc
From: <chr...@is...> - 2001-05-05 16:52:51
|
Hi, the problem is libxml. The member 'children' exists only since 2.x, it was renamed from 'childs' (which is used in 1.x). You seem to have an old ( < 2.x) libxml package installed that is causing the trouble. > I have been trying to build gchartman , and I ran into this error > (among other stuff ) > > gchartman.c: In function `get_trading_times': > gchartman.c:436: structure has no member named `children' > gchartman.c:494: structure has no member named `children' > gchartman.c: In function `save_trading_times': > gchartman.c:515: structure has no member named `children' > gchartman.c: In function `main': > gchartman.c:1276: warning: implicit declaration of function > `xmlInitParser' > gchartman.c:1284: structure has no member named `charset' > gchartman.c:1285: structure has no member named `children' > gchartman.c:1293: structure has no member named `charset' > gchartman.c:1294: structure has no member named `children' > gchartman.c:1302: structure has no member named `charset' > gchartman.c:1303: structure has no member named `children' > gchartman.c:1311: structure has no member named `charset' > > Where is trading_times_node defined ? Do I have an old copy > of gchartman.h ? I built from the cvs tree. It is in gchartman.h, at least in my tree and in the CVS tree. Maybe something went wrong when you checked out the source? You could also try a cvs update and see if that helps... Christian |