Olivier Beytrison wrote:
More weirdness. Fresh git clone, updated debian build system (see http://tinyurl.com/cfb6r9n )
/usr/bin/make make[1]: Entering directory `/opt/src/FR3/repositories/freeradius-server' scripts/boiler.mk:552: src/modules/rlm_example/all.mk: No such file or directory
That's OK. It means that it has to build run "configure" before loading the makefile.
checking whether the C compiler works... no configure: error: in `/opt/src/FR3/repositories/freeradius-server/src/modules/rlm_sqlhpwippool': configure: error: C compiler cannot create executables See `config.log' for more details
That's... weird.
rlm_sqlhwipool/config.log give the same message as before cc1: fatal error: /opt/src/FR3/repositories/freeradius-server/src/freeradius-devel/autoconf.h: No such file or directory
The solution is to *not* use IMACROS when running "configure". Or, to ensure that the src/freeradius-devel directory is linked. That linkage is probably easier than fighting with environment variables... Alan DeKok.