Closed guitorri closed 10 years ago
Compilations seems to give precedence to the handcoded admsXml/config.h instead of the one created out of config.h.in. TODO check the CMake, create and confgure a config.in.cmake
admsXml/config.h
config.h.in
config.in.cmake
make dist also seems to pick the wrong config.h
make dist
The admsXml/config.h causes cross compilation issues as it does not have HAVE_PUTENV defined...
HAVE_PUTENV
fixed, closing.
Compilations seems to give precedence to the handcoded
admsXml/config.h
instead of the one created out ofconfig.h.in
. TODO check the CMake, create and confgure aconfig.in.cmake