Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 10284EFB5 for ; Tue, 28 May 2013 00:00:49 +0000 (UTC) Received: (qmail 35030 invoked by uid 500); 28 May 2013 00:00:48 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 34997 invoked by uid 500); 28 May 2013 00:00:48 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 34987 invoked by uid 99); 28 May 2013 00:00:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2013 00:00:48 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: encountered temporary error during SPF processing of domain of tetsuhi345@gmail.com) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2013 00:00:42 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Uh7K0-00081L-7S for users@activemq.apache.org; Mon, 27 May 2013 16:59:24 -0700 Date: Mon, 27 May 2013 16:59:24 -0700 (PDT) From: tetsuhiro To: users@activemq.apache.org Message-ID: <1369699164212-4667520.post@n4.nabble.com> Subject: ActiveMQ-CPP3.7.0 build error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to build ActiveMQ-CPP ver3.7.0, but when I try to build it I get the following error: #make decaf/internal/util/HexStringParser.cpp:28:26: error: apr_strmatch.h: No such file or directory make[2]: *** [decaf/internal/util/libactivemq_cpp_la-HexStringParser.lo] Error 1 I think "apr_strmatch.h" is include apr-util, but ActiveMQ-CPPver3.7.0 is not need APR-Util library. Please teach me how to build ActiveMQ3.7.0. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-CPP3-7-0-build-error-tp4667520.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.