You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mnemonic.apache.org by "Wang, Gang (JIRA)" <ji...@apache.org> on 2017/10/18 23:13:00 UTC

[jira] [Comment Edited] (MNEMONIC-387) Compilation error in mnemonic-computing-services module

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

Wang, Gang edited comment on MNEMONIC-387 at 10/18/17 11:12 PM:
----------------------------------------------------------------

Hi [~jakesjohn]

[~yzz127] has sent the PR for this ticket, could you please verify it on Mac? Thanks.


was (Author: qichfan):
Hi [~jakesjohn]

[~yzz127] has sent the PR for this ticket, could you please verify it? Thanks.

> Compilation error in mnemonic-computing-services module
> -------------------------------------------------------
>
>                 Key: MNEMONIC-387
>                 URL: https://issues.apache.org/jira/browse/MNEMONIC-387
>             Project: Mnemonic
>          Issue Type: Bug
>          Components: Computing-Service
>    Affects Versions: 0.10.0-incubating
>            Reporter: Johnu George
>            Assignee: Yanhui Zhao
>             Fix For: 0.10.0-incubating
>
>
> Below is the compilation error desc
>  
>  [exec]   vectorIterTensor(env, nvinfo, dims, itmaddrs, &nxtfitmaddrs, &pendings, hdls, -1, chk_addr, dc_size, &position, count);
>      [exec]   ^
>      [exec] /Users/johnugeorge/work/incubator-mnemonic/mnemonic-computing-services/mnemonic-utilities-service/src/main/native/common.c:417:6: error: conflicting types for 'vectorIterTensor'
>      [exec] void vectorIterTensor(JNIEnv* env, struct NValueInfo *nvinfo,
>      [exec]      ^
>      [exec] /Users/johnugeorge/work/incubator-mnemonic/mnemonic-computing-services/mnemonic-utilities-service/src/main/native/common.c:413:3: note: previous implicit declaration is here
>      [exec]   vectorIterTensor(env, nvinfo, dims, itmaddrs, &nxtfitmaddrs, &pendings, hdls, -1, chk_addr, dc_size, &position, count);
>      [exec]   ^
>      [exec] 1 warning and 1 error generated.
>      [exec] make[2]: *** [CMakeFiles/utilitiescomputing.dir/common.c.o] Error 1
>      [exec] make[1]: *** [CMakeFiles/utilitiescomputing.dir/all] Error 2
>      [exec] make: *** [all] Error 2



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)