Hi,
I have met some problems to compile the axis2c head. Here are the
modifications done to get all (almost) in order:
1- upgrade of the libxml2 library (2.6.27)
2- some modifications (cf. patch.diff)
Simon
Index: configure.ac
===================================================================
--- configure.ac (revision 523095)
+++ configure.ac (working copy)
@@ -112,7 +112,8 @@
AC_MSG_RESULT(yes)
WRAPPER_DIR="libxml2"
PKG_CHECK_MODULES(PARSER, libxml-2.0)
- CFLAGS="$CFLAGS $PARSER_LIBS"
+ CFLAGS="$CFLAGS $PARSER_CFLAGS"
+ LDFLAGS="$LDFLAGS $PARSER_LIBS"
;;
esac ],
Index: modules/core/engine/Makefile.am
===================================================================
--- modules/core/engine/Makefile.am (revision 523095)
+++ modules/core/engine/Makefile.am (working copy)
@@ -16,6 +16,7 @@
$(top_builddir)/modules/core/receivers/libaxis2_receivers.la \
$(top_builddir)/modules/core/deployment/libaxis2_deployment.la \
$(top_builddir)/modules/core/context/libaxis2_context.la \
+ $(top_builddir)/modules/core/transport/http/common/libaxis2_http_common.la \
$(top_builddir)/modules/core/addr/libaxis2_addr.la \
$(top_builddir)/modules/core/clientapi/libaxis2_clientapi.la \
$(top_builddir)/modules/core/phaseresolver/libaxis2_phaseresolver.la \
Index: modules/core/transport/http/server/apache2/axis2_apache2_worker.h
===================================================================
--- modules/core/transport/http/server/apache2/axis2_apache2_worker.h (revision 523095)
+++ modules/core/transport/http/server/apache2/axis2_apache2_worker.h (working copy)
@@ -58,7 +58,7 @@
const axis2_env_t *env,
request_rec *r);
- axis2_status_t (AXIS2_CALL *
+ void (AXIS2_CALL *
free)(
axis2_apache2_worker_t *apache2_worker,
const axis2_env_t *env);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]