saleyn / eixx

Erlang C++ Interface
Apache License 2.0
137 stars 26 forks source link

Compile error #21

Closed fenollp closed 8 years ago

fenollp commented 8 years ago

Hi. On Travis CI's architecture (Ubuntu 12 LTS I believe) I get

$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
./configure: line 3302: syntax error near unexpected token `noext,'
./configure: line 3302: `         AX_CXX_COMPILE_STDCXX_11(noext, optional)'

My .travis.yml file: https://github.com/fenollp/eixx/blob/6f22bbcee0ae0a2dcb591f0b00a2936ffda70a58/.travis.yml Do I need to install something?

saleyn commented 8 years ago

eixx's configure.ac doesn't use the AX_CXX_COMPILE_STDCXX_11 macro. Where is it coming from?

fenollp commented 8 years ago

@saleyn It does here: https://github.com/saleyn/eixx/blob/master/configure.ac#L59-L63

saleyn commented 8 years ago

Sorry, I was looking at a stale branch. The macro is part of autoconf-archive.

fenollp commented 8 years ago

Using a newer distrib fixed the issue (Trusty)