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 Parthipan <lp...@gmail.com> on 2005/09/15 11:50:42 UTC

Axis build error for buildCBindings

Hello,

I'm building the head version of Axis on Windows XP (VC++ 6, JDK 1.5,
Xerces 2.2).

When I run "ant buildCBindings" it throws up warnings for
XERCES_CPP_NAMESPACE_END macro before aborting probably because of the
same cause.

     [java] pre-parsing
E:\Work\Axis\Source\include\xercesc\dom\deprecated\DOM_XMLDecl.hpp...
     [java] Bad C++ code!! Unrecognised file part DOM_XMLDecl.hpp
lineno=166 <XERCES_CPP_NAMESPACE_END>
     [java] pre-parsing
E:\Work\Axis\Source\include\xercesc\dom\deprecated\MemDebug.hpp...
     [java] Bad C++ code!! Braces do not match MemDebug.hpp lineno=89 <};>
     [java] pre-parsing
E:\Work\Axis\Source\include\xercesc\dom\deprecated\NameNodeFilter.hpp...
     [java] java.lang.NullPointerException
     [java]     at
org.apache.axis.tools.common.Signature.setScope(Unknown Source)
     [java]     at
org.apache.axis.tools.common.PrototypePart.setScope(Unknown Source)
     [java]     at
org.apache.axis.tools.common.InputCppSourceCode.<init>(Unknown Source)
     [java] Finished! (but encountered problems)
     [java]     at
org.apache.axis.tools.common.Headers.actOnFile(Unknown Source)
     [java]     at
org.apache.axis.tools.common.DirectoryTree.walkTree(Unknown Source)
     [java]     at
org.apache.axis.tools.common.DirectoryTree.walkTree(Unknown Source)
     [java]     at
org.apache.axis.tools.common.DirectoryTree.walkTree(Unknown Source)
     [java]     at
org.apache.axis.tools.common.DirectoryTree.walkTree(Unknown Source)
     [java]     at
org.apache.axis.tools.common.CParsingTool.preparseHeaders(Unknown
Source)
     [java]     at
org.apache.axis.tools.cbindings.CBindingGenerator.main(Unknown Source)

BUILD FAILED
E:\Work\Axis\Source\build\buildTools.xml:63: Java returned: -2

Any ideas? The rest of the targets can be built successfully.

Thanks
~parthi

Re: Axis build error for buildCBindings

Posted by Parthipan <lp...@gmail.com>.
Thanks for that. Yes, I have been following the document at
http://ws.apache.org/axis/cpp/windev-guide.html and then switched to
the ant build guide but hadn't cleaned up the work directory properly.


On 9/15/05, Adrian Dick <ad...@uk.ibm.com> wrote:
> Hi,
> 
> Based on the log snippet below, it looks like you've merges the Axis and
> Xerces includes ... confusing the tool which generates the C bindings - it
> should only be generating for the Axis API.
> 
> Regards,
> Adrian
> _______________________________________
> Adrian Dick (adrian.dick@uk.ibm.com)
> 
> Parthipan <lp...@gmail.com> wrote on 15/09/2005 10:50:42:
> 
> > Hello,
> >
> > I'm building the head version of Axis on Windows XP (VC++ 6, JDK 1.5,
> > Xerces 2.2).
> >
> > When I run "ant buildCBindings" it throws up warnings for
> > XERCES_CPP_NAMESPACE_END macro before aborting probably because of the
> > same cause.
> >
> >      [java] pre-parsing
> > E:\Work\Axis\Source\include\xercesc\dom\deprecated\DOM_XMLDecl.hpp...
> >      [java] Bad C++ code!! Unrecognised file part DOM_XMLDecl.hpp
> > lineno=166 <XERCES_CPP_NAMESPACE_END>
> >      [java] pre-parsing
> > E:\Work\Axis\Source\include\xercesc\dom\deprecated\MemDebug.hpp...
> >      [java] Bad C++ code!! Braces do not match MemDebug.hpp lineno=89
> <};>
> >      [java] pre-parsing
> > E:\Work\Axis\Source\include\xercesc\dom\deprecated\NameNodeFilter.hpp...
> >      [java] java.lang.NullPointerException
> >      [java]     at
> > org.apache.axis.tools.common.Signature.setScope(Unknown Source)
> >      [java]     at
> > org.apache.axis.tools.common.PrototypePart.setScope(Unknown Source)
> >      [java]     at
> > org.apache.axis.tools.common.InputCppSourceCode.<init>(Unknown Source)
> >      [java] Finished! (but encountered problems)
> >      [java]     at
> > org.apache.axis.tools.common.Headers.actOnFile(Unknown Source)
> >      [java]     at
> > org.apache.axis.tools.common.DirectoryTree.walkTree(Unknown Source)
> >      [java]     at
> > org.apache.axis.tools.common.DirectoryTree.walkTree(Unknown Source)
> >      [java]     at
> > org.apache.axis.tools.common.DirectoryTree.walkTree(Unknown Source)
> >      [java]     at
> > org.apache.axis.tools.common.DirectoryTree.walkTree(Unknown Source)
> >      [java]     at
> > org.apache.axis.tools.common.CParsingTool.preparseHeaders(Unknown
> > Source)
> >      [java]     at
> > org.apache.axis.tools.cbindings.CBindingGenerator.main(Unknown Source)
> >
> > BUILD FAILED
> > E:\Work\Axis\Source\build\buildTools.xml:63: Java returned: -2
> >
> > Any ideas? The rest of the targets can be built successfully.
> >
> > Thanks
> > ~parthi
> 
> 


-- 
http://www.linux.lk/~lparth/

Re: Axis build error for buildCBindings

Posted by Adrian Dick <ad...@uk.ibm.com>.
Hi,

Based on the log snippet below, it looks like you've merges the Axis and
Xerces includes ... confusing the tool which generates the C bindings - it
should only be generating for the Axis API.

Regards,
Adrian
_______________________________________
Adrian Dick (adrian.dick@uk.ibm.com)

Parthipan <lp...@gmail.com> wrote on 15/09/2005 10:50:42:

> Hello,
>
> I'm building the head version of Axis on Windows XP (VC++ 6, JDK 1.5,
> Xerces 2.2).
>
> When I run "ant buildCBindings" it throws up warnings for
> XERCES_CPP_NAMESPACE_END macro before aborting probably because of the
> same cause.
>
>      [java] pre-parsing
> E:\Work\Axis\Source\include\xercesc\dom\deprecated\DOM_XMLDecl.hpp...
>      [java] Bad C++ code!! Unrecognised file part DOM_XMLDecl.hpp
> lineno=166 <XERCES_CPP_NAMESPACE_END>
>      [java] pre-parsing
> E:\Work\Axis\Source\include\xercesc\dom\deprecated\MemDebug.hpp...
>      [java] Bad C++ code!! Braces do not match MemDebug.hpp lineno=89
<};>
>      [java] pre-parsing
> E:\Work\Axis\Source\include\xercesc\dom\deprecated\NameNodeFilter.hpp...
>      [java] java.lang.NullPointerException
>      [java]     at
> org.apache.axis.tools.common.Signature.setScope(Unknown Source)
>      [java]     at
> org.apache.axis.tools.common.PrototypePart.setScope(Unknown Source)
>      [java]     at
> org.apache.axis.tools.common.InputCppSourceCode.<init>(Unknown Source)
>      [java] Finished! (but encountered problems)
>      [java]     at
> org.apache.axis.tools.common.Headers.actOnFile(Unknown Source)
>      [java]     at
> org.apache.axis.tools.common.DirectoryTree.walkTree(Unknown Source)
>      [java]     at
> org.apache.axis.tools.common.DirectoryTree.walkTree(Unknown Source)
>      [java]     at
> org.apache.axis.tools.common.DirectoryTree.walkTree(Unknown Source)
>      [java]     at
> org.apache.axis.tools.common.DirectoryTree.walkTree(Unknown Source)
>      [java]     at
> org.apache.axis.tools.common.CParsingTool.preparseHeaders(Unknown
> Source)
>      [java]     at
> org.apache.axis.tools.cbindings.CBindingGenerator.main(Unknown Source)
>
> BUILD FAILED
> E:\Work\Axis\Source\build\buildTools.xml:63: Java returned: -2
>
> Any ideas? The rest of the targets can be built successfully.
>
> Thanks
> ~parthi