Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 18014 invoked from network); 17 Jun 2009 22:16:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jun 2009 22:16:59 -0000 Received: (qmail 97994 invoked by uid 500); 17 Jun 2009 22:17:10 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 97914 invoked by uid 500); 17 Jun 2009 22:17:10 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 97890 invoked by uid 99); 17 Jun 2009 22:16:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 22:16:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 22:16:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6723A29A0011 for ; Wed, 17 Jun 2009 15:16:35 -0700 (PDT) Message-ID: <154165376.1245276995421.JavaMail.jira@brutus> Date: Wed, 17 Jun 2009 15:16:35 -0700 (PDT) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQCPP-249) activemq/core/ActiveMQSession.cpp fails to compile on Solaris 10 with Sun Studio Compiler In-Reply-To: <168546036.1245229955319.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQCPP-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQCPP-249. --------------------------------- Resolution: Fixed Fixed in trunk. > activemq/core/ActiveMQSession.cpp fails to compile on Solaris 10 with Sun Studio Compiler > ----------------------------------------------------------------------------------------- > > Key: AMQCPP-249 > URL: https://issues.apache.org/activemq/browse/AMQCPP-249 > Project: ActiveMQ C++ Client > Issue Type: Bug > Components: CMS Impl > Affects Versions: 3.0 > Environment: CC: Sun C++ 5.9 SunOS_sparc Patch 124863-01 2007/07/25 > Reporter: Michael Vishchers > Assignee: Timothy Bish > Priority: Minor > Fix For: 3.0.1 > > Original Estimate: 15 minutes > Time Spent: 10 minutes > Remaining Estimate: 5 minutes > > make aborts with the following error messages: > "activemq/core/ActiveMQSession.cpp", line 437: Error: "activemq::core::ActiveMQSession::createBrowser(const cms::Queue*)" is expected to return a value. > "activemq/core/ActiveMQSession.cpp", line 451: Error: "activemq::core::ActiveMQSession::createBrowser(const cms::Queue*, const std::string &)" is expected to return a value. > 2 Error(s) detected. > Fix: > Until the createBrowser method is supported, a " return (cms::QueueBrowser*) NULL;" at the end of the try blocks in both functions fixes the problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.