- 积分
- 197
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-12-2
- 最后登录
- 1970-1-1
|
发表于 2015-4-5 16:17:10
|
显示全部楼层
jasper-1.900.1安装的时候出现了许多错误(config.log):
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.cc:28:9: error: 'exit' was not declared in this scope
exit (42);
^
conftest.cc:24:40: error: 'void std::exit(int)' should have been declared inside 'std'
extern "C" void std::exit (int) throw (); using std::exit;
^
conftest.cc:24:31: error: 'void std::exit(int)' should have been declared inside 'std'
extern "C" void std::exit (int); using std::exit;
^
In file included from conftest.cc:25:0:
/usr/include/stdlib.h:543:70: error: declaration of 'void std::exit(int) throw ()' has a different exception specifier
extern void exit (int __status) __THROW __attribute__ ((__noreturn__));
^
conftest.cc:24:17: error: from previous declaration 'void std::exit(int)'
extern "C" void std::exit (int); using std::exit;
^
conftest.c:69:16: fatal error: io.h: No such file or directory
#include <io.h>
^
conftest.c:69:21: fatal error: windows.h: No such file or directory
#include <windows.h>
^
conftest.c:76:6: error: 'uchar' undeclared (first use in this function)
if ((uchar *) 0)
^
conftest.c:76:6: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:76:13: error: expected expression before ')' token
if ((uchar *) 0)
^
conftest.c:77:6: error: 'longlong' undeclared (first use in this function)
if ((longlong *) 0)
^
conftest.c:77:6: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:77:16: error: expected expression before ')' token
if ((longlong *) 0)
^
conftest.c:78:6: error: 'ulonglong' undeclared (first use in this function)
if ((ulonglong *) 0)
^
conftest.c:78:6: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:78:17: error: expected expression before ')' token
if ((ulonglong *) 0)
^
collect2: error: ld returned 1 exit status
请问是什么问题,楼主安装的时候遇到过吗? |
|