conflicting types for ‘getmaxx’|conflicting types for ‘getmaxy’
- 2011-11-16 23:20 - fzblog.net
- Views: 178
- Comments: 0
- Linux
在ubuntu下安装TurboC,make的时候出现了以下错误:
代码如下
代码如下
- cc -O0 -g -DWITH_X -I/usr/X11R6/include -Wall -c -funsigned-char -o arc.o arc.c
- In file included from arc.c:36:0:
- graphics.h:485:12: error: conflicting types for ‘getmaxx’
- /usr
......


