|
|
我的是slackware10,kde,下载了zhcon-0.2.3的gz包
./configure成功了
Configuration:
Target system: i686-pc-linux-gnu
Source code location: .
C++ Compiler: g++
C++ Compiler flags: -funsigned-char -march=i686 -DNDEBUG -Wall
C Compiler: gcc
C Compiler flags: -funsigned-char -march=i686 -DNDEBUG -Wall
VGA support: yes
gpm moues support: yes
libggi support: no
unicon support: no
zhcon binary dir: /usr/locale/bin
zhcon files dir: /usr/locale/lib/zhcon
Config complete, now type make to build zhcon.
Good Luck!
可是到make的时候出现以下提示
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 `/home/carl/zhcon-0.2.3/src'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/home/carl/zhcon-0.2.3/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/carl/zhcon-0.2.3'
make: *** [all] 错误 2
请问怎么解决阿 |
|