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

Joe McDonnell commented on IMPALA-12119:
----------------------------------------

Another option is to pull in this datasketches patch that changes the macro 
name: 
[https://github.com/apache/datasketches-cpp/commit/0d8a17de0dc18493eb17e6613ad1534d6ff247b7]

 

> compilation fails on arm64
> --------------------------
>
>                 Key: IMPALA-12119
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12119
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>            Reporter: Sebastian Pop
>            Priority: Minor
>
> Compiling impala on arm64 fails with an error of redefined FORCE_INLINE 
> preprocessor macro:
> {{/home/spop/impala/be/src/util/sse2neon.h:48: error: "FORCE_INLINE" 
> redefined [-Werror]
>    48 | #define FORCE_INLINE static inline _{_}attribute{_}_((always_inline))
>       | 
> In file included from 
> /home/spop/impala/be/src/codegen/llvm-codegen-cache.h:30,
>                  from /home/spop/impala/be/src/runtime/exec-env.cc:27:
> /home/spop/impala/be/src/thirdparty/datasketches/MurmurHash3.h:45: note: this 
> is the location of the previous definition
>    45 | #define FORCE_INLINE inline _{_}attribute{_}_((always_inline))
>       | 
> }}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to