[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: merge




 >  > So some of the sources (at least canvas.cc) have lines 
 >  > #include <gnome-xml/*.h>
 >  > that have to be changed (for me, at least) to
 >  > #include <libxml/*.h>
 > 
 > So this is bad, it's preferable <*.h> to use. The include path
 > are setup up at congigure time by 'xml-config --clfags'. On my station
 > it return it return:
 > 
 > -I/usr/local/include/libxml -I/usr/local/include
 > 
 > 
 > so #include <libxml/.*> will work and #include <*.h> also.

Arg! This is wrong because libglade need libxml-1.x.x. So this result
in an include path with both -I/usr/local/include/libxml &
-I/usr/local/include/gnome-xml.h

So the only way is to prepend libxml/ to tree.h & parser.h

What I have just done and commited to the CVS.

Hilaire