level 1
问SDL题
楼主
我是在SDL官方网下载的SDL-1.2.14.tar.zp。然后make安装,中途总是出现如下问题:
In file included from ./src/video/x11/SDL_x11video.h:50,
from ./src/video/x11/SDL_x11dga_c.h:24,
from ./src/video/x11/SDL_x11dga.c:30:
./src/video/x11/SDL_x11dyn.h:45:33: error: X11/extensions/XShm.h: 没有那个文件或目录
In file included from ./src/video/x11/SDL_x11dga_c.h:24,
from ./src/video/x11/SDL_x11dga.c:30:
./src/video/x11/SDL_x11video.h:77: error: expected specifier-qualifier-list before ‘XShmSegmentInfo`
make: *** [build/SDL_x11dga.lo] 错误 1
这是什么问题阿?求高手阿!帮帮我!!!很感谢奥!
2012年03月01日 08点03分
1
In file included from ./src/video/x11/SDL_x11video.h:50,
from ./src/video/x11/SDL_x11dga_c.h:24,
from ./src/video/x11/SDL_x11dga.c:30:
./src/video/x11/SDL_x11dyn.h:45:33: error: X11/extensions/XShm.h: 没有那个文件或目录
In file included from ./src/video/x11/SDL_x11dga_c.h:24,
from ./src/video/x11/SDL_x11dga.c:30:
./src/video/x11/SDL_x11video.h:77: error: expected specifier-qualifier-list before ‘XShmSegmentInfo`
make: *** [build/SDL_x11dga.lo] 错误 1
这是什么问题阿?求高手阿!帮帮我!!!很感谢奥!