[xml] libxslt 1.0.6 undefined Symbol in xslt.h



hello,

While compiling our modules against the latest release of libxslt (1.0.6)
I realized a problem with libxslt/xslt.h: 
the Symbol LIBXSLT_PUBLIC is not defined in the header file.
while building the library there were no errors at all. but if i include 
the header in a module, the compilation fails.  

after adding the following lines to xslt.h it caused no problems at all

#ifndef LIBXSLT_PUBLIC
#define LIBXSLT_PUBLIC
#endif

i don't know if this is really an error, since this occours only on one
machine. since this machine was libxml /libxslt free before this attempt 
i think this is introduced in this version.


regards 
christian



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