|
|
./configure时一切正常
make的时候出现以下错误:
- In file included from zhcon.cpp:54:
- inputclient.h: In static member function `static void
- InputClient::SetConsole(Console*)':
- inputclient.h:37: error: `assert' undeclared (first use this function)
- inputclient.h:37: error: (Each undeclared identifier is reported only once for
- each function it appears in.)
- zhcon.cpp:262:6: warning: #warning OPEN_MAX undefined so far,try define it to 64
- make[3]: *** [zhcon.o] 错误 1
- make[3]: Leaving directory `/root/zhcon-0.2.3/src'
- make[2]: *** [all-recursive] 错误 1
- make[2]: Leaving directory `/root/zhcon-0.2.3/src'
- make[1]: *** [all-recursive] 错误 1
- make[1]: Leaving directory `/root/zhcon-0.2.3'
- make: *** [all] 错误 2
复制代码
这个是什么问题? |
|