|
看了一下REDME说要设vga=0x303,我设了还是一样出错啦!!
./configure --prefix=/usr
显示:
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] Error 1
make[3]: Leaving directory `/sources/zhcon-0.2.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/sources/zhcon-0.2.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/sources/zhcon-0.2.3'
make: *** [all] Error 2 |
|