"To build the samples" section of the Apache Axis2/C Installation Guide should
be modified to include correct configuration command.
------------------------------------------------------------------------------------------------------------------------------------
Key: AXIS2C-760
URL: https://issues.apache.org/jira/browse/AXIS2C-760
Project: Axis2-C
Issue Type: Bug
Components: build system (Unix/Linux)
Affects Versions: 1.1.0
Environment: Linux
Reporter: Krishantha Samaraweera
Priority: Trivial
Axis2c samples make failed.
I have download the Apache Axis2/C 1.1.0 Release and installed the source
Distribution successfully on Linux. But once I try to build Axis2c samples,
make failed with following error messages.
echo.h:21:32: error: axis2_svc_skeleton.h: No such file or directory
echo.h:22:32: error: axutil_log_default.h: No such file or directory
echo.h:23:34: error: axutil_error_default.h: No such file or directory
echo.h:24:24: error: axiom_text.h: No such file or directory
echo.h:25:24: error: axiom_node.h: No such file or directory
echo.h:26:27: error: axiom_element.h: No such file or directory
I followed the Apache Axis2/C Installation Guide and used the following
configuration option to build samples
./configure --prefix=${AXIS2C_HOME} --with-axis2_util=${AXIS2C_HOME}/include
-with-axiom=${AXIS2C_HOME}/include
once I checked inside the "${AXIS2C_HOME}/include/" , another directory name
"axis2-1.1" has been found and all the .h fills reside inside this "axis2-1.1"
directory. So I changed my configuration option as "./configure
--prefix=${AXIS2C_HOME} --with-axis2=$AXIS2C_HOME}/include/axis2-1.1 " and
successfully build the samples.
"To build the samples" section of the Apache Axis2/C Installation Guide should
be modified to include correct configuration command.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]