LibVLCpp/VLCException.cpp:51: error: ‘libvlc_errmsg’ was not declared in this scope in 3ca38954418bcb94e67955a6724def87702bc348
qubodup opened this issue · 2 comments
qubodup commented
When compiling 3ca3895, I get
LibVLCpp/VLCException.cpp:51: error: ‘libvlc_errmsg’ was not declared in this scope
Full make output: http://codepad.org/RRsnpUag
etix commented
VLMC requires at least VLC 1.1 (currently in git).
git clone git://git.videolan.org/vlc.git
qubodup commented
Thanks and sorry for ignoring the info in the dependency list. Works now!