请教:关于静态编译DirectFB并且例子运行成功的

发布于 2022-08-16 05:50:11 字数 3116 浏览 9 评论 0

自己搞定了,嘿嘿
我静态编译的,./configure参数如下

  1. ./configure --prefix=/usr --enable-mmx=no --enable-sse=no --enable-sdl=no --enable-gif=yes --enable-jpeg=yes --with-gfxdrivers='none' --with-inputdrivers='none' --without-tools --disable-fast-install --disable-libtool-lock --enable-png=yes --enable-video4linux=no --enable-debug  --enable-freetype=yes --enable-static=yes --enable-shared=no
  2. make
  3. make insall

复制代码
编译是完成了,也都通过了
但是当我运行例子程序的时候提示如下:

  1. [root@localhost src]# ./df_dioload
  2. (-) [  NO NAME         0.000] (15038) DirectFB/Config: Unable to open config file `/etc/directfbrc'!
  3. (-) [  NO NAME         0.001] (15038) DirectFB/Config: Unable to open config file `/root/.directfbrc'!
  4. (-) [  NO NAME         0.001] (15038) DirectFB/Config: Unable to open config file `/etc/directfbrc.df_dioload'!
  5. (-) [  NO NAME         0.001] (15038) DirectFB/Config: Unable to open config file `/root/.directfbrc.df_dioload'!
  6.        ---------------------- DirectFB v0.9.24 ---------------------
  7.              (c) 2000-2002  convergence integrated media GmbH  
  8.              (c) 2002-2004  convergence GmbH                  
  9.         -----------------------------------------------------------
  10. (-) [  NO NAME         0.001] (15038) DirectFB/Core:     dfb_core_create...
  11. (-) [  NO NAME         0.002] (15038) Direct/Main:       direct_initialize() called...
  12. (-) [Main Thread       0.002] (15038) Direct/Main:       ...initializing now.
  13. (-) [Main Thread       0.002] (15038) Direct/Signals:    Initializing...
  14. (*) DirectFB/Core: Single Application Core. (2008-12-17 08:28) [ DEBUG ]
  15. (!) DirectFB/core/system: No system found!
  16. (-) [Main Thread       0.002] (15038) Direct/Main:       direct_shutdown() called...
  17. (-) [Main Thread       0.002] (15038) Direct/Main:       ...shutting down now.
  18. (-) [Main Thread       0.002] (15038) Direct/Signals:    Shutting down...
  19. (#) DirectFBError [DirectFBCreate() failed]: No (suitable) implementation found!
  20. [root@localhost src]#

复制代码

如果是动态编译的话,他会执行成功,静态的话,就会在

  1. (!) DirectFB/core/system: No system found!

复制代码处出现问题
请有经验的朋友指点

[ 本帖最后由 T-bagwell 于 2008-12-18 14:16 编辑 ]

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文