On Tue, 13 Sep 2005, Serassio Guido wrote:

                from configure:4138:
/usr/include/kern/lock.h:204:24: rt_preempt.h: No such file or directory
/usr/include/kern/lock.h:205:25: mach_ldebug.h: No such file or directory

Looks like busted system (or maybe ipfilter) headers too me. Most likely a missing header dependency.

Any hints on how fix this problem ?

Not really. For now document the issue in the release notes.

You can use the following to tell configure that this header exists, making it skip the test:

env ac_cv_header_netinet_ip_compat_h=yes ./configure ...

this should save you from having to edit include/autoconf.h manually.

Regards
Henrik

Reply via email to