原厂提供的QT4.8.5 没有带Phonon,如何安装phonon呢?
如题,我需要一款流媒体播放器,看其它帖子qt4.8.5推荐用phonon,但是在提供的qt中没有您好
我们这边没有现成的方法 在网上给您找了一个帖子您可以参考一下https://blog.csdn.net/sahusoft/article/details/5697386 飞凌-chongzi 发表于 2018-12-18 10:05
您好
我们这边没有现成的方法 在网上给您找了一个帖子您可以参考一下https://blog.csdn.net/sahusoft/arti ...
You have not explicitly asked to use pkg-config and are cross-compiling.
pkg-config will not be used to automatically query cflag/lib parameters for
dependencies
ln: failed to create symbolic link `/work/imx6/qt-everywhere-opensource-src-4.8.5/include/QtCore/qconfig.h': File exists
ln: failed to create symbolic link `/work/imx6/qt-everywhere-opensource-src-4.8.5/include/Qt/qconfig.h': File exists
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
Build ..................tools examples demos libs
Configuration ..........cross_compile release embedded largefile stl precompile_headerminimal-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
Debug .................. no
Qt 3 compatibility ..... no
QtDBus module .......... no
QtConcurrent code ...... yes
QtGui module ........... yes
QtScript module ........ yes
QtScriptTools module ... yes
QtXmlPatterns module ... yes
Phonon module .......... no
** module ...... yes
SVG module ............. yes
WebKit module .......... yes
JavaScriptCore JIT ..... To be decided by JavaScriptCore
Declarative module ..... yes
Declarative debugging ...yes
Support for S60 ........ no
Symbian DEF files ...... no
STL support ............ yes
PCH support ............ yes
MMX/3DNOW/SSE/SSE2/SSE3. no/no/no/no/no
SSSE3/SSE4.1/SSE4.2..... no/no/no
AVX..................... no
iWMMXt support ......... no
NEON support ........... no
IPv6 support ........... yes
IPv6 ifname support .... yes
getaddrinfo support .... yes
getifaddrs support ..... yes
Accessibility .......... yes
NIS support ............ no
CUPS support ........... no
Iconv support .......... no
Glib support ........... no
GStreamer support ...... no
PulseAudio support ..... no
Large File support ..... yes
GIF support ............ plugin
TIFF support ........... no
JPEG support ........... plugin (qt)
PNG support ............ yes (qt)
MNG support ............ no
zlib support ........... yes
Session management ..... no
Embedded support ....... arm
Freetype2 support ...... yes
Graphics (qt) .......... linuxfb multiscreen transformed linuxfb
Graphics (plugin) ......
Decorations (qt) ....... styled windows default
Decorations (plugin) ...
Keyboard driver (qt) ... tty linuxinput
Keyboard driver (plugin) ..
Mouse driver (qt) ...... pc linuxtp tslib linuxinput
Mouse driver (plugin) ..
OpenGL support ......... no
OpenVG support ......... no
SQLite support ......... qt (qt)
OpenSSL support ........ no
Alsa support ........... no
ICD support ............ no
libICU support ......... no
Use system proxies ..... no
Finding project files. Please wait...
Reading /work/imx6/qt-everywhere-opensource-src-4.8.5/src/tools/bootstrap/bootstrap.pro
Reading /work/imx6/qt-everywhere-opensource-src-4.8.5/src/tools/moc/moc.pro
Reading /work/imx6/qt-everywhere-opensource-src-4.8.5/src/tools/rcc/rcc.pro
Reading /work/imx6/qt-everywhere-opensource-src-4.8.5/src/tools/uic/uic.pro
Reading /work/imx6/qt-everywhere-opensource-src-4.8.5/src/corelib/corelib.pro
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 飞凌-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.
是因为这个版本不支持吗? 您好
我帮您搜了一下相关的报错解决方法 希望能给您点帮助,应该和版本没有关系
https://blog.csdn.net/j1406493495/article/details/23448641
页:
[1]