On 4 March 2011 16:12, Geoffrey Hutchison <ge...@geoffhutchison.net> wrote: >> It gave me this time another error, by the way, I am a user not the >> administrator. But I defined the path to cmake and boost. Here is the last >> error: >> Workstation2/scratch/openbabel-2.3.0/include/openbabel/xml.h:176: undefined >> reference to `xmlTextWriterStartElement' >> CMakeFiles/cdxmlformat.dir/xml/cdxmlformat.o(.text+0xe1b):Workstation2/scratch/openbabel-2.3.0/include/openbabel/xml.h:176: >> undefined reference to `xmlTextWriterWriteFormatAttribute' > > Well, it seems like this workstation does not have a recent version of > libxml2, or doesn't have the libxml2-dev package installed.
Exactly. The easiest solution is to configure CMake with "-DLIBXML2_FOUND=FALSE" which I think should avoid compiling the XML formats. If you need CML an friends, you'll have to download and compile a newer version of libxml yourself. > -Geoff > > > ------------------------------------------------------------------------------ > What You Don't Know About Data Connectivity CAN Hurt You > This paper provides an overview of data connectivity, details > its effect on application quality, and explores various alternative > solutions. http://p.sf.net/sfu/progress-d2d > _______________________________________________ > OpenBabel-discuss mailing list > OpenBabel-discuss@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/openbabel-discuss > ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ OpenBabel-discuss mailing list OpenBabel-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbabel-discuss