You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Utopia (JIRA)" <ji...@apache.org> on 2009/02/27 15:44:00 UTC

[jira] Created: (AMQCPP-224) Configure accept wrong versions of apr-util

Configure accept wrong versions of apr-util
-------------------------------------------

                 Key: AMQCPP-224
                 URL: https://issues.apache.org/activemq/browse/AMQCPP-224
             Project: ActiveMQ C++ Client
          Issue Type: Bug
          Components: CMS Impl
    Affects Versions: 2.2.4, 2.2.3, 2.2.2
         Environment: OSX / Linux Centos
            Reporter: Utopia
            Assignee: Timothy Bish


The configure script accepts the following
checking for APR-util... yes
checking APR version... 1.3.3
checking APU version... 1.2.7

Which eventually results in a compile error.
---
/usr/local//include/apr-1/apr_file_info.h:192: error: 'apr_ino_t' does not name a type
/usr/local//include/apr-1/apr_want.h:92: error: redefinition of 'struct iovec'
/usr/include/sys/socket.h:128: error: previous definition of 'struct iovec'
make[2]: *** [activemq/core/libactivemq_cpp_la-ActiveMQConnectionFactory.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
--

When fixing the version of apr-util version it will compile without any problems.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (AMQCPP-224) Configure accept wrong versions of apr-util

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQCPP-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQCPP-224.
---------------------------------

    Resolution: Fixed

Fixed in Trunk and the 2.x branch

> Configure accept wrong versions of apr-util
> -------------------------------------------
>
>                 Key: AMQCPP-224
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-224
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: CMS Impl
>    Affects Versions: 2.2.2, 2.2.3, 2.2.4
>         Environment: OSX / Linux Centos
>            Reporter: Utopia
>            Assignee: Timothy Bish
>             Fix For: 2.2.5, 3.0
>
>
> The configure script accepts the following
> checking for APR-util... yes
> checking APR version... 1.3.3
> checking APU version... 1.2.7
> Which eventually results in a compile error.
> ---
> /usr/local//include/apr-1/apr_file_info.h:192: error: 'apr_ino_t' does not name a type
> /usr/local//include/apr-1/apr_want.h:92: error: redefinition of 'struct iovec'
> /usr/include/sys/socket.h:128: error: previous definition of 'struct iovec'
> make[2]: *** [activemq/core/libactivemq_cpp_la-ActiveMQConnectionFactory.lo] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> --
> When fixing the version of apr-util version it will compile without any problems.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AMQCPP-224) Configure accept wrong versions of apr-util

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQCPP-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish updated AMQCPP-224:
--------------------------------

    Fix Version/s: 3.0
                   2.2.5

> Configure accept wrong versions of apr-util
> -------------------------------------------
>
>                 Key: AMQCPP-224
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-224
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: CMS Impl
>    Affects Versions: 2.2.2, 2.2.3, 2.2.4
>         Environment: OSX / Linux Centos
>            Reporter: Utopia
>            Assignee: Timothy Bish
>             Fix For: 2.2.5, 3.0
>
>
> The configure script accepts the following
> checking for APR-util... yes
> checking APR version... 1.3.3
> checking APU version... 1.2.7
> Which eventually results in a compile error.
> ---
> /usr/local//include/apr-1/apr_file_info.h:192: error: 'apr_ino_t' does not name a type
> /usr/local//include/apr-1/apr_want.h:92: error: redefinition of 'struct iovec'
> /usr/include/sys/socket.h:128: error: previous definition of 'struct iovec'
> make[2]: *** [activemq/core/libactivemq_cpp_la-ActiveMQConnectionFactory.lo] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> --
> When fixing the version of apr-util version it will compile without any problems.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.