Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 67077 invoked from network); 26 May 2008 00:17:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 May 2008 00:17:15 -0000 Received: (qmail 8113 invoked by uid 500); 26 May 2008 00:17:17 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 8078 invoked by uid 500); 26 May 2008 00:17:16 -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 8067 invoked by uid 99); 26 May 2008 00:17:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 May 2008 17:17:16 -0700 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; Mon, 26 May 2008 00:16:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5F09A234C122 for ; Sun, 25 May 2008 17:16:54 -0700 (PDT) Message-ID: <1856732870.1211761014373.JavaMail.jira@brutus> Date: Sun, 25 May 2008 17:16:54 -0700 (PDT) From: "Albert Strasheim (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQCPP-177) Defines for static linking with APR on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Defines for static linking with APR on Windows ---------------------------------------------- Key: AMQCPP-177 URL: https://issues.apache.org/activemq/browse/AMQCPP-177 Project: ActiveMQ C++ Client Issue Type: Improvement Reporter: Albert Strasheim Assignee: Nathan Mittler It seems one has to define APR_DECLARE_STATIC APU_DECLARE_STATIC API_DECLARE_STATIC in the Windows Debug and Release builds so that the static library version of AMQCPP can be properly linked along with the static version of apr, apr-util and apr-iconv. I had to do this to get pyactivemq building with VS2005 using the latest AMQCPP from trunk (thanks for fixing the Windows build!). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.