Menu

Does not compile with libvlc 1.1

Bugs
Beuc
2010-06-28
2013-01-14
  • Beuc

    Beuc - 2010-06-28

    Hi,

    VLC 1.1 removes VLC-specific exceptions (libvlc_exception_t) and consequently videoplayer.cpp fails to compile:

    g++ -DDATADIR=\"/usr/local/share/cytadela\" -I.     -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT videoplayer.o -MD -MP -MF .deps/videoplayer.Tpo -c -o videoplayer.o videoplayer.cpp
    videoplayer.cpp:43: error: variable or field ‘catchfunc’ declared void
    videoplayer.cpp:43: error: ‘libvlc_exception_t’ was not declared in this scope
    videoplayer.cpp:43: error: ‘ex’ was not declared in this scope
    make: ***  Erreur 1

    Here's a build fail in Debian:
    https://buildd.debian.org/fetch.cgi?pkg=cytadela;ver=1.0.0-2;arch=hppa;stamp=1277610872

    Here's a commit in project VLC that deals with removing those exceptions:
    http://git.videolan.org/?p=vlc.git;a=commitdiff;h=4d89b290c0cb12eed8402aaad9af90709c2542e0

     
  • Tomek Kaźmierczak

    I'll publish an updated version tomorrow.

     
  • Beuc

    Beuc - 2010-07-03

    Neat, I sent an updated packages to Debian, it's being rebuilt on the different architectures.

     

Log in to post a comment.