Re: [gchartman-devel] Build problem
Status: Inactive
Brought to you by:
markpmc
From: Greg C. <we...@po...> - 2001-05-06 00:00:25
|
chr...@is... wrote: > 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. Yes, that was the problem, sortof. thanks ! I use libxml2-2.3.6 , the configue script finds it, but the makefile is picking up the libxml1 headers in /usr/include/gnome-xml instead of the libxml headers in /usr/local/include/libxml. Unfortunately I still need the libxml1 headers for now. > > > > 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' > [snip] > > > 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... Had just done a fresh update., so I have whatever is latest in the tree. > > > Christian > |