You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by David N Bertoni/Cambridge/IBM <da...@us.ibm.com> on 2002/07/22 17:25:47 UTC

RE: HPUX 11 xerces xalan

                                                                                                               
                                                                                                               
                                                                                                               


Hi John,

There seem to be some wires crossed here.  There is no Xalan version 7.1,
nor is there any Xerces version 7.1.  To build the source on HP with -AA
you'll need:

   Xerces version 7.0 sources from the web site (xerces-c-src1_7_0.tar.gz).
   Once you get the sources, you'll need to modify the Xerces Makefile.incl
   to add the -AA switch.  You'll then need to build Xerces-C

   The latest Xalan directly from CVS.  You'll need to modify the generated
   Makefile.in to add the -AA switch.  You'll then need to build Xalan-C++.

You must have incompatible sources if you're getting these errors.  Either
that, or your compiler installation is completely out of whack.

Dave



                                                                                                                                 
                      "Prothro, John"                                                                                            
                      <John_Prothro@bm         To:      "'xalan-dev@xml.apache.org'" <xa...@xml.apache.org>                  
                      c.com>                   cc:      (bcc: David N Bertoni/Cambridge/IBM)                                     
                                               Subject: RE: HPUX 11 xerces xalan                                                 
                      07/22/2002 07:14                                                                                           
                      AM                                                                                                         
                      Please respond                                                                                             
                      to xalan-dev                                                                                               
                                                                                                                                 
                                                                                                                                 



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:david_n_bertoni@us.ibm.com]
Sent: Saturday, July 20, 2002 12:32 PM
To: xalan-dev@xml.apache.org
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" <Jo...@bmc.com>









             "Prothro, John" <Jo...@bmc.com>

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



To: "'xalan-dev@xml.apache.org'" <xa...@xml.apache.org>
cc: (bcc: David N Bertoni/Cambridge/IBM)
Subject: RE: HPUX 11 xerces xalan