Chinaunix首页 | 论坛 | 博客
  • 博客访问: 835393
  • 博文数量: 244
  • 博客积分: 10000
  • 博客等级: 上将
  • 技术积分: 2420
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-29 09:07
文章分类

全部博文(244)

文章存档

2011年(4)

2010年(3)

2009年(72)

2008年(119)

2007年(46)

我的朋友

分类: LINUX

2007-12-02 15:50:28

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) |
0

上一篇:移植DFBCar

下一篇:DFBMozilla

给主人留下些什么吧!~~