You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2019/10/29 17:16:04 UTC

[GitHub] [activemq-artemis-native] clebertsuconic commented on issue #5: ARTEMIS-2533 Support multiple architecture for ASYNCIO kernel by-pass

clebertsuconic commented on issue #5: ARTEMIS-2533 Support multiple architecture for ASYNCIO kernel by-pass
URL: https://github.com/apache/activemq-artemis-native/pull/5#issuecomment-547533913
 
 
   @franz1981 I have been using ./scripts/compile-using-docker.sh to compile upstream.
   
   As it stands now, I have this error:
   
   
   ```
   
   [ 50%] Building C object src/main/c/CMakeFiles/artemis-native.dir/org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.c.o
   cd /work/src/main/c && /usr/bin/cc  -Dartemis_native_EXPORTS -O3 -std=gnu11 -Wall  -fPIC -I/work/src/main/c/. -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux    -o CMakeFiles/artemis-native.dir/org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.c.o   -c /work/src/main/c/org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.c
   cc1: error: unrecognized command line option "-std=gnu11"
   
   
   ```
   
   
   You will need to update the docker version so it compiles fine. That's also a reference to what's needed to compile the native module.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services