Qucs / ADMS

ADMS is a code generator for the Verilog-AMS language
GNU General Public License v3.0
94 stars 31 forks source link

compilation picks up wrong config.h #1

Closed guitorri closed 10 years ago

guitorri commented 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

guitorri commented 10 years ago

make dist also seems to pick the wrong config.h

The admsXml/config.h causes cross compilation issues as it does not have HAVE_PUTENV defined...

guitorri commented 10 years ago

fixed, closing.