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

Re: merge



> On Tue, May 09, 2000 at 11:50:20PM +0800, Hilaire Fernandes wrote:
> > Laurent Gauthier writes:
> >  > On Tue, May 09, 2000 at 11:27:07PM +0800, Hilaire Fernandes wrote:
> >  > > The new geometric engine has been merged in the HEAD of dr-genius
> >  > > CVS.
> >  > > 
> >  > > Hilaire
> >  > 
> >  > I've tried to compile it, but I've had a problem with libxml.
> >  > Does it require the CVS version of libxml?
> > no libxml > 2.0.0. 
> > 
> > The configure should check for such a version. Did you ./configure
> > before compiling. Or the check for libxml 2.0.0 may be broken.
> > 
> 
> Yes, but I've have only libxml 1.8.x, and 2.0.0 is recent, so I don't
> have it with my distrib.  Well, ... I guess I'll have to install it,
> is there an RPM somewhere?
> 
> By the way the check (done in configure.in) is saying that GNUMERIC is
> asking for 2.0.0... :-)

Yes, so I expect Dr Genius to do spreadsheets, and change its name to
Dr Genieric.
Anyhow, there are libxml2 and libxml2-devel rpms at the gnome ftp
site, under /pub/GNOME/contrib/redhat/i386/Base
I downloaded those rpms, and I still had the problem with libxml.
Then I installed the rpms, and that seemed to help things a lot.
However, the libxml-devel had the *.h files in /usr/include/gnome-xml,
while the libxml2-devel has the *.h files in /usr/include/libxml.
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>
I have to give a final now, I'll try compiling it again afterwards.

Jay Belanger