Hi Dave, IS this fix specific to HP? Do we need to maintain that .hpp file separately for HP?
Saurabh -----Original Message----- From: David Bertoni [mailto:[EMAIL PROTECTED] Sent: Monday, July 16, 2007 10:10 PM To: xalan-c-users@xml.apache.org Subject: Re: Building Xalan c-1.10 On 11HP11i using aCC 3.70. Error -> class ConstructableType has only been seen as an incomplete declaration. Saurabh Bhatnagar wrote: > aCC -O -DNDEBUG +DAportable +Z -DHPUX -D_THREAD_SAFE +W849,930 -mt > -AA -Wc,-koenig_lookup,on -Wc,-ansi_for_scope,on > -DXALAN_INMEM_MSG_LOADER -c -I/user/sbhatnag/3rd/xalan/c-v1.10/c/src > -I/user/sbhatnag/3rd/xalan/c-v1.10/c/include -I../../nls/include > -I/user/sbhatnag/3rd/xerces/c-v2.7.0/src/ > -I/user/sbhatnag/3rd/xerces/c-v2.7.0/xercesc > -I/user/sbhatnag/3rd/xerces/c-v2.7.0 -o > ../../obj/XalanNamespacesStack.o > /user/sbhatnag/3rd/xalan/c-v1.10/c/src/xalanc/DOMSupport/XalanNamespacesStac k.cpp > > Error 537: > "/user/sbhatnag/3rd/xalan/c-v1.10/c/src/xalanc/Include/XalanDeque.hpp", > line 209 # Cannot create a > > 'ConstructableType' object; class ConstructableType has only been > seen as an incomplete declaration. > > typename ConstructionTraits::Constructor::ConstructableType > defaultValue(*m_memoryManager); > > > ^^^^^^^^^^^^ > > Error 445: > "/user/sbhatnag/3rd/xalan/c-v1.10/c/src/xalanc/DOMSupport/XalanNamespacesSta ck.cpp", > line 62 # Cannot recover > > from earlier errors. > > > XalanNamespacesStack::XalanNamespacesStackEntry::XalanNamespacesStackEntry(M emoryManagerType& > theManager) : > > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > gmake[1]: *** [../../obj/XalanNamespacesStack.o] Error 2 > > gmake[1]: Leaving directory `/user/sbhatnag/3rd/xalan/c-v1.10/c/src/xalanc' > > gmake: *** [all] Error 2 You need to apply the patch for this Jira issue: http://issues.apache.org/jira/browse/XALANC-603 Dave