You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Rud Merriam <k5...@arrl.net> on 2004/07/26 07:09:26 UTC

VC .NET Build Broken

I download Axis to use with a project that needs to connect to a web
service. The client creation is clearly superior ot gSoap. I experimented
with the Amazon WSDL and encountered some problems that I reported to the
user email list.

After getting a clean compile I am receiving an exception about an invalid
string position. It isn't real useful since it is buried in the DLLs.

I downloaded the source to build a debug library or DLL. It won't build
using the VC projects. I did a CVS checkout and it won't build either. I
experimented trying to get it to work without success. The VC build just
seems to be broken.

For the client the errors are:

Compiling...
WSDDDocumentExpat.cpp
c1xx : fatal error C1083: Cannot open source file:
'\axisdev\ws-axis\c\src\wsdd\WSDDDocumentExpat.cpp': No such file or
directory
TypeMapping.cpp
d:\axisdev\ws-axis\c\src\common\TypeMapping.cpp(29) : error C2371:
'm_sTypeMap' : redefinition; different basic types
d:\axisdev\ws-axis\c\include\axis\server\TypeMapping.h(63) : see declaration
of 'm_sTypeMap'
SoapParserExpat.cpp
c1xx : fatal error C1083: Cannot open source file:
'\axisdev\ws-axis\c\src\soap\SoapParserExpat.cpp': No such file or directory
Packet.cpp
d:\axisdev\ws-axis\c\src\common\Packet.cpp(26) : fatal error C1083: Cannot
open include file: 'axis/server/AxisTrace.h': No such file or directory
AxisException.cpp
c1xx : fatal error C1083: Cannot open source file:
'\axisdev\ws-axis\c\src\common\AxisException.cpp': No such file or directory


Rud Merriam
K5RUD


For the server, which I don't need, the errors are:

TypeMapping.cpp
d:\axisdev\ws-axis\c\src\common\TypeMapping.cpp(29) : error C2371:
'm_sTypeMap' : redefinition; different basic types
d:\axisdev\ws-axis\c\include\axis\server\TypeMapping.h(63) : see declaration
of 'm_sTypeMap'
Packet.cpp
d:\axisdev\ws-axis\c\src\common\Packet.cpp(26) : fatal error C1083: Cannot
open include file: 'axis/server/AxisTrace.h': No such file or directory