免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3345 | 回复: 1
打印 上一主题 下一主题

求高手指点我的ace在hp-unix问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-12-09 20:53 |只看该作者 |倒序浏览
# make -f makefile_breq all
/usr/local/bin/g++  -O3 -trigraphs -fPIC -DPRECOMP -DLINUX -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -DSLTS_ENABLE -DSLMXMX_ENABLE -D_REENTRANT -DNS_THREADS -DTEST_INFO -D_DEBUGP -c src_boss/comm_breq/log_comm_param.cpp -o src_boss/comm_breq/log_comm_param.o -I/usr/oracle/precomp/public -I/usr/oracle/rdbms/public -I/usr/oracle/rdbms/demo -I/usr/oracle/plsql/public -I/usr/oracle/network/public -Isrc_boss/include -Isrc_boss/struct -Isrc_boss/db_breq -Isrc_boss/ap_breq -Isrc_boss/comm_breq -Isrc_boss/logmgr -Isrc_boss/synctable -Isrc_boss/util -Iinclude_ext -Iinclude_ext/include -Iinclude_ext/other   
In file included from src_boss/comm_breq/log_comm_param.cpp:1:
src_boss/include/log.h:8:24: error: sys/statfs.h: No such file or directory
In file included from include_ext/ace/config.h:14,
                 from include_ext/ace/config-macros.h:24,
                 from include_ext/ace/config-lite.h:24,
                 from include_ext/ace/config-all.h:20,
                 from include_ext/ace/OS_NS_stdlib.h:22,
                 from src_boss/include/log.h:42,
                 from src_boss/comm_breq/log_comm_param.cpp:1:
include_ext/ace/config-linux-common.h:26:22: error: features.h: No such file or directory
include_ext/ace/config-linux-common.h:404:27: error: linux/version.h: No such file or directory
include_ext/ace/config-linux-common.h:405:44: error: missing binary operator before token "("
In file included from include_ext/ace/os_include/os_signal.h:27,
                 from include_ext/ace/os_include/sys/os_wait.h:27,
                 from include_ext/ace/os_include/os_stdlib.h:28,
                 from include_ext/ace/OS_NS_stdlib.h:28,
                 from src_boss/include/log.h:42,
                 from src_boss/comm_breq/log_comm_param.cpp:1:
include_ext/ace/os_include/sys/os_types.h:56: error: conflicting declaration 'typedef int clockid_t'
/usr/local/lib/gcc/ia64-hp-hpux11.23/4.2.3/include/sys/time.h:159: error: 'clockid_t' has a previous declaration as 'typedef enum __clockid_t clockid_t'
In file included from include_ext/ace/os_include/os_signal.h:320,
                 from include_ext/ace/os_include/sys/os_wait.h:27,
                 from include_ext/ace/os_include/os_stdlib.h:28,
                 from include_ext/ace/OS_NS_stdlib.h:28,
                 from src_boss/include/log.h:42,
                 from src_boss/comm_breq/log_comm_param.cpp:1:
include_ext/ace/os_include/os_ucontext.h:40: error: conflicting declaration 'typedef int ucontext_t'
/usr/include/machine/sys/newsig.h:146: error: 'ucontext_t' has a previous declaration as 'typedef struct __ucontext ucontext_t'
In file included from include_ext/ace/OS_NS_time.inl:7,
                 from include_ext/ace/OS_NS_time.h:372,
                 from src_boss/include/log.h:43,
                 from src_boss/comm_breq/log_comm_param.cpp:1:
include_ext/ace/Time_Value.h:89: error: 'suseconds_t' has not been declared
include_ext/ace/Time_Value.h:105: error: 'suseconds_t' has not been declared
include_ext/ace/Time_Value.h:191: error: 'suseconds_t' does not name a type
include_ext/ace/Time_Value.h:194: error: 'suseconds_t' has not been declared
In file included from include_ext/ace/Time_Value.h:331,
                 from include_ext/ace/OS_NS_time.inl:7,
                 from include_ext/ace/OS_NS_time.h:372,
                 from src_boss/include/log.h:43,
                 from src_boss/comm_breq/log_comm_param.cpp:1:
include_ext/ace/Time_Value.inl:52: error: 'suseconds_t' has not been declared
include_ext/ace/Time_Value.inl: In member function 'void ACE_Time_Value::set(double)':
include_ext/ace/Time_Value.inl:83: error: 'suseconds_t' was not declared in this scope
include_ext/ace/Time_Value.inl: At global scope:
include_ext/ace/Time_Value.inl:111: error: 'suseconds_t' has not been declared
include_ext/ace/Time_Value.inl:169: error: 'suseconds_t' does not name a type
include_ext/ace/Time_Value.inl:179: error: variable or field 'usec' declared void
include_ext/ace/Time_Value.inl:179: error: 'suseconds_t' was not declared in this scope
include_ext/ace/Time_Value.inl: In function 'bool operator>(const ACE_Time_Value&, const ACE_Time_Value&':
include_ext/ace/Time_Value.inl:218: error: no matching function for call to 'ACE_Time_Value::usec() const'
include_ext/ace/Time_Value.h:194: note: candidates are: void ACE_Time_Value::usec(int)
include_ext/ace/Time_Value.inl:218: error: no matching function for call to 'ACE_Time_Value::usec() const'
include_ext/ace/Time_Value.h:194: note: candidates are: void ACE_Time_Value::usec(int)
include_ext/ace/Time_Value.inl: In function 'bool operator>=(const ACE_Time_Value&, const ACE_Time_Value&':
include_ext/ace/Time_Value.inl:234: error: no matching function for call to 'ACE_Time_Value::usec() const'
include_ext/ace/Time_Value.h:194: note: candidates are: void ACE_Time_Value::usec(int)
include_ext/ace/Time_Value.inl:234: error: no matching function for call to 'ACE_Time_Value::usec() const'
include_ext/ace/Time_Value.h:194: note: candidates are: void ACE_Time_Value::usec(int)
include_ext/ace/Time_Value.inl: In function 'bool operator==(const ACE_Time_Value&, const ACE_Time_Value&':
include_ext/ace/Time_Value.inl:291: error: no matching function for call to 'ACE_Time_Value::usec() const'
include_ext/ace/Time_Value.h:194: note: candidates are: void ACE_Time_Value::usec(int)
include_ext/ace/Time_Value.inl:291: error: no matching function for call to 'ACE_Time_Value::usec() const'
include_ext/ace/Time_Value.h:194: note: candidates are: void ACE_Time_Value::usec(int)
include_ext/ace/Time_Value.inl: In member function 'ACE_Time_Value& ACE_Time_Value:perator+=(const ACE_Time_Value&':
include_ext/ace/Time_Value.inl:311: error: no matching function for call to 'ACE_Time_Value::usec()'
include_ext/ace/Time_Value.h:194: note: candidates are: void ACE_Time_Value::usec(int)
include_ext/ace/Time_Value.inl:311: error: no matching function for call to 'ACE_Time_Value::usec() const'
include_ext/ace/Time_Value.h:194: note: candidates are: void ACE_Time_Value::usec(int)
include_ext/ace/Time_Value.inl: In member function 'ACE_Time_Value& ACE_Time_Value:perator=(const ACE_Time_Value&':
include_ext/ace/Time_Value.inl:329: error: no matching function for call to 'ACE_Time_Value::usec() const'
include_ext/ace/Time_Value.h:194: note: candidates are: void ACE_Time_Value::usec(int)
include_ext/ace/Time_Value.inl: In member function 'ACE_Time_Value& ACE_Time_Value:perator-=(const ACE_Time_Value&':
include_ext/ace/Time_Value.inl:349: error: no matching function for call to 'ACE_Time_Value::usec()'
include_ext/ace/Time_Value.h:194: note: candidates are: void ACE_Time_Value::usec(int)
include_ext/ace/Time_Value.inl:349: error: no matching function for call to 'ACE_Time_Value::usec() const'
include_ext/ace/Time_Value.h:194: note: candidates are: void ACE_Time_Value::usec(int)
In file included from include_ext/ace/OS_NS_unistd.h:367,
                 from include_ext/ace/OS_NS_time.inl:8,
                 from include_ext/ace/OS_NS_time.h:372,
                 from src_boss/include/log.h:43,
                 from src_boss/comm_breq/log_comm_param.cpp:1:
include_ext/ace/OS_NS_unistd.inl: In function 'int ACE_OS::setegid(gid_t)':
include_ext/ace/OS_NS_unistd.inl:1007: error: '::setegid' has not been declared
include_ext/ace/OS_NS_unistd.inl: In function 'int ACE_OS::seteuid(uid_t)':
include_ext/ace/OS_NS_unistd.inl:1081: error: '::seteuid' has not been declared
include_ext/ace/OS_NS_unistd.inl: In function 'u_long ACE_OS::ualarm(const ACE_Time_Value&, const ACE_Time_Value&':
include_ext/ace/OS_NS_unistd.inl:1255: error: no matching function for call to 'ACE_Time_Value::usec() const'
include_ext/ace/Time_Value.h:194: note: candidates are: void ACE_Time_Value::usec(int)
include_ext/ace/OS_NS_unistd.inl:1256: error: no matching function for call to 'ACE_Time_Value::usec() const'
include_ext/ace/Time_Value.h:194: note: candidates are: void ACE_Time_Value::usec(int)
In file included from include_ext/ace/OS_NS_time.h:372,
                 from src_boss/include/log.h:43,
                 from src_boss/comm_breq/log_comm_param.cpp:1:
include_ext/ace/OS_NS_time.inl: In function 'ACE_hrtime_t ACE_OS::gethrtime(ACE_OS::ACE_HRTimer_Op)':
include_ext/ace/OS_NS_time.inl:381: error: no matching function for call to 'ACE_Time_Value::usec() const'
include_ext/ace/Time_Value.h:194: note: candidates are: void ACE_Time_Value::usec(int)
In file included from include_ext/ace/OS_NS_Thread.h:37,
                 from include_ext/ace/Thread_Mutex.h:31,
                 from include_ext/ace/Atomic_Op.h:23,
                 from src_boss/include/log.h:48,
                 from src_boss/comm_breq/log_comm_param.cpp:1:
include_ext/ace/OS_NS_signal.h: At global scope:
include_ext/ace/OS_NS_signal.h:51: error: using typedef-name 'siginfo_t' after 'struct'
/usr/include/sys/siginfo.h:124: error: 'siginfo_t' has a previous declaration here
In file included from include_ext/ace/Thread_Mutex.h:31,
                 from include_ext/ace/Atomic_Op.h:23,
                 from src_boss/include/log.h:48,
                 from src_boss/comm_breq/log_comm_param.cpp:1:
include_ext/ace/OS_NS_Thread.h:1618: error: 'semun' has not been declared
In file included from include_ext/ace/OS_NS_Thread.h:2166,
                 from include_ext/ace/Thread_Mutex.h:31,
                 from include_ext/ace/Atomic_Op.h:23,
                 from src_boss/include/log.h:48,
                 from src_boss/comm_breq/log_comm_param.cpp:1:
include_ext/ace/OS_NS_Thread.inl:2379: error: 'semun' has not been declared
In file included from include_ext/ace/Message_Block.h:1041,
                 from include_ext/ace/Message_Queue.h:17,
                 from include_ext/ace/Task_T.h:17,
                 from include_ext/ace/Task.h:288,
                 from src_boss/include/log.h:49,
                 from src_boss/comm_breq/log_comm_param.cpp:1:
include_ext/ace/Message_Block.inl: In member function 'ACE_Dynamic_Message_Strategy:riority_Status ACE_Dynamic_Message_Strategy::priority_status(ACE_Message_Block&, const ACE_Time_Value&':
include_ext/ace/Message_Block.inl:619: error: no matching function for call to 'ACE_Time_Value::usec()'
include_ext/ace/Time_Value.h:194: note: candidates are: void ACE_Time_Value::usec(int)
In file included from include_ext/ace/Date_Time.h:121,
                 from src_boss/include/log.h:53,
                 from src_boss/comm_breq/log_comm_param.cpp:1:
include_ext/ace/Date_Time.inl: In member function 'void ACE_Date_Time::update(const ACE_Time_Value&':
include_ext/ace/Date_Time.inl:40: error: no matching function for call to 'ACE_Time_Value::usec() const'
include_ext/ace/Time_Value.h:194: note: candidates are: void ACE_Time_Value::usec(int)
make: *** [src_boss/comm_breq/log_comm_param.o] Error 1
# make -f makefile_breq all
/usr/local/bin/g++  -O3 -trigraphs -fPIC -DPRECOMP -DLINUX -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -DSLTS_ENABLE -DSLMXMX_ENABLE -D_REENTRANT -DNS_THREADS -DTEST_INFO -D_DEBUGP -c src_boss/comm_breq/log_comm_param.cpp -o src_boss/comm_breq/log_comm_param.o -I/usr/oracle/precomp/public -I/usr/oracle/rdbms/public -I/usr/oracle/rdbms/demo -I/usr/oracle/plsql/public -I/usr/oracle/network/public -Isrc_boss/include -Isrc_boss/struct -Isrc_boss/db_breq -Isrc_boss/ap_breq -Isrc_boss/comm_breq -Isrc_boss/logmgr -Isrc_boss/synctable -Isrc_boss/util -Iinclude_ext -Iinclude_ext/include -Iinclude_ext/other   
In file included from src_boss/include/log.h:8,
                 from src_boss/comm_breq/log_comm_param.cpp:1:
/usr/include/sys/statfs.h:23:22: error: features.h: No such file or directory
/usr/include/sys/statfs.h:26:25: error: bits/statfs.h: No such file or directory
In file included from include_ext/ace/config.h:14,
                 from include_ext/ace/config-macros.h:24,
                 from include_ext/ace/config-lite.h:24,
                 from include_ext/ace/config-all.h:20,
                 from include_ext/ace/OS_NS_stdlib.h:22,
                 from src_boss/include/log.h:42,
                 from src_boss/comm_breq/log_comm_param.cpp:1:
include_ext/ace/config-linux-common.h:404:27: error: linux/version.h: No such file or directory
include_ext/ace/config-linux-common.h:405:44: error: missing binary operator before token "("
In file included from src_boss/include/log.h:8,
                 from src_boss/comm_breq/log_comm_param.cpp:1:
/usr/include/sys/statfs.h:32: error: expected constructor, destructor, or type conversion before 'extern'
/usr/include/sys/statfs.h:52: error: expected initializer before '__THROW'
In file included from /usr/include/sys/stat.h:36,
                 from src_boss/include/log.h:9,
                 from src_boss/comm_breq/log_comm_param.cpp:1:
/usr/include/sys/_stat_body.h:44: error: expected constructor, destructor, or type conversion before 'struct'
In file included from include_ext/ace/os_include/os_signal.h:27,
                 from include_ext/ace/os_include/sys/os_wait.h:27,
                 from include_ext/ace/os_include/os_stdlib.h:28,
                 from include_ext/ace/OS_NS_stdlib.h:28,
                 from src_boss/include/log.h:42,
                 from src_boss/comm_breq/log_comm_param.cpp:1:
include_ext/ace/os_include/sys/os_types.h:56: error: conflicting declaration 'typedef int clockid_t'
/usr/local/lib/gcc/ia64-hp-hpux11.23/4.2.3/include/sys/time.h:159: error: 'clockid_t' has a previous declaration as 'typedef enum __clockid_t clockid_t'
In file included from include_ext/ace/os_include/os_signal.h:320,







这是我在Linux下面编译的,现在移植到hp-unix下面就出现这种情况。。请问是不是我的ace(ACE.h,v 4.154)是不是太地了,不支持hp-unix!!!!!!!!!!!还是其他什么原因

[ 本帖最后由 yizidendai 于 2008-12-9 21:40 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2008-12-10 09:27 |只看该作者
error: sys/statfs.h: No such file or directory
makefile中添加环境变量。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP