Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 86838 invoked from network); 18 Oct 2005 05:12:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Oct 2005 05:12:45 -0000 Received: (qmail 48935 invoked by uid 500); 18 Oct 2005 05:12:44 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 48678 invoked by uid 500); 18 Oct 2005 05:12:43 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 48667 invoked by uid 500); 18 Oct 2005 05:12:43 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 48658 invoked by uid 99); 18 Oct 2005 05:12:43 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 17 Oct 2005 22:12:42 -0700 Received: (qmail 86771 invoked by uid 65534); 18 Oct 2005 05:12:22 -0000 Message-ID: <20051018051222.86768.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r326032 - in /webservices/axis2/trunk/c/modules/xml/guththila/src: Makefile.am Makefile.in guththila_buffer.h guththila_token.c guththila_xml_pull_parser.c Date: Tue, 18 Oct 2005 05:12:21 -0000 To: axis2-cvs@ws.apache.org From: samisa@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: samisa Date: Mon Oct 17 22:12:09 2005 New Revision: 326032 URL: http://svn.apache.org/viewcvs?rev=326032&view=rev Log: Changes to make system to compile with APR Modified: webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.am webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.in webservices/axis2/trunk/c/modules/xml/guththila/src/guththila_buffer.h webservices/axis2/trunk/c/modules/xml/guththila/src/guththila_token.c webservices/axis2/trunk/c/modules/xml/guththila/src/guththila_xml_pull_parser.c Modified: webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.am URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.am?rev=326032&r1=326031&r2=326032&view=diff ============================================================================== --- webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.am (original) +++ webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.am Mon Oct 17 22:12:09 2005 @@ -1,5 +1,5 @@ lib_LTLIBRARIES = libguththila.la -AM_CPPFLAGS = $(CPPFLAGS) +AM_CPPFLAGS = $(CPPFLAGS) -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -O2 -pthread libguththila_la_SOURCES = guththila_token.c \ guththila_xml_pull_parser.c \ guththila_buffer.c \ @@ -10,4 +10,4 @@ guththila_reader.c libguththila_la_LIBADD = $(LDFLAGS) -INCLUDES = -I$(top_builddir)/include -I${CUTEST_HOME}/include +INCLUDES = -I$(top_builddir)/include -I${CUTEST_HOME}/include -I${APR_HOME}/include/apr-1 Modified: webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.in URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.in?rev=326032&r1=326031&r2=326032&view=diff ============================================================================== --- webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.in (original) +++ webservices/axis2/trunk/c/modules/xml/guththila/src/Makefile.in Mon Oct 17 22:12:09 2005 @@ -193,7 +193,7 @@ target_os = @target_os@ target_vendor = @target_vendor@ lib_LTLIBRARIES = libguththila.la -AM_CPPFLAGS = $(CPPFLAGS) +AM_CPPFLAGS = $(CPPFLAGS) -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -O2 -pthread libguththila_la_SOURCES = guththila_token.c \ guththila_xml_pull_parser.c \ guththila_buffer.c \ @@ -204,7 +204,7 @@ guththila_reader.c libguththila_la_LIBADD = $(LDFLAGS) -INCLUDES = -I$(top_builddir)/include -I${CUTEST_HOME}/include +INCLUDES = -I$(top_builddir)/include -I${CUTEST_HOME}/include -I${APR_HOME}/include/apr-1 all: all-am .SUFFIXES: Modified: webservices/axis2/trunk/c/modules/xml/guththila/src/guththila_buffer.h URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/guththila/src/guththila_buffer.h?rev=326032&r1=326031&r2=326032&view=diff ============================================================================== --- webservices/axis2/trunk/c/modules/xml/guththila/src/guththila_buffer.h (original) +++ webservices/axis2/trunk/c/modules/xml/guththila/src/guththila_buffer.h Mon Oct 17 22:12:09 2005 @@ -36,4 +36,4 @@ void guththila_buffer_free (guththila_buffer_t *name); guththila_buffer_t *guththila_buffer_grow (guththila_buffer_t *name); -#endif // GUTHTHILA_BUFFER_H +#endif /* GUTHTHILA_BUFFER_H */ Modified: webservices/axis2/trunk/c/modules/xml/guththila/src/guththila_token.c URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/guththila/src/guththila_token.c?rev=326032&r1=326031&r2=326032&view=diff ============================================================================== --- webservices/axis2/trunk/c/modules/xml/guththila/src/guththila_token.c (original) +++ webservices/axis2/trunk/c/modules/xml/guththila/src/guththila_token.c Mon Oct 17 22:12:09 2005 @@ -42,9 +42,10 @@ guththila_token_exception () { printf ("Throws new token Exception"); - // Samisa : we should define the error code and error desctioption and return error code to user - // no use of using printf within a library - // please delete this comment once this is fixed. + /* Samisa : we should define the error code and error desctioption and return error code to user + no use of using printf within a library + please delete this comment once this is fixed. + */ } @@ -298,5 +299,3 @@ } return output_buffer; } - - Modified: webservices/axis2/trunk/c/modules/xml/guththila/src/guththila_xml_pull_parser.c URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/guththila/src/guththila_xml_pull_parser.c?rev=326032&r1=326031&r2=326032&view=diff ============================================================================== --- webservices/axis2/trunk/c/modules/xml/guththila/src/guththila_xml_pull_parser.c (original) +++ webservices/axis2/trunk/c/modules/xml/guththila/src/guththila_xml_pull_parser.c Mon Oct 17 22:12:09 2005 @@ -65,10 +65,11 @@ guththila_xml_pull_parser_exception (char *file, int line) { printf ("Throws guththila_xml_pull_parser_exception \t %s \t %d \n", file, line); - // Samisa: we should define a set of error codes and a corresponding error message set - // rather than printing the above line to the console, we should be appending the - // above string to the error message corresponding to the current error code - // please delete this comment once this is fixed + /* Samisa: we should define a set of error codes and a corresponding error message set + rather than printing the above line to the console, we should be appending the + above string to the error message corresponding to the current error code + please delete this comment once this is fixed + */ }