You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Lou DeGenaro (JIRA)" <de...@uima.apache.org> on 2019/01/03 13:45:00 UTC

[jira] [Issue Comment Deleted] (UIMA-5236) Can not compile UIMA C++ examples in Mac OS X

     [ https://issues.apache.org/jira/browse/UIMA-5236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lou DeGenaro updated UIMA-5236:
-------------------------------
    Comment: was deleted

(was: RM changes to handle quiesced Node:

> IRmPersistence

     - add new enum RmNodes.Quiesced

> ResourceManagerEventListener

     - add onNodeMetricsEvent method debugging to log NodeStatus comprising "UnAvailable" (meaning quiesced).

> NodePool

     - add new List<Node> quiesceMachines comprising those nodes that have been quiesced

     - add to list and update DB when node reports "quiesced" and not already on list

     - remove from list and update DB when node reports not "quiesced" and in list

     - employ list when determining if node is schedulable

WS changes to handle quiesced Node:

> update system.daemons.jsp to include new column Quiesce

> update processing of request for system machines page to fill-in T/F for quiesce status (classic and scroll) as recorded by RM to DB)

> Can not compile UIMA C++ examples in Mac OS X
> ---------------------------------------------
>
>                 Key: UIMA-5236
>                 URL: https://issues.apache.org/jira/browse/UIMA-5236
>             Project: UIMA
>          Issue Type: Bug
>          Components: C++ Framework
>    Affects Versions: 2.4.0C
>         Environment: Mac OS X
>            Reporter: William Colen
>            Priority: Critical
>             Fix For: 2.4.1C
>
>         Attachments: UIMA-5236.patch
>
>
> There is a few issues in base.mak that make it difficult to build annotators in Mac OS X. 
> Users must fix not only the path to APR includes as stated in the README, but also for ICU and XERCES-C. The same for the libraries.
> The BIN_LINKFLAGS is not set, but required to build it successfully.
> Also, at least for Sierra, the default CC compiler will not work. Tried to change compiler to g++5 and could compile.
> The includes that comes with the binary distribution are not compatible with MAC OS X, so it should not be used.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)