You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Way, Janet" <JW...@dynasty.com> on 2000/05/17 21:11:45 UTC

Xalan port to HPUX11 - iostream

	David,

	You made some changes for me regarding
	XALAN_NO_IOSFWD.

	In the file DOMStringHelper.hpp, I am
	to include <iostream>. I don't have
	that file. I have /opt/aCC/include/iostream/iostream.h.
	
	I'm not sure if I have an incomplete installation
	of STL, but the iostream.h file does not define 
	the std namespace, as the other files (map,functional,
	vector...) do. So I get the following if I try
	to use namespace...

aCC -O -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -D_HP_UX
-DHPaC
C -DHPUX11 +DAportable +z +inst_compiletime  -c  -I . -I
/work2/xerces/ver110/xe
rces-c-src_1_1_0/src/  -o /work2/xalan/xml-xalan/obj/AttributeListImpl.o
Platfor
mSupport/AttributeListImpl.cpp
Error 19: "./PlatformSupport/DOMStringHelper.hpp", line 356 # Unexpected
'std'.
                             std::ostream&          theStream,   

	Is there something different I should be doing,
	or do you think my environment is lacking?

	Sorry to be such a pain.

	Janet
		

RE: Xalan port to HPUX11 - iostream

Posted by Linda Derezinski <li...@interfacecontrol.com>.
Janet,

<iostream>  mean the namespace, Does your compiler support namespaces??


Linda Derezinski
Interface & Control Systems

 -----Original Message-----
From: 	Way, Janet [mailto:JWay@dynasty.com] 
Sent:	Wednesday, May 17, 2000 3:12 PM
To:	xalan-dev@xml.apache.org
Subject:	Xalan port to HPUX11 - iostream


	David,

	You made some changes for me regarding
	XALAN_NO_IOSFWD.

	In the file DOMStringHelper.hpp, I am
	to include <iostream>. I don't have
	that file. I have /opt/aCC/include/iostream/iostream.h.
	
	I'm not sure if I have an incomplete installation
	of STL, but the iostream.h file does not define 
	the std namespace, as the other files (map,functional,
	vector...) do. So I get the following if I try
	to use namespace...

aCC -O -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -D_HP_UX
-DHPaC
C -DHPUX11 +DAportable +z +inst_compiletime  -c  -I . -I
/work2/xerces/ver110/xe
rces-c-src_1_1_0/src/  -o /work2/xalan/xml-xalan/obj/AttributeListImpl.o
Platfor
mSupport/AttributeListImpl.cpp
Error 19: "./PlatformSupport/DOMStringHelper.hpp", line 356 # Unexpected
'std'.
                             std::ostream&          theStream,   

	Is there something different I should be doing,
	or do you think my environment is lacking?

	Sorry to be such a pain.

	Janet