Hi all
OpenBSD 3.8 -stable / amd64 [dual Opteron 242]
Zabbix 1.1beta2
While building I receive these errors:
[...]
configure: WARNING: sys/mount.h: present but cannot be compiled
configure: WARNING: sys/mount.h: check for missing prerequisite headers?
configure: WARNING: sys/mount.h: see the Autoconf documentation
configure: WARNING: sys/mount.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/mount.h: proceeding with the preprocessor's result
configure: WARNING: sys/mount.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for sys/mount.h... yes
[...]
- and the same goes for swap.h and sysctl.h
Annoying part is that I have all the header files in both
/usr/src/sys/sys/
and
/usr/include/sys/
Any comments or ideas ?
/per
OpenBSD 3.8 -stable / amd64 [dual Opteron 242]
Zabbix 1.1beta2
While building I receive these errors:
[...]
configure: WARNING: sys/mount.h: present but cannot be compiled
configure: WARNING: sys/mount.h: check for missing prerequisite headers?
configure: WARNING: sys/mount.h: see the Autoconf documentation
configure: WARNING: sys/mount.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/mount.h: proceeding with the preprocessor's result
configure: WARNING: sys/mount.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for sys/mount.h... yes
[...]
- and the same goes for swap.h and sysctl.h
Annoying part is that I have all the header files in both
/usr/src/sys/sys/
and
/usr/include/sys/
Any comments or ideas ?
/per
Comment