You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by Lakshmi Lavanya Bhallamudi <la...@oracle.com> on 2013/07/12 13:56:57 UTC

Problem while trying to compile xalan code on Solaris & HP-Itanium platforms.

Hi,

 

When I try to compile xalan-src on Solaris & HP-Itanium platforms, the compilation fails with the below error on both the platforms. However, the xerces compiles without an issue on both the platforms.

Any help/pointers in resolving this issue would help us a lot.

 

gmake -C Utils locale

gmake[2]: Entering directory `/export/home/lbhallam/x-x-c/XAB/src/xalanc/Utils'

gmake[2]: Nothing to be done for `locale'.

gmake[2]: Leaving directory `/export/home/lbhallam/x-x-c/XAB/src/xalanc/Utils'

/net/woto/vol/toolsvol/engapps/SunOS/SUNWspro12u1/opt/sunstudio12.1/bin/CC -O -DNDEBUG  -mt   -KPIC -mt -xs -features=rtti -DSOLARIS -D_REENTRANT -DXALAN_INMEM_MSG_LOADER -c -I/export/home/lbhallam/x-x-c/xalan-c-1.11/c/src -I/export/home/lbhallam/x-x-c/xalan-c-1.11/c/include -I../../nls/include -I/export/home/lbhallam/x-x-c/Xerces-Install/src/ -I/export/home/lbhallam/x-x-c/Xerces-Install/include/xercesc -I/export/home/lbhallam/x-x-c/Xerces-Install/include/  -o ../../obj/DOMStringHelper.o /export/home/lbhallam/x-x-c/xalan-c-1.11/c/src/xalanc/PlatformSupport/DOMStringHelper.cpp

"/export/home/lbhallam/x-x-c/xalan-c-1.11/c/src/xalanc/PlatformSupport/DoubleSupport.hpp", line 86: Error: isnan is not a member of std.

1 Error(s) detected.

gmake[1]: *** [../../obj/DOMStringHelper.o] Error 1

gmake[1]: Leaving directory `/export/home/lbhallam/x-x-c/XAB/src/xalanc'

gmake: *** [install] Error 2

 

Solaris version:

SunOS slc03ead 5.10 Generic_147440-12 sun4v sparc sun4v

 

HP-Itanium version:

HP-UX tag B.11.31 U ia64 3490649561 unlimited-user license

 

Attaching the xalan-build.sh for both the platforms.

 

Thanks,

Lavanya.

Re: Problem while trying to compile xalan code on Solaris & HP-Itanium platforms.

Posted by sh...@e-z.net.
Lavanya,

The Xalan-C build uses a runconfigure script to invoke the configure.
The Xerces-C no longer uses the runconfigure script.

See the Xalan-C build documentation for details.

http://xalan.apache.org/xalan-c/buildlibs.html#unixbldxalan

Sincerely,
Steven J. Hathaway

> Hi,
>
>
>
> When I try to compile xalan-src on Solaris & HP-Itanium platforms, the
> compilation fails with the below error on both the platforms. However, the
> xerces compiles without an issue on both the platforms.
>
> Any help/pointers in resolving this issue would help us a lot.
>
>
>
> gmake -C Utils locale
>
> gmake[2]: Entering directory
> `/export/home/lbhallam/x-x-c/XAB/src/xalanc/Utils'
>
> gmake[2]: Nothing to be done for `locale'.
>
> gmake[2]: Leaving directory
> `/export/home/lbhallam/x-x-c/XAB/src/xalanc/Utils'
>
> /net/woto/vol/toolsvol/engapps/SunOS/SUNWspro12u1/opt/sunstudio12.1/bin/CC
> -O -DNDEBUG  -mt   -KPIC -mt -xs -features=rtti -DSOLARIS -D_REENTRANT
> -DXALAN_INMEM_MSG_LOADER -c
> -I/export/home/lbhallam/x-x-c/xalan-c-1.11/c/src
> -I/export/home/lbhallam/x-x-c/xalan-c-1.11/c/include -I../../nls/include
> -I/export/home/lbhallam/x-x-c/Xerces-Install/src/
> -I/export/home/lbhallam/x-x-c/Xerces-Install/include/xercesc
> -I/export/home/lbhallam/x-x-c/Xerces-Install/include/  -o
> ../../obj/DOMStringHelper.o
> /export/home/lbhallam/x-x-c/xalan-c-1.11/c/src/xalanc/PlatformSupport/DOMStringHelper.cpp
>
> "/export/home/lbhallam/x-x-c/xalan-c-1.11/c/src/xalanc/PlatformSupport/DoubleSupport.hpp",
> line 86: Error: isnan is not a member of std.
>
> 1 Error(s) detected.
>
> gmake[1]: *** [../../obj/DOMStringHelper.o] Error 1
>
> gmake[1]: Leaving directory `/export/home/lbhallam/x-x-c/XAB/src/xalanc'
>
> gmake: *** [install] Error 2
>
>
>
> Solaris version:
>
> SunOS slc03ead 5.10 Generic_147440-12 sun4v sparc sun4v
>
>
>
> HP-Itanium version:
>
> HP-UX tag B.11.31 U ia64 3490649561 unlimited-user license
>
>
>
> Attaching the xalan-build.sh for both the platforms.
>
>
>
> Thanks,
>
> Lavanya.
>