Results 1 to 2 of 2

Thread: Error compiling vlc

  1. #1
    Join Date
    Aug 2010
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Unhappy Error compiling vlc

    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.

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Error compiling vlc

    Maybe this would be better answered over at the VLC forums? They have probably seen this error before and can help you?

Similar Threads

  1. [Help] Error while Compiling
    By Lapje in forum Newbie
    Replies: 8
    Last Post: 4th January 2011, 23:10
  2. error while compiling on MAC
    By aj2903 in forum Qt Programming
    Replies: 1
    Last Post: 3rd March 2010, 07:03
  3. Replies: 1
    Last Post: 25th October 2008, 19:18
  4. i always get an error when compiling Qt4.4.0
    By mismael85 in forum Installation and Deployment
    Replies: 9
    Last Post: 21st July 2008, 14:08
  5. Compiling error
    By Ucef in forum Newbie
    Replies: 1
    Last Post: 18th March 2007, 01:15

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.