I want to install on my HP-UX Itanium workstation.
error from configure:
checking sys/ipc.h usability… no
checking sys/ipc.h presence… yes
configure: WARNING: sys/ipc.h: present but cannot be compiled
configure: WARNING: sys/ipc.h: check for missing prerequisite headers?
configure: WARNING: sys/ipc.h: see the Autoconf documentation
configure: WARNING: sys/ipc.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/ipc.h: proceeding with the preprocessor’s result
configure: WARNING: sys/ipc.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/ipc.h… yes
checking sys/msg.h usability… no
checking sys/msg.h presence… yes
configure: WARNING: sys/msg.h: present but cannot be compiled
configure: WARNING: sys/msg.h: check for missing prerequisite headers?
configure: WARNING: sys/msg.h: see the Autoconf documentation
configure: WARNING: sys/msg.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/msg.h: proceeding with the preprocessor’s result
configure: WARNING: sys/msg.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
And of course make fails:
make all
cd ./base && make
gcc -g -O2 -DHAVE_CONFIG_H -DNSCORE -c broker.c
In file included from …/include/config.h:196,
from broker.c:25:
/usr/include/sys/ipc.h:51: error: syntax error before ‘cid_t’
/usr/include/sys/ipc.h:56: error: syntax error before ‘}’ token
In file included from …/include/config.h:201,
from broker.c:25:
/usr/include/sys/msg.h:93: error: field ‘msg_perm’ has incomplete type
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
Anyone know how I can resolve?
Thanks…Geoff