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

[arma@mit.edu: Re: [seul-edu] Dr Genius release]



 > On my RH6.0 system, I grabbed the drgenius tgz. I ran
 > ./configure, and it failed saying I didn't have libGlade.
 > So I got libxml*.rpm and libglade*.rpm and installed them.
 > configure worked correctly, but during make I got:


Ok the BAD_CAST is a macro who comes from a libxml header file, to
prevent warning. My version of libxml is 1.7.3.
BAD_CAST is just a cast: #define BAD_CAST (xmlChar *) defined in <tree.h>

You should better take the source of libxml and compile them.

Hilaire