【发布时间】:2010-01-23 07:45:21
【问题描述】:
在 MacOS X 10.6 (Snow Leopard) 中安装 SDL 和 SDL-devel 后,尝试配置一些需要 SDL 产生的源代码:
checking for sdl-config... no
checking for SDL - version >= 1.2.0... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: error: *** SDL version 1.2.0 not found!
有谁知道在哪里可以找到 sdl-config?我想我可以从源代码构建 SDL,但是当存在预构建的包时,为什么我必须这样做?
【问题讨论】: