qt-embedded-linux-opensource-src-4.5.0
当我配置 ./configure -phonon -phonon-backend -embedded arm -qvfb
的时候出现以下问题,请问是为什么呢?
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)安装各类需要使用到的开发包
sudo apt-get install xorg-dev
//下面的为gstreamer需要使用的头文件等
sudo apt-get install libglib2.0-dev
sudo apt-get install libgstreamer0.10-dev
sudo apt-get install libgstreamer-plugins-base0.10-dev
sudo apt-get install libxml-dev
//下面为OpenGL需要使用的头文件等
sudo apt-get install xlibmesa-gl-dev
sudo apt-get install xlibmesa-glu-dev
也添加了相应的系统变量。。。
请问是什么问题呢?谢谢各位。