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

I have done some modifications it's now compiling.

Index: FourLevelTestDocClient.cpp
===================================================================
RCS file: /home/cvspublic/ws-axis/c/tests/auto_build/testcases/client/cpp/FourLe
velTestDocClient.cpp,v
retrieving revision 1.4
diff -u -r1.4 FourLevelTestDocClient.cpp
--- FourLevelTestDocClient.cpp  23 Mar 2005 15:45:06 -0000      1.4
+++ FourLevelTestDocClient.cpp  30 Mar 2005 09:07:14 -0000
@@ -16,11 +16,13 @@
 // FourLevelTestDocClient.cpp : Defines the entry point for the console applica
tion.i
 //
 #include <string>
-using namespace std;
+#include <iostream>

 #include "FourLevelTestDocInterface.hpp"
 #include <axis/AxisException.hpp>

+using namespace std;
+
 int main(int argc, char* argv[])
 {
        int x;


> FourLevelTestDoc - Client Compilation - FAILED
> ----------------------------------------------
>
>          Key: AXISCPP-592
>          URL: http://issues.apache.org/jira/browse/AXISCPP-592
>      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] 6 total files to be compiled.
>        [cc] SecondLevelElemType.cpp
>        [cc] FirstLevelElemType.cpp
>        [cc] FourLevelTestDocClient.cpp
>        [cc] 
> C:\obj\test\generated\cpp\FourLevelTestDoc\FourLevelTestDocClient.cp
> p(97) : error C2065: 'cout' : undeclared identifier
>        [cc] 
> C:\obj\test\generated\cpp\FourLevelTestDoc\FourLevelTestDocClient.cp
> p(97) : error C2297: '<<' : illegal, right operand has type 'char [13]'
>        [cc] FourthLevelElemType.cpp
>        [cc] FourLevelTestDocInterface.cpp
>        [cc] ThirdLevelElemType.cpp
>        [cc] Generating Code...
>        [cc] cl failed with return code 2
> callCompileLinkedClient:
> compileClient:
> validateClientCompilationIfBuilding:
>      [echo] FourLevelTestDoc - 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

Reply via email to