SDL安装问题
sdl吧
全部回复
仅看楼主
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
level 1
使用下面命令安装库文件应该就可以了
sudo apt-get install libxi-dev
2012年10月18日 05点10分 2
level 12
额,去文库看看吧,我马上也要下载这个了,一起努力。
2012年11月12日 01点11分 3
1