我安装了,可是我用make编译时却出错,怎么解决呀。
b44queue.h: At top level:
b44queue.h:321: parse error before "pQueue"
b44queue.h:323: warning: function declaration isn't a prototype
b44queue.h: In function `QQ_GetTail':
b44queue.h:324: `Idx' undeclared (first use in this function)
b44queue.h:324: `pQueue' undeclared (first use in this function)
In file included from b44mm.h:77,
from b44um.c:19:
b44.h: At top level:
b44.h:895: parse error before "QQ_CONTAINER"
b44.h:895: warning: no semicolon at end of struct or union
b44.h:895: parse error before '}' token
b44.h:895: warning: type defaults to `int' in declaration of `LM_RX_PACKET_Q'
b44.h:895:
这是一部分错误提示。