You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2008/02/03 23:57:35 UTC

[jira] Created: (AMQCPP-164) Math functions don't all exist on the windows platform

Math functions don't all exist on the windows platform
------------------------------------------------------

                 Key: AMQCPP-164
                 URL: https://issues.apache.org/activemq/browse/AMQCPP-164
             Project: ActiveMQ C++ Client
          Issue Type: Sub-task
          Components: Decaf
    Affects Versions: 2.2
            Reporter: Timothy Bish
            Assignee: Nathan Mittler
             Fix For: 2.2


Some of the Math functions that we use in the decaf lib don't seem to be supported on windows even though they are C99 functions.  So we need to find an alternative source for them on windows such as fdlibm


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


[jira] Resolved: (AMQCPP-164) Math functions don't all exist on the windows platform

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

Timothy Bish resolved AMQCPP-164.
---------------------------------

      Assignee: Timothy Bish  (was: Nathan Mittler)
    Resolution: Fixed

I've made all the offending math functions not build on the windows platform.  This resolves the issue until we find a way to support these there.

> Math functions don't all exist on the windows platform
> ------------------------------------------------------
>
>                 Key: AMQCPP-164
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-164
>             Project: ActiveMQ C++ Client
>          Issue Type: Sub-task
>          Components: Decaf
>    Affects Versions: 2.2
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>             Fix For: 2.2
>
>
> Some of the Math functions that we use in the decaf lib don't seem to be supported on windows even though they are C99 functions.  So we need to find an alternative source for them on windows such as fdlibm

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