Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7A2C4D009 for ; Thu, 11 Oct 2012 18:09:04 +0000 (UTC) Received: (qmail 64555 invoked by uid 500); 11 Oct 2012 18:09:04 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 64493 invoked by uid 500); 11 Oct 2012 18:09:04 -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 64341 invoked by uid 99); 11 Oct 2012 18:09:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2012 18:09:03 +0000 Date: Thu, 11 Oct 2012 18:09:03 +0000 (UTC) From: "S R (JIRA)" To: dev@activemq.apache.org Message-ID: <2078853870.32418.1349978943971.JavaMail.jiratomcat@arcas> In-Reply-To: <612472922.22217.1349900462981.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (AMQCPP-434) Compilation error on Solaris MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQCPP-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13474380#comment-13474380 ] S R commented on AMQCPP-434: ---------------------------- I can try to get to latest compiler and try. That should not be a problem. > Compilation error on Solaris > ---------------------------- > > Key: AMQCPP-434 > URL: https://issues.apache.org/jira/browse/AMQCPP-434 > Project: ActiveMQ C++ Client > Issue Type: Bug > Components: CMS Impl > Affects Versions: 3.4.3 > Reporter: S R > Priority: Minor > > SUN Solaris 10 > CMS Version : activemq-cpp-library-3.4.3 > cc: Sun WorkShop 6 update 2 C 5.3 2001/05/15 > OpenSSL 0.9.7d 17 Mar 2004 (+ security fixes for: CVE-2005-2969 CVE-2006-2937 CVE-2006-2940 CVE-2006-3738 CVE-2006-4339 CVE-2006-4343 CVE-2007-5135 CVE-2008-5077) > >make > make all-recursive > Making all in src/main > source='activemq/cmsutil/CmsAccessor.cpp' object='activemq/cmsutil/libactivemq_cpp_la-CmsAccessor.lo' libtool=yes \ > DEPDIR=.deps depmode=none /bin/bash ../../config/depcomp \ > /bin/bash ../../libtool --tag=CXX --mode=compile CC -DHAVE_CONFIG_H -I. -I../.. -mt -w -O5 -library=stlport4 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -I/dev/apr-1.4.5/solaris/include/apr-1 -I/dev/apr-util-1.3.12/solaris/include/apr-1 -I/usr/sfw/include -PIC -g -c -o activemq/cmsutil/libactivemq_cpp_la-CmsAccessor.lo `test -f 'activemq/cmsutil/CmsAccessor.cpp' || echo './'`activemq/cmsutil/CmsAccessor.cpp > libtool: compile: CC -DHAVE_CONFIG_H -I. -I../.. -mt -w -O5 -library=stlport4 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -I/dev/apr-1.4.5/solaris/include/apr-1 -I/dev/apr-util-1.3.12/solaris/include/apr-1 -I/usr/sfw/include -PIC -g -c activemq/cmsutil/CmsAccessor.cpp -KPIC -DPIC -o activemq/cmsutil/.libs/libactivemq_cpp_la-CmsAccessor.o > CC: Warning: illegal option stlport4 ignored > "./decaf/util/LinkedList.h", line 63: Error: decaf::util::LinkedList is not a direct base class of decaf::util::LinkedList::ListNode. > "./decaf/util/LinkedList.h", line 88: Where: While specializing "decaf::util::LinkedList::ListNode". > "./decaf/util/LinkedList.h", line 88: Where: Specialized in decaf::util::LinkedList. > "./activemq/cmsutil/ResourceLifecycleManager.h", line 46: Where: Specialized in non-template code. > "./decaf/util/LinkedList.h", line 63: Error: Cannot change access of decaf::util::LinkedList::ListNode::U> to public. > "./decaf/util/LinkedList.h", line 88: Where: While specializing "decaf::util::LinkedList::ListNode". > "./decaf/util/LinkedList.h", line 88: Where: Specialized in decaf::util::LinkedList. > "./activemq/cmsutil/ResourceLifecycleManager.h", line 46: Where: Specialized in non-template code. > "./decaf/util/LinkedList.h", line 63: Error: Use ";" to terminate declarations. > "./decaf/util/LinkedList.h", line 88: Where: While specializing "decaf::util::LinkedList::ListNode". > "./decaf/util/LinkedList.h", line 88: Where: Specialized in decaf::util::LinkedList. > "./activemq/cmsutil/ResourceLifecycleManager.h", line 46: Where: Specialized in non-template code. > "./decaf/util/LinkedList.h", line 63: Error: "}" expected instead of "<". > "./decaf/util/LinkedList.h", line 88: Where: While specializing "decaf::util::LinkedList::ListNode". > "./decaf/util/LinkedList.h", line 88: Where: Specialized in decaf::util::LinkedList. > "./activemq/cmsutil/ResourceLifecycleManager.h", line 46: Where: Specialized in non-template code. > "./decaf/util/LinkedList.h", line 63: Error: Cannot change access of decaf::util::LinkedList::ListNode::U> because of decaf::util::LinkedList::ListNode. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira