|
|
apt-get source mozilla-firefox
按照dis文件,安装好依赖程序
./configure --prefix=/usr
没什么问题,其中有个libIDL-config-2,我软连接一下为libIDL-config,因为依赖关系需要的是libIDL-config,要不然老说找不到libIDL。
make 就出了问题,以下事错误提示:
make[3]: Entering directory `/usr/src/mozilla-firefox-1.0.4.orig/netwerk/build2'
/usr/src/mozilla-firefox-1.0.4.orig/config/nsinstall -R -m 755 libnecko2.so ../. ./dist/gre/components
: ../../dist/gre/components/libnecko2.so
/usr/src/mozilla-firefox-1.0.4.orig/config/nsinstall -R -m 755 libnecko2.so ../. ./dist/lib/components
: ../../dist/lib/components/libnecko2.so
/usr/src/mozilla-firefox-1.0.4.orig/config/nsinstall -R -m 755 libnecko2.so ../. ./dist/bin/components
: ../../dist/bin/components/libnecko2.so
make[3]: Leaving directory `/usr/src/mozilla-firefox-1.0.4.orig/netwerk/build2'
make[3]: Entering directory `/usr/src/mozilla-firefox-1.0.4.orig/netwerk/resourc es'
+++ making chrome /usr/src/mozilla-firefox-1.0.4.orig/netwerk/resources => ../. ./dist/bin/chrome/comm.jar
+++ updating chrome ../../dist/bin/chrome/installed-chrome.txt
+++ content,install,url,jar:resource:/chrome/comm.jar!/content/necko/
+++ overriding content/necko/contents.rdf
updating: content/necko/contents.rdf (stored 0%)
+++ making chrome /usr/src/mozilla-firefox-1.0.4.orig/netwerk/resources => ../. ./dist/bin/chrome/en-US.jar
error: file '../../toolkit/locales/en-US/chrome/necko/contents.rdf' doesn't exis t at ../../config/make-jars.pl line 418.
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/usr/src/mozilla-firefox-1.0.4.orig/netwerk/resource s'
make[2]: *** [libs] Error 2
make[2]: Leaving directory `/usr/src/mozilla-firefox-1.0.4.orig/netwerk'
make[1]: *** [tier_9] Error 2
make[1]: Leaving directory `/usr/src/mozilla-firefox-1.0.4.orig'
make: *** [default] Error 2
最近问的问题,先是让自己郁闷,后是让各位无言 ^_^ |
|