PDA

View Full Version : Error compiling vlc



arborges
15th February 2011, 13:33
Error compiling vlc

Postby arborbr01 » Thu Feb 10, 2011 7:47 pm
I'm trying to compile vlc in a SuSE 11.3 Linux OS with Qt4, and received the following error message:
CXX components/libqt4_plugin_la-extended_panels.lo
In file included from /usr/local/Trolltech/Qt-4.7.1/include/QtCore/QVariant:1:0,
from components/extended_panels.cpp:30:
/usr/local/Trolltech/Qt-4.7.1/include/QtCore/qvariant.h: In function 'T qvariant_cast(const QVariant&) [with T = QVariant]':
/usr/local/Trolltech/Qt-4.7.1/include/QtCore/qvariant.h:592:25: error: 'QVariant' is not a member of 'QMetaType'
make[6]: *** [components/libqt4_plugin_la-extended_panels.lo] Error 1
make[6]: Leaving directory `/root/projeto/vlc-1.1.7/modules/gui/qt4'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/root/projeto/vlc-1.1.7/modules/gui/qt4'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/root/projeto/vlc-1.1.7/modules/gui'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/root/projeto/vlc-1.1.7/modules/gui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/projeto/vlc-1.1.7/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/projeto/vlc-1.1.7'
make: *** [all] Error 2

My configuration is:
./configure --with-x --enable-xvideo --enable-sdl --enable-mad --with-dvbpsi=/usr/include/dvbpsi --enable-a52 --with-a52=/usr/include/a52dec --enable-vorbis --enable-ogg --enable-theora --enable-mkv --enable-freetype --enable-fribidi --enable-speex --enable-flac --enable-live555 --with-live555-tree=/usr/local/lib/live --enable-skins2 --enable-alsa --enable-ncurses --enable-run-as-root


What kind of mistake did I make?

Regards.

squidge
15th February 2011, 20:26
Maybe this would be better answered over at the VLC forums? They have probably seen this error before and can help you?