[
http://issues.apache.org/jira/browse/AXISCPP-590?page=comments#action_61821 ]
Chinthana Danapala commented on AXISCPP-590:
--------------------------------------------
I have done some modifications it's now compiling.
Index: FaultMappingDocClient.cpp
===================================================================
RCS file: /home/cvspublic/ws-axis/c/tests/auto_build/testcases/client/cpp/FaultM
appingDocClient.cpp,v
retrieving revision 1.15
diff -u -r1.15 FaultMappingDocClient.cpp
--- FaultMappingDocClient.cpp 23 Mar 2005 15:45:06 -0000 1.15
+++ FaultMappingDocClient.cpp 30 Mar 2005 09:19:57 -0000
@@ -20,6 +20,7 @@
#include <iostream>
void sig_handler(int);
+using namespace std;
int main(int argc, char* argv[])
{
> FaultMappingDoc - Client Compilation - FAILED
> ---------------------------------------------
>
> Key: AXISCPP-590
> URL: http://issues.apache.org/jira/browse/AXISCPP-590
> Project: Axis-C++
> Type: Bug
> Components: Client - Stub
> Versions: 1.5 Final
> Reporter: Chinthana Danapala
>
> It fail to compile the client code. Give following error.
>
> [cc] DivByZeroStruct.cpp
> [cc] FaultMappingDocClient.cpp
> [cc]
> C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 54) : error C2065: 'cout' : undeclared identifier
> [cc]
> C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 54) : error C2065: 'endl' : undeclared identifier
> [cc]
> C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 54) : warning C4552: '<<' : operator has no effect; expected operator with
> side-
> effect
> [cc]
> C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 72) : error C2297: '<<' : illegal, right operand has type 'char [11]'
> [cc]
> C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 74) : error C2297: '<<' : illegal, right operand has type 'char [11]'
> [cc]
> C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 80) : error C2297: '<<' : illegal, right operand has type 'char [25]'
> [cc]
> C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 91) : error C2297: '<<' : illegal, right operand has type 'char [29]'
> [cc]
> C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 99) : error C2297: '<<' : illegal, right operand has type 'char [26]'
> [cc]
> C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 110) : error C2297: '<<' : illegal, right operand has type 'char [21]'
> [cc]
> C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 130) : error C2297: '<<' : illegal, right operand has type 'char [13]'
> [cc]
> C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 135) : error C2297: '<<' : illegal, right operand has type 'char [20]'
> [cc]
> C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 139) : error C2297: '<<' : illegal, right operand has type 'char [24]'
> [cc]
> C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 147) : error C2297: '<<' : illegal, right operand has type 'char [19]'
> [cc]
> C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 149) : error C2297: '<<' : illegal, right operand has type 'char [67]'
> [cc]
> C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 156) : error C2297: '<<' : illegal, right operand has type 'char [17]'
> [cc] OutOfBoundStruct.cpp
> [cc] SpecialDetailStruct.cpp
> [cc] Generating Code...
> [cc] cl failed with return code 2
> callCompileLinkedClient:
> compileClient:
> validateClientCompilationIfBuilding:
> [echo] FaultMappingDoc - Client Compilation - FAILED
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira