Hi<br><br>I have found following error...<br><br>app_custom.c:46:25: error: libxml/tree.h: No such file or directory<br>app_custom.c:47:27: error: libxml/parser.h: No such file or directory<br>app_custom.c:48:26: error: libxml/xpath.h: No such file or directory<br>
app_custom.c:49:35: error: libxml/xpathInternals.h: No such file or directory<br>app_custom.c:51: warning: type defaults to ‘int’ in declaration of ‘xmlChar’<br>app_custom.c:51: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token<br>
app_custom.c:53: error: expected ‘)’ before ‘nodes’<br>app_custom.c: In function ‘parse_xml_buffer_data’:<br>app_custom.c:58: warning: implicit declaration of function ‘xmlInitParser’<br>app_custom.c:59: error: ‘LIBXML_TEST_VERSION’ undeclared (first use in this function)<br>
app_custom.c:59: error: (Each undeclared identifier is reported only once<br>app_custom.c:59: error: for each function it appears in.)<br>app_custom.c:62: error: expected ‘;’ before ‘if’<br>app_custom.c:72: warning: implicit declaration of function ‘xmlMemoryDump’<br>
app_custom.c: At top level:<br>app_custom.c:87: warning: type defaults to ‘int’ in declaration of ‘xmlChar’<br>app_custom.c:87: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token<br>app_custom.c:139: error: expected ‘)’ before ‘nodes’<br>
<br><br>Code into C files looks like....<br><br>#define HAVE_LIBXML2 1<br><br>#if defined(HAVE_LIBXML2)<br>        #ifndef _POSIX_C_SOURCE /* Needed on Mac OS X */<br>                #define _POSIX_C_SOURCE 200112L<br>        #endif<br>
<br>#include &lt;libxml/tree.h&gt;<br>#include &lt;libxml/parser.h&gt;<br>#include &lt;libxml/xpath.h&gt;<br>#include &lt;libxml/xpathInternals.h&gt;<br><br>int  execute_xpath_expression(const char* buffer,const xmlChar *xml_element);<br>
static int parse_xml_buffer_data(char *xml_argv, char *xml_element);<br>void print_xpath_nodes(xmlNodeSetPtr nodes, FILE* output);<br><br>---- Other C code line..<br><br>#endif<br clear="all"><br>Have any idea.<br><br>-- <br>
Regards,<br><br>Chandrakant Solanki<br><br><div class="gmail_quote">On Wed, May 5, 2010 at 10:52 AM, Chandrakant Solanki <span dir="ltr">&lt;<a href="mailto:solanki.chandrakant@gmail.com">solanki.chandrakant@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi<br><br>I am using <b>asterisk-1.6.0.5</b> on CentOS 5.3.<br><br>I have added my custom module &quot;app_xml_curl.c&quot;, which uses XML/CURL function. I would like to add this custom module into AST_TOP_DIR/apps.<br>
<br>
How to do this and what necessary steps I have to take care about this.<br><br>Thanks in advance.<br clear="all"><br>-- <br>Regards,<br><font color="#888888"><br>Chandrakant Solanki<br>
</font></blockquote></div><br><br>