PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2814

*** shadow/2814 Wed Jul 25 20:39:54 2001
--- shadow/2814.tmp.10069       Wed Jul 25 20:39:54 2001
***************
*** 0 ****
--- 1,33 ----
+ +============================================================================+
+ | dummyExe build fails on HP-UX 10.20 with CC A.10.40                        |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2814                        Product: Xerces-C++              |
+ |       Status: NEW                         Version: 1.5.1                   |
+ |   Resolution:                            Platform: HP                      |
+ |     Severity: Critical                 OS/Version: HP-UX                   |
+ |     Priority: Other                     Component: DOM                     |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                  |
+ |  Reported By: [EMAIL PROTECTED]                                            |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ On HP-UX 10.20 using CC, a template repository file
+ RefVectorOf__pt__10_8NodeImpl.c
+ is created:
+ -------------------------------
+ /* RefVectorOf<NodeImpl> */
+ 
+ #include <util/RefVectorOf.hpp>
+ #include <util/RefVectorOf.c>
+ #include <dom/NodeImpl.hpp>
+ 
+ typedef RefVectorOf<NodeImpl> _dummy_;
+ ------------------------------
+ This file needs dom/NodeImpl.hpp which is not copied to the public include
+ directory (see dom/Makefile) so its failure to compile causes the build of
+ dummyExe to fail.
+ 
+ The RefVectorOf<NodeImpl> instantiation is needed in dom/RangeImpl.cpp

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to