Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 44229 invoked from network); 28 Sep 2005 23:47:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Sep 2005 23:47:16 -0000 Received: (qmail 1927 invoked by uid 500); 28 Sep 2005 23:47:16 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 1913 invoked by uid 500); 28 Sep 2005 23:47:15 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 1899 invoked by uid 99); 28 Sep 2005 23:47:15 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2005 16:47:14 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 96B0F122 for ; Thu, 29 Sep 2005 01:46:53 +0200 (CEST) Message-ID: <1964111318.1127951213614.JavaMail.jira@ajax.apache.org> Date: Thu, 29 Sep 2005 01:46:53 +0200 (CEST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Resolved: (STDCXX-38) [Compaq C++ -O2] build failure due to _RWSTD_*_HAS_DENORM not defined In-Reply-To: <1815900139.1127236708650.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 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 [ http://issues.apache.org/jira/browse/STDCXX-38?page=all ] Martin Sebor resolved STDCXX-38: -------------------------------- Resolution: Fixed Closing as fixed. > [Compaq C++ -O2] build failure due to _RWSTD_*_HAS_DENORM not defined > --------------------------------------------------------------------- > > Key: STDCXX-38 > URL: http://issues.apache.org/jira/browse/STDCXX-38 > Project: STDCXX > Type: Bug > Components: Build > Versions: 4.1.2 > Environment: Compaq C++ 7.1 -O2 > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Critical > Fix For: 4.1.3 > > cxx -c -D_RWSTD_SHARED_LIB -pthread -D_RWSTD_USE_CONFIG -I/build/sebor/cxx-7.1-12d/include -I/build/sebor/dev/stdlib/include -D_RWSTD_NO_EXPORT -x cxx -nocxxstd -std strict_ansi_errors -O2 -ptr repository.ti -w1 -msg_disable 450 /build/sebor/dev/stdlib/src/collate.cpp > cxx: Error: /build/sebor/dev/stdlib/include/limits, line 368: identifier > "_RWSTD_FLT_HAS_DENORM" is undefined > _RWSTD_STATIC (float, float_denorm_style, has_denorm, > ----^ > cxx: Error: /build/sebor/dev/stdlib/include/limits, line 415: identifier > "_RWSTD_DBL_HAS_DENORM" is undefined > _RWSTD_STATIC (double, float_denorm_style, has_denorm, > ----^ > cxx: Error: /build/sebor/dev/stdlib/include/limits, line 464: identifier > "_RWSTD_LDBL_HAS_DENORM" is undefined > _RWSTD_STATIC (long double, float_denorm_style, has_denorm, > ----^ > cxx: Info: 3 errors detected in the compilation of "/build/sebor/dev/stdlib/src/collate.cpp". -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira