wooin
小狐狸
小狐狸
  • UID10968
  • 注册日期2006-01-06
  • 最后登录2008-06-14
  • 发帖数3
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
阅读:3724回复:0

有人在FC4下编译firefox成功过吗?

楼主#
更多 发布于:2006-08-07 15:56
请高人指教,下面是我出的问题。。。

---------------------------------------------------------------
我的.mozconfig 文件:
mk_add_options MOZ_CO_PROJECT=browser
ac_add_options --enable-application=browser

---------------------------------------------------------------
我的配置命令
# ./configure --prefix=/usr/local/firefox

出错信息
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0 >= 1.3.7... Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found

configure: error: Library requirements (gtk+-2.0 >= 1.3.7) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

---------------------------------------------------------------
我设置了PKG_CONFIG_PATH环境后还是出上面的问题
# echo $PKG_CONFIG_PATH
/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
游客

返回顶部