[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
heimdal build problem
Hello,
I cannot seem to build heimdal 0.5, and to the best
of my knowledge it isn't a problem with any of my patches...
configure says:
[...]
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for el_init... no
checking for getmsg... yes
checking if getmsg works... no
checking for compile_et... compile_et
checking whether compile_et has the features we need... yes
checking for com_err... yes
configure: Using the already-installed com_err
checking which authentication modules should be built... none
configure: error: conditional "have_err_h" was never defined.
Usually this means the macro was only invoked conditionally.
make: *** [stampdir/build-stamp] Error 1
config.log has:
[...]
configure:36652: checking for compile_et
configure:36668: found /usr/bin/compile_et
configure:36678: result: compile_et
configure:36689: checking whether compile_et has the features we need
configure:36721: gcc -o conftest -g -O2 conftest.c >&5
configure:36724: $? = 0
configure:36726: ./conftest
configure:36729: $? = 0
configure:36742: result: yes
configure:36750: checking for com_err
configure:36774: gcc -o conftest -g -O2 conftest.c -lcom_err >&5
configure:36777: $? = 0
configure:36780: test -s conftest
configure:36783: $? = 0
configure:36792: result: yes
configure:36804: Using the already-installed com_err
configure:36823: checking which authentication modules should be built
configure:36858: result: none
configure:37096: error: conditional "have_err_h" was never defined.
Usually this means the macro was only invoked conditionally.
Any ideas?
--
Brian May <bam@snoopy.apana.org.au>