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 "Chinthana Danapala (JIRA)" <ax...@ws.apache.org> on 2005/03/30 11:23:19 UTC

[jira] Commented: (AXISCPP-591) FaultMappingRepeatedDoc - Client Compilation - FAILED

     [ http://issues.apache.org/jira/browse/AXISCPP-591?page=comments#action_61820 ]
     
Chinthana Danapala commented on AXISCPP-591:
--------------------------------------------

I have done some modifications it's now compiling.


Index: FaultMappingRepeatedDocClient.cpp
===================================================================
RCS file: /home/cvspublic/ws-axis/c/tests/auto_build/testcases/client/cpp/FaultM
appingRepeatedDocClient.cpp,v
retrieving revision 1.4
diff -u -r1.4 FaultMappingRepeatedDocClient.cpp
--- FaultMappingRepeatedDocClient.cpp   23 Mar 2005 15:45:06 -0000      1.4
+++ FaultMappingRepeatedDocClient.cpp   30 Mar 2005 09:17:01 -0000
@@ -20,6 +20,7 @@
 #include <iostream>

 void sig_handler(int);
+using namespace std;

 int main(int argc, char* argv[])
 {

> FaultMappingRepeatedDoc - Client Compilation - FAILED
> -----------------------------------------------------
>
>          Key: AXISCPP-591
>          URL: http://issues.apache.org/jira/browse/AXISCPP-591
>      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] 5 total files to be compiled.
>        [cc] FaultMappingRepeatedDocClient.cpp
>        [cc] C:\obj\test\generated\cpp\FaultMappingRepeatedDoc\FaultMappingRepeat
> edDocClient.cpp(56) : error C2065: 'cout' : undeclared identifier
>        [cc] C:\obj\test\generated\cpp\FaultMappingRepeatedDoc\FaultMappingRepeat
> edDocClient.cpp(56) : error C2065: 'endl' : undeclared identifier
>        [cc] C:\obj\test\generated\cpp\FaultMappingRepeatedDoc\FaultMappingRepeat
> edDocClient.cpp(56) : warning C4552: '<<' : operator has no effect; expected ope
> rator with side-effect
>        [cc] C:\obj\test\generated\cpp\FaultMappingRepeatedDoc\FaultMappingRepeat
> edDocClient.cpp(72) : error C2297: '<<' : illegal, right operand has type 'char
> [11]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingRepeatedDoc\FaultMappingRepeat
> edDocClient.cpp(74) : error C2297: '<<' : illegal, right operand has type 'char
> [11]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingRepeatedDoc\FaultMappingRepeat
> edDocClient.cpp(80) : error C2297: '<<' : illegal, right operand has type 'char
> [25]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingRepeatedDoc\FaultMappingRepeat
> edDocClient.cpp(91) : error C2297: '<<' : illegal, right operand has type 'char
> [29]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingRepeatedDoc\FaultMappingRepeat
> edDocClient.cpp(99) : error C2297: '<<' : illegal, right operand has type 'char
> [26]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingRepeatedDoc\FaultMappingRepeat
> edDocClient.cpp(110) : error C2297: '<<' : illegal, right operand has type 'char
>  [21]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingRepeatedDoc\FaultMappingRepeat
> edDocClient.cpp(130) : error C2297: '<<' : illegal, right operand has type 'char
>  [17]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingRepeatedDoc\FaultMappingRepeat
> edDocClient.cpp(135) : error C2297: '<<' : illegal, right operand has type 'char
>  [20]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingRepeatedDoc\FaultMappingRepeat
> edDocClient.cpp(139) : error C2297: '<<' : illegal, right operand has type 'char
>  [24]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingRepeatedDoc\FaultMappingRepeat
> edDocClient.cpp(147) : error C2297: '<<' : illegal, right operand has type 'char
>  [19]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingRepeatedDoc\FaultMappingRepeat
> edDocClient.cpp(149) : error C2297: '<<' : illegal, right operand has type 'char
>  [67]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingRepeatedDoc\FaultMappingRepeat
> edDocClient.cpp(156) : error C2297: '<<' : illegal, right operand has type 'char
>  [17]'
>        [cc] MathOps.cpp
>        [cc] DivByZeroStruct.cpp
>        [cc] OutOfBoundStruct.cpp
>        [cc] SpecialDetailStruct.cpp
>        [cc] Generating Code...
>        [cc] cl failed with return code 2
> callCompileLinkedClient:
> compileClient:
> validateClientCompilationIfBuilding:
>      [echo] FaultMappingRepeatedDoc - 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