You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/28 16:18:00 UTC

[jira] [Commented] (IGNITE-1436) C++: Port to MAC OS.

    [ https://issues.apache.org/jira/browse/IGNITE-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16632076#comment-16632076 ] 

ASF GitHub Bot commented on IGNITE-1436:
----------------------------------------

GitHub user sdarlington opened a pull request:

    https://github.com/apache/ignite/pull/4872

    IGNITE-1436: Build C++ API on the Mac

    Creating PR to 'advertise' that it's being worked on. Tasks still to complete:
    
    * Test on Linux / Windows to make sure I've not broken anything
    * Final step in build: need to `install_name_tool -add_rpath $(JAVA_HOME)/jre/lib/server ignite` but I've not found a way to automate that
    * Tests, ODBC driver and thin-client don't currently build

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sdarlington/ignite cpp-mac

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4872.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4872
    
----
commit 46a923720f64c8e920ff53d807f9c42d2b9270ef
Author: Stephen Darlington <st...@...>
Date:   2018-09-25T12:52:30Z

    Get past missing CLOCK_MONOTONIC on Macs error

commit 2707b263f27fd708b5525df0eb3b4398203f7549
Author: Stephen Darlington <st...@...>
Date:   2018-09-25T14:08:47Z

    Set right headers to allow Mac compile of C++ client

commit 0ee352f012ef7a802b52a1e9bfba7fb96ba3a335
Author: Stephen Darlington <st...@...>
Date:   2018-09-25T14:34:53Z

    Mac dynamic libraries are not '.so' files

commit 249588f2525c7c5b7588f01f02db876264d6df0c
Author: Stephen Darlington <st...@...>
Date:   2018-09-28T16:03:06Z

    Update DEVNOTES

----


> C++: Port to MAC OS.
> --------------------
>
>                 Key: IGNITE-1436
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1436
>             Project: Ignite
>          Issue Type: Task
>          Components: platforms
>    Affects Versions: 1.1.4
>            Reporter: Vladimir Ozerov
>            Priority: Major
>              Labels: cpp
>
> It will require minimal porting of "common" and "utils" stuff.



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