嵌入式爱好者

查看: 16694|回复: 4

[Linux] 原厂提供的QT4.8.5 没有带Phonon,如何安装phonon呢?

[复制链接]

10

主题

43

帖子

114

积分

i.MX6Q通行证

扫一扫,手机访问本帖
发表于 2018-12-17 09:23:05 | 显示全部楼层 |阅读模式
如题,我需要一款流媒体播放器,看其它帖子qt4.8.5推荐用phonon,但是在提供的qt中没有

回复

使用道具 举报

1

主题

3669

帖子

3928

积分

发表于 2018-12-18 10:05:19 | 显示全部楼层
您好
我们这边没有现成的方法 在网上给您找了一个帖子您可以参考一下https://blog.csdn.net/sahusoft/article/details/5697386

点评

后来我在qteverywhere.sh文件中删掉了-no-phonon 加入了-phonon -phonon-backend ,再运行显示 Phonon support cannot be enabled due to functionality tests! Turn on verbose messaging (-v) to ./configure t  详情 回复 发表于 2018-12-19 15:18
这是我使用咱们光盘带的qteverywhere.sh文件执行后截取到的一段 是不是表示我的phonon模块并没有配置进去,并且帮我看下这段是否有问题 This target is using the GNU C++ compiler (qws/linux-x86-g++).  详情 回复 发表于 2018-12-19 15:09
技术支持电话:0312-3119192
技术支持邮箱:Android@forlinx.com
点评回复 支持 反对

使用道具 举报

10

主题

43

帖子

114

积分

i.MX6Q通行证

 楼主| 发表于 2018-12-19 15:09:26 | 显示全部楼层
飞凌-chongzi 发表于 2018-12-18 10:05
您好
我们这边没有现成的方法 在网上给您找了一个帖子您可以参考一下https://blog.csdn.net/sahusoft/arti ...
  1. You have not explicitly asked to use pkg-config and are cross-compiling.
  2. pkg-config will not be used to automatically query cflag/lib parameters for
  3. dependencies

  4. ln: failed to create symbolic link `/work/imx6/qt-everywhere-opensource-src-4.8.5/include/QtCore/qconfig.h': File exists
  5. ln: failed to create symbolic link `/work/imx6/qt-everywhere-opensource-src-4.8.5/include/Qt/qconfig.h': File exists

  6.         This target is using the GNU C++ compiler (qws/linux-x86-g++).

  7.         Recent versions of this compiler automatically include code for
  8.         exceptions, which increase both the size of the Qt libraries and
  9.         the amount of memory taken by your applications.

  10.         You may choose to re-run configure with the -no-exceptions
  11.         option to compile Qt without exceptions. This is completely binary
  12.         compatible, and existing applications will continue to work.


  13. Building on:   qws/linux-x86-g++
  14. Building for:  qws/linux-imx6-g++
  15. Architecture:  arm
  16. Host architecture: i386

  17. Build ..................  tools examples demos libs
  18. Configuration ..........  cross_compile release embedded largefile stl precompile_header  minimal-config small-config medium-config large-config full-config no-pkg-config accessibility shared embedded reduce_exports ipv6 clock-gettime clock-monotonic mremap getaddrinfo ipv6ifname getifaddrs inotify no-mng png no-tiff freetype zlib concurrent xmlpatterns ** audio-backend svg script scripttools declarative release
  19. Debug .................. no
  20. Qt 3 compatibility ..... no
  21. QtDBus module .......... no
  22. QtConcurrent code ...... yes
  23. QtGui module ........... yes
  24. QtScript module ........ yes
  25. QtScriptTools module ... yes
  26. QtXmlPatterns module ... yes
  27. Phonon module .......... no
  28. ** module ...... yes
  29. SVG module ............. yes
  30. WebKit module .......... yes
  31. JavaScriptCore JIT ..... To be decided by JavaScriptCore
  32. Declarative module ..... yes
  33. Declarative debugging ...yes
  34. Support for S60 ........ no
  35. Symbian DEF files ...... no
  36. STL support ............ yes
  37. PCH support ............ yes
  38. MMX/3DNOW/SSE/SSE2/SSE3. no/no/no/no/no
  39. SSSE3/SSE4.1/SSE4.2..... no/no/no
  40. AVX..................... no
  41. iWMMXt support ......... no
  42. NEON support ........... no
  43. IPv6 support ........... yes
  44. IPv6 ifname support .... yes
  45. getaddrinfo support .... yes
  46. getifaddrs support ..... yes
  47. Accessibility .......... yes
  48. NIS support ............ no
  49. CUPS support ........... no
  50. Iconv support .......... no
  51. Glib support ........... no
  52. GStreamer support ...... no
  53. PulseAudio support ..... no
  54. Large File support ..... yes
  55. GIF support ............ plugin
  56. TIFF support ........... no
  57. JPEG support ........... plugin (qt)
  58. PNG support ............ yes (qt)
  59. MNG support ............ no
  60. zlib support ........... yes
  61. Session management ..... no
  62. Embedded support ....... arm
  63. Freetype2 support ...... yes
  64. Graphics (qt) .......... linuxfb multiscreen transformed linuxfb
  65. Graphics (plugin) ......
  66. Decorations (qt) ....... styled windows default
  67. Decorations (plugin) ...
  68. Keyboard driver (qt) ... tty linuxinput
  69. Keyboard driver (plugin) ..
  70. Mouse driver (qt) ...... pc linuxtp tslib linuxinput
  71. Mouse driver (plugin) ..
  72. OpenGL support ......... no
  73. OpenVG support ......... no
  74. SQLite support ......... qt (qt)
  75. OpenSSL support ........ no
  76. Alsa support ........... no
  77. ICD support ............ no
  78. libICU support ......... no
  79. Use system proxies ..... no

  80. Finding project files. Please wait...
  81. Reading /work/imx6/qt-everywhere-opensource-src-4.8.5/src/tools/bootstrap/bootstrap.pro
  82. Reading /work/imx6/qt-everywhere-opensource-src-4.8.5/src/tools/moc/moc.pro
  83. Reading /work/imx6/qt-everywhere-opensource-src-4.8.5/src/tools/rcc/rcc.pro
  84. Reading /work/imx6/qt-everywhere-opensource-src-4.8.5/src/tools/uic/uic.pro
  85. Reading /work/imx6/qt-everywhere-opensource-src-4.8.5/src/corelib/corelib.pro
  86. Reading /work/imx6/qt-every
复制代码


这是我使用咱们光盘带的qteverywhere.sh文件执行后截取到的一段  是不是表示我的phonon模块并没有配置进去,并且帮我看下这段是否有问题
This target is using the GNU C++ compiler (qws/linux-x86-g++).

        Recent versions of this compiler automatically include code for
        exceptions, which increase both the size of the Qt libraries and
        the amount of memory taken by your applications.

        You may choose to re-run configure with the -no-exceptions
        option to compile Qt without exceptions. This is completely binary
        compatible, and existing applications will continue to work.


Building on:   qws/linux-x86-g++
Building for:  qws/linux-imx6-g++
Architecture:  arm
Host architecture: i386
点评回复 支持 反对

使用道具 举报

10

主题

43

帖子

114

积分

i.MX6Q通行证

 楼主| 发表于 2018-12-19 15:18:50 | 显示全部楼层
飞凌-chongzi 发表于 2018-12-18 10:05
您好
我们这边没有现成的方法 在网上给您找了一个帖子您可以参考一下https://blog.csdn.net/sahusoft/arti ...

后来我在qteverywhere.sh文件中删掉了-no-phonon 加入了-phonon -phonon-backend ,再运行显示
Phonon support cannot be enabled due to functionality tests!
Turn on verbose messaging (-v) to ./configure to see the final report.
If you believe this message is in error you may use the continue
switch (-continue) to ./configure to continue.
是因为这个版本不支持吗?
点评回复 支持 反对

使用道具 举报

1

主题

3669

帖子

3928

积分

发表于 2018-12-21 13:40:19 | 显示全部楼层
您好
我帮您搜了一下相关的报错解决方法 希望能给您点帮助,应该和版本没有关系
https://blog.csdn.net/j1406493495/article/details/23448641
技术支持电话:0312-3119192
技术支持邮箱:Android@forlinx.com
点评回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋| 飞凌嵌入式 ( 冀ICP备12004394号-1 )

GMT+8, 2024-4-27 02:53

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表