|
|
|
|
|
|
|
[Original]
[Print]
[Top]
|
哪位兄弟在linux平台上编译成功过minimo?
我在RH9上编译minimo出现下面的问题:
gcc -o nsStaticComponents.o -c -DMOZILLA_INTERNAL_API -DOSTYPE="Linux2.4"
-DOSARCH="Linux" -DBUILD_ID=0000000000 -D_BUILD_STATIC_BIN=1
-I/home/fyaowen/projects/mozilla/mozilla/minimo/base
-I/home/fyaowen/projects/mozilla/mozilla/xpfe/browser/src/
-I/home/fyaowen/projects/mozilla/mozilla/config -I../../dist/include/xpcom
-I../../dist/include/appshell -I../../dist/include/string
-I../../dist/include/embed_base -I../../dist/include/webbrwsr
-I../../dist/include/webshell -I../../dist/include/windowwatcher
-I../../dist/include/profile -I../../dist/include/necko
-I../../dist/include/docshell -I../../dist/include/dom
-I../../dist/include/widget -I../../dist/include/uriloader
-I../../dist/include/shistory -I../../dist/include/webbrowserpersist
-I../../dist/include/gfx -I../../dist/include/layout
-I../../dist/include/content -I../../dist/include/profdirserviceprovider
-I../../dist/include/pref -I../../dist/include/pipnss
-I../../dist/include/intl -I../../dist/include/embedcomponents
-I../../dist/include/appcomps -I../../dist/include/phone
-I../../dist/include/minimo -I../../dist/include -I../../dist/include/nspr
-I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall
-Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic
-fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -ffunction-sections -Os
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0
-I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -DMOZILLA_CLIENT -include
../../mozilla-config.h -Wp,-MD,.deps/nsStaticComponents.pp
nsStaticComponents.cpp
gmake[5]: *** No rule to make target
`../../dist/lib/components/libtransformiix.a', needed by `minimo'. Stop.
gmake[5]: Leaving directory
`/home/fyaowen/projects/mozilla/target/minimo/minimo/base'
gmake[4]: *** [libs] Error 2
gmake[4]: Leaving directory
`/home/fyaowen/projects/mozilla/target/minimo/minimo'
gmake[3]: *** [libs_tier_99] Error 2
gmake[3]: Leaving directory `/home/fyaowen/projects/mozilla/target/minimo'
gmake[2]: *** [tier_99] Error 2
gmake[2]: Leaving directory `/home/fyaowen/projects/mozilla/target/minimo'
gmake[1]: *** [default] Error 2
gmake[1]: Leaving directory `/home/fyaowen/projects/mozilla/target/minimo'
gmake: *** [build] Error 2
代码是cvs 20051110版本
如何解决,请赐教!
谢谢!
|
|
|
[Original]
[Print]
[Top]
|
|
|