That worked. Thanks!
On Wed, 2006-09-13 at 00:23 -0700, John Hawkins wrote:
The problem is that you are not using the ANT build which is the only recommended way of building please see here -> http://ws.apache.org/axis/cpp/antbuild-guide.html
"William Strathearn" <[EMAIL PROTECTED]>
13/09/2006 07:56
Please respond to
"Apache AXIS C Developers List" <axis-c-dev@ws.apache.org>
|
|
To
|
<axis-c-dev@ws.apache.org>
|
cc
|
|
Subject
|
src/common/AxisTime.cpp missing from axis-c-1.6b-Linux-trace-src.tar.gz
|
|
I've tried compiling from the source in axis-c-1.6b-Linux-trace-src.tar.gz, but found that src/common/AxisTime.cpp is needed and missing. If I want a stable build, should I just checkout the latest from svn?
[EMAIL PROTECTED]:~/installed/axis-c-1.6b-Linux-trace-src$ make
make all-recursive
make[1]: Entering directory `/home/william/installed/axis-c-1.6b-Linux-trace-src'
Making all in src
make[2]: Entering directory `/home/william/installed/axis-c-1.6b-Linux-trace-src/src'
Making all in common
make[3]: Entering directory `/home/william/installed/axis-c-1.6b-Linux-trace-src/src/common'
.
.
.
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -Wall -Wshadow -DENABLE_AXISTRACE -Wall -Wshadow -DENABLE_AXISTRACE -g -O2 -Wp,-MD,.deps/ArrayBean.pp -c ArrayBean.cpp -fPIC -DPIC -o .libs/ArrayBean.o
ArrayBean.cpp: In destructor `virtual axiscpp::ArrayBean::~ArrayBean()':
ArrayBean.cpp:329: warning: deleting `void*' is undefined
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -Wall -Wshadow -DENABLE_AXISTRACE -Wall -Wshadow -DENABLE_AXISTRACE -g -O2 -Wp,-MD,.deps/ArrayBean.pp -c ArrayBean.cpp -o ArrayBean.o >/dev/null 2>&1
make[3]: *** No rule to make target `AxisTime.lo', needed by `libcommon.la'. Stop.
make[3]: Leaving directory `/home/william/installed/axis-c-1.6b-Linux-trace-src/src/common'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/william/installed/axis-c-1.6b-Linux-trace-src/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/william/installed/axis-c-1.6b-Linux-trace-src'
make: *** [all-recursive-am] Error 2
[EMAIL PROTECTED]:~/installed/axis-c-1.6b-Linux-trace-src$ find . -name "*AxisTime*"
[EMAIL PROTECTED]:~/installed/axis-c-1.6b-Linux-trace-src$
--
Bill