Open GoogleCodeExporter opened 9 years ago
[deleted comment]
SDL-1.2.xx编译的时候:
自己开启了--enable-video-fbcon use framebuffer console video driver
[[default=yes]]
没有设置,因此默认支持--enable-video-directfb use DirectFB video
driver [[default=yes]]
因此:
1 编译qt4时已经编译libdirectfb,
2 编译SDL-1.2.xx就会使用libdirectfb
3 而SDL_ttf并没有用-ldirectfb指定libdirectfb-1.4.so.0
因此出错,如果(1)和(2)的顺序调换下就会编译成功!(
uClibc下就编译成功过)
所要做的工作:使用packages中的sdl库!
Original comment by richard....@gmail.com
on 5 Jun 2012 at 2:56
[deleted comment]
并且SDL_ttf中DEPENDS的+zlib,错写成+libz,targs/qtopia_12,05已修正
Original comment by richard....@gmail.com
on 14 Jun 2012 at 7:50
已经在新的qtopia中调整好,使用packages中自带的libsdl,他会使
用libdirectfb,因此不会再出现这个问题
Original comment by richard....@gmail.com
on 15 Jun 2012 at 3:10
Original issue reported on code.google.com by
richard....@gmail.com
on 5 Jun 2012 at 2:19