Sorry for false alarm. It was caused by stale configure cached files. After make clean it compiles and works fine.
Juraj On 13. December 2016 17:50:35 you wrote: > Does not build on my gentoo amd64. Please indicate if the problem needs more > complete info. > > 1. Checked out rc-16.1.3 , commit f2f4938, git says "working directory > clean" > > 2. Configure went fine > CFLAGS="-march=native -g2 -O2 " CPPFLAGS="-march=native -g2 -O2 " > ./configure --prefix=/opt/ecls-dev --with-cxx > > 3. make > cd build; make > > <..snip..> > > make[1]: Entering directory '/data/juro/ecl/build' > Compiling c/main.o... > In file included from /data/juro/ecl/src/c/main.d:46:0: > /data/juro/eulora/ecl/src/c/ecl_features.h:18:87: error: ‘ECL_ARCHITECTURE’ > undeclared here (not in a function) > ecl_def_string_array_elt(ECL_ARCHITECTURE), > > ^ Makefile:172: recipe for target 'c/main.o' failed > make[1]: *** [c/main.o] Error 1 > make[1]: Leaving directory '/data/juro/ecl/build' > Makefile:72: recipe for target 'all' failed > make: *** [all] Error 2 > > Na Ut 13. December 2016 17:36:07 Daniel Kochmański napísali: > > Dear All, > > > > We are slowly moving towards the next release. The current candidate is > > available in the main repository "rc-16.1.3" branch at: > > > > g...@gitlab.com:embeddable-common-lisp/ecl.git > > > > For the list of changes see "CHANGELOG" file[1], For the testing > > progress see: > > > > https://gitlab.com/embeddable-common-lisp/ecl/issues/307 > > > > If nothing comes up until Sunday I'll merge it to the master branch and > > publish the release officially on Monday. > > > > Best regards, > > Daniel > > > > [1] for a complete list see commits in the repository and closed issues > > on the tracker.