Hi David,
 
No Problem, I wish I could take some of my vacation... I understand
completly.
Obsolete sources... I do not think so, I first tried the stuff from cvs.
When that would
not compile, the advise was to get the latest ... 7.1 I think. That is what
generated
the errors isted here within this mail. I am using the Makefiles that come
woth the stuff.
I would never use my own makes and then call you folks. :) It is all box
stock stuff.
As for compiler options... I do not have -v thrown so maybe those are what
you are thinking
are missing... I can tiun that switch on and repeat all/some of testing.
 
We can start all over and I'll check out which ever source you like and re
do.
 
Thanks,
John

-----Original Message-----
From: David N Bertoni/Cambridge/IBM [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 20, 2002 12:32 PM
To: [EMAIL PROTECTED]
Subject: RE: HPUX 11 xerces xalan



Hi John,

Sorry I didn't get back to you sooner, but I just got back from vacation.

You must have obsolete sources. There's no way those particular lines should
be compiled if you're using the -AA option. Please verify that your version
of Include/HPUXDefinitions.hpp contains the following line:

#if defined(_HP_NAMESPACE_STD)

Also, there ought to be other compiler options if you're using the Xalan
Makefile. Are you using your own Makefile? If so, is there any particular
reason you're doing this?

Dave

"Prothro, John" <[EMAIL PROTECTED]>





        



        "Prothro, John" <[EMAIL PROTECTED]> 

        07/12/2002 08:09 AM
Please respond to xalan-dev



To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc: (bcc: David N Bertoni/Cambridge/IBM)
Subject: RE: HPUX 11 xerces xalan       


aCC -O -DNDEBUG -AA +Z -DHPUX -D_THREAD_SAFE -c -I.
-I/home/jp/xml/xerces-c-src1_7_0/src/
-I/home/jp/xml/xerces-c-src1_7_0/include/xercesc
-I/home/jp/xml/xerces-c-src1_7_0/include/ -o
/home/jp/xml/xml-xalan/c/obj/XalanAttr.o XalanDOM/XalanAttr.cpp
Error 419: "./XalanDOM/XalanDOMString.hpp", line 88 # 'vector' is used as a
type, but has not been defined as a type.
typedef vector<XalanDOMChar> XalanDOMCharVectorType;
^^^^^^
Error 318: "./XalanDOM/XalanDOMString.hpp", line 88 # A template name was
expected instead of '<type inserted by compiler>'.
Did you forget to define the template?
typedef vector<XalanDOMChar> XalanDOMCharVectorType;
^^^^^^^^^^^^^^
Error (future) 600: "./XalanDOM/XalanDOMString.hpp", line 88 # Type
specifier is omitted; "int" is no longer assumed.
typedef vector<XalanDOMChar> XalanDOMCharVectorType;
^^^^^^^^^^^^^^
Error 419: "./XalanDOM/XalanDOMString.hpp", line 89 # 'vector' is used as a
type, but has not been defined as a type.
typedef vector<char> CharVectorType;
^^^^^^
Error 318: "./XalanDOM/XalanDOMString.hpp", line 89 # A template name was
expected instead of '<type inserted by compiler>'.
Did you forget to define the template?
typedef vector<char> CharVectorType;
^^^^^^
Error (future) 600: "./XalanDOM/XalanDOMString.hpp", line 89 # Type
specifier is omitted; "int" is no longer assumed.
typedef vector<char> CharVectorType;
^^^^^^
Error 419: "./XalanDOM/XalanDOMString.hpp", line 90 # 'vector' is used as a
type, but has not been defined as a type.
typedef vector<wchar_t>
WideCharVectorType;
^^^^^^
Error 318: "./XalanDOM/XalanDOMString.hpp", line 90 # A template name was
expected instead of '<type inserted by compiler>'.
Did you forget to define the template?
typedef vector<wchar_t>
WideCharVectorType;
^^^^^^^^^
Error (future) 600: "./XalanDOM/XalanDOMString.hpp", line 90 # Type
specifier is omitted; "int" is no longer assumed.
typedef vector<wchar_t>
WideCharVectorType;
^^^^^^^^^
Error 419: "./XalanDOM/XalanDOMString.hpp", line 101 # 'size_type' is used
as a type, but has not been defined as a type.
typedef XalanDOMCharVectorType::size_type
size_type;
^^^^^^^^^
Error 448: "./XalanDOM/XalanDOMString.hpp", line 101 # Operator '::' must be
preceded by a name of a namespace or class;

'XalanDOMCharVectorType' is neither.
typedef XalanDOMCharVectorType::size_type
size_type;
^^^^^^^^^^^^^^^^^^^^^^^^


Attachment: graycol.gif
Description: GIF image

Attachment: ecblank.gif
Description: GIF image

Reply via email to