You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/06/04 08:27:33 UTC

svn commit: r544070 - in /webservices/axis2/trunk/c: axiom/configure.ac util/configure.ac util/include/axutil_param.h

Author: samisa
Date: Sun Jun  3 23:27:32 2007
New Revision: 544070

URL: http://svn.apache.org/viewvc?view=rev&rev=544070
Log:
Fixed some build problems in relation to MacOS port

Modified:
    webservices/axis2/trunk/c/axiom/configure.ac
    webservices/axis2/trunk/c/util/configure.ac
    webservices/axis2/trunk/c/util/include/axutil_param.h

Modified: webservices/axis2/trunk/c/axiom/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/configure.ac?view=diff&rev=544070&r1=544069&r2=544070
==============================================================================
--- webservices/axis2/trunk/c/axiom/configure.ac (original)
+++ webservices/axis2/trunk/c/axiom/configure.ac Sun Jun  3 23:27:32 2007
@@ -72,7 +72,7 @@
                [])
 
 dnl Checks for typedefs, structures, and compiler characteristics.
-AC_C_CONST
+dnl AC_C_CONST
 
 dnl Checks for library functions.
 AC_FUNC_MALLOC

Modified: webservices/axis2/trunk/c/util/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/configure.ac?view=diff&rev=544070&r1=544069&r2=544070
==============================================================================
--- webservices/axis2/trunk/c/util/configure.ac (original)
+++ webservices/axis2/trunk/c/util/configure.ac Sun Jun  3 23:27:32 2007
@@ -86,7 +86,7 @@
                [])
 
 dnl Checks for typedefs, structures, and compiler characteristics.
-AC_C_CONST
+dnl AC_C_CONST
 AC_CHECK_TYPES([struct lifreq])
 AC_CHECK_TYPES([struct sockaddr_dl], [], [],
 [

Modified: webservices/axis2/trunk/c/util/include/axutil_param.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axutil_param.h?view=diff&rev=544070&r1=544069&r2=544070
==============================================================================
--- webservices/axis2/trunk/c/util/include/axutil_param.h (original)
+++ webservices/axis2/trunk/c/util/include/axutil_param.h Sun Jun  3 23:27:32 2007
@@ -43,12 +43,12 @@
     /**
       * TEXT PARAM
       */
-    static const int AXIS2_TEXT_PARAM = 0;
+#define AXIS2_TEXT_PARAM 0
 
     /**
      * Field DOM_PARAM
      */
-    static const int AXIS2_DOM_PARAM = 1;
+#define AXIS2_DOM_PARAM 1
 
     typedef struct axutil_param axutil_param_t;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org