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 Dushshantha Chandaradasa <du...@gmail.com> on 2005/02/14 03:34:26 UTC

Ant Build fails 14-feb-2005

Hi All,

Ant build failed with following messages.

       [cc] IAttributeC.cpp
       [cc] C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\src\cbindin
gs\IAttributeC.cpp(30) : error C2065: 'NULL' : undeclared identifier
       [cc] C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\src\cbindin
gs\IAttributeC.cpp(30) : error C2446: '==' : no conversion from 'const char *' t
o 'int'
       [cc]         This conversion requires a reinterpret_cast, a C-style cast
or function-style cast
       [cc] C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\src\cbindin
gs\IAttributeC.cpp(30) : error C2040: '==' : 'int' differs in levels of indirect
ion from 'const char *'
       [cc] C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\src\cbindin
gs\IAttributeC.cpp(41) : error C2446: '==' : no conversion from 'const char *' t
o 'int'
       [cc]         This conversion requires a reinterpret_cast, a C-style cast
or function-style cast
       [cc] C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\src\cbindin
gs\IAttributeC.cpp(41) : error C2040: '==' : 'int' differs in levels of indirect
ion from 'const char *'
       [cc] C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\src\cbindin
gs\IAttributeC.cpp(52) : error C2446: '==' : no conversion from 'const char *' t
o 'int'
       [cc]         This conversion requires a reinterpret_cast, a C-style cast
or function-style cast
       [cc] C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\src\cbindin
gs\IAttributeC.cpp(52) : error C2040: '==' : 'int' differs in levels of indirect
ion from 'const char *'
       [cc] C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\src\cbindin
gs\IAttributeC.cpp(63) : error C2446: '==' : no conversion from 'const char *' t
o 'int'
       [cc]         This conversion requires a reinterpret_cast, a C-style cast
or function-style cast
       [cc] C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\src\cbindin
gs\IAttributeC.cpp(63) : error C2040: '==' : 'int' differs in levels of indirect
ion from 'const char *'
       [cc] AxisExceptionC.cpp
       [cc] Generating Code...

BUILD FAILED
C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:197: The foll
owing error occurred while executing this line:
C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build\buildTools.xml:82
: cl failed with return code 2

Total time: 3 minutes 54 seconds

Regards,
Dushshantha...