Return-Path: Delivered-To: apmail-xml-xalan-dev-archive@www.apache.org Received: (qmail 15636 invoked from network); 30 Dec 2005 18:44:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Dec 2005 18:44:13 -0000 Received: (qmail 48448 invoked by uid 500); 30 Dec 2005 18:44:12 -0000 Delivered-To: apmail-xml-xalan-dev-archive@xml.apache.org Received: (qmail 48415 invoked by uid 500); 30 Dec 2005 18:44:11 -0000 Mailing-List: contact xalan-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: xalan-dev@xml.apache.org List-Id: Delivered-To: mailing list xalan-dev@xml.apache.org Received: (qmail 48404 invoked by uid 99); 30 Dec 2005 18:44:11 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO [127.0.0.1]) (209.237.227.194) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Dec 2005 10:44:11 -0800 Message-ID: <43B57FB5.7050003@apache.org> Date: Fri, 30 Dec 2005 10:43:01 -0800 From: David Bertoni User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: xalan-dev@xml.apache.org Subject: Re: Problems building xalan-c 1.9.0 with HP aCC 3.65 References: <20051228220200.GA42876@mail1.thewrittenword.com> In-Reply-To: <20051228220200.GA42876@mail1.thewrittenword.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Albert Chin wrote: > I've encountered the following error building xalan-c 1.9.0 on HP-UX > 11.23/PA with aCC 3.65: > aCC -AA -z +O2 +Onofltacc +Olit=all +Oentrysched +Odataprefetch +Onolimit -DNDEBUG +Z -DHPUX -mt -DXALAN_INMEM_MSG_LOADER -c -I/opt/build/xml-xalan/c/src -I/opt/build/xml-xalan/c/include -I../../nls/include -I/opt/TWWfsw/libxercesc26/include -o ../../obj/XalanNamespacesStack.o /opt/build/xml-xalan/c/src/xalanc/DOMSupport/XalanNamespacesStack.cpp > Error 537: "/opt/build/xml-xalan/c/src/xalanc/Include/XalanDeque.hpp", line > 208 # Cannot create a 'ConstructableType' object; class ConstructableType > has only been seen as an incomplete declaration. > typename ConstructionTraits::Constructor::ConstructableType defaultValue(* > ^^^^^^^^^^^^ > Error 445: > "/opt/build/xml-xalan/c/src/xalanc/DOMSupport/XalanNamespacesStack.cpp", > line 62 # Cannot recover from earlier errors. > XalanNamespacesStack::XalanNamespacesStackEntry::XalanNamespacesStackEntry(MemoryManagerType& theManager) : > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > Any ideas? > That looks like a compiler bug. We're using the following version without any problems: bash-2.03$ aCC -V aCC: HP ANSI C++ B3910B A.03.52 What happens if you try building with -Aa instead of -AA. I know there are other compiler issues with building Xalan-C with -AA that relate to compiler symbol length limitations, so I'm not sure how successful you'll be with -AA anyway. Does your application require the standard library? Dave --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org For additional commands, e-mail: xalan-dev-help@xml.apache.org