mozilla浏览器
基于gtk+ x-windows 的minimo
undefined reference to `_PrepareAndDispatch'
--- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp.orig 2006-04-25 14:39:08.882180573 +0200
+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp 2006-04-25 14:40:01.693359781 +0200
@@ -45,7 +45,7 @@
#endif
/* Specify explicitly a symbol for this function, don't try to guess the c++ mangled symbol. */
-static nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) asm("_PrepareAndDispatch");
+static nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32
methodIndex, PRUint32* args) asm("_PrepareAndDispatch")
__attribute__((used));
configure过程中:
creating minimo/Makefile
can't read ./minimo/Makefile.in: No such file or directory
creating minimo/base/Makefile
can't read ./minimo/base/Makefile.in: No such file or directory
creating minimo/components/Makefile
can't read ./minimo/components/Makefile.in: No such file or directory
creating minimo/components/phone/Makefile
can't read ./minimo/components/phone/Makefile.in: No such file or directory
creating minimo/components/softkb/Makefile
can't read ./minimo/components/softkb/Makefile.in: No such file or directory
creating minimo/components/ssr/Makefile
can't read ./minimo/components/ssr/Makefile.in: No such file or directory
creating minimo/customization/Makefile
can't read ./minimo/customization/Makefile.in: No such file or directory
creating minimo/chrome/Makefile
can't read ./minimo/chrome/Makefile.in: No such file or directory
解答:
mk_add_options MOZ_CO_PROJECT=minimo
ac_add_options --enable-application=minimo
Also make sure you are using the MOZILLA_1_8_BRANCH
-lxpcom => /usr/local/firefox/libxpcom.so
基于gtk+ DirectFb 的minimo
阅读(804) | 评论(0) | 转发(0) |