xslt,您好!

        I compile libxml2-2.6.19 and libxslt-1.1.14 on my AIX5L machine. I 
compile libxml successfully, but fail to compile libxslt. The "make" command 
shows the following error message to me :

--------------------------------------------------------------------------------------------------------------
        "/usr/tuxedo/kevin/libxml2-2.6.19/include/libxml/encoding.h", line 
136.17: 1506-046 (S) Syntax error.
--------------------------------------------------------------------------------------------------------------

        I check "encoding.h" and only to find that there is something about 
libiconv. 

--------------------------------------------------------------------------------------------------------------
#ifdef LIBXML_ICONV_ENABLED
    iconv_t iconv_in;
    iconv_t iconv_out;
#endif /* LIBXML_ICONV_ENABLED */
--------------------------------------------------------------------------------------------------------------

        I compile another test.c to confirm that there is ICONV support and the 
compiler can find the definition of "iconv_t" in my machine. 

        I really don't know what's wrong with the above code. 

        致
礼!
                                

        周平
[EMAIL PROTECTED]
          2005-06-01
_______________________________________________
xslt mailing list, project page http://xmlsoft.org/XSLT/
[email protected]
http://mail.gnome.org/mailman/listinfo/xslt

Reply via email to