|
|

楼主 |
发表于 2004-12-4 21:07:37
|
显示全部楼层
已解决
在这里要感谢pinkme005的帮忙!!!具体的出错信息是:make的错误:inputslient.h:37:error:'assert"undeclared (first use the function)
nputslient.h:37:error Each undled undeclared identifier is reported only once for each function it appearsin)
make [3] [zhcon.o] error 1
make [2] [all recursive] error 1
make [1] [all recursive] error 1
make [all] error 2
解决方法是:在inputslient.h和mouse.cpp中加入include <assert.h>即可!1! |
|