Dear Sascha,<br><br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div text="#000000" bgcolor="#ffffff"><blockquote>/usr/include/vlc/libvlc.h: In constructor
‘LibVLCpp::Instance::Instance(QObject*)’:<br>
/usr/include/vlc/libvlc.h:140: error: too few arguments to function
‘libvlc_instance_t* libvlc_new(int, const char* const*,
libvlc_exception_t*)’<br>
/home/zp0935/vlmc/src/LibVLCpp/VLCInstance.cpp:44: error: at this point
in file<br></blockquote></div></blockquote><div>Looks like you are not using the latest libVLC;<br>To build VLMC, you need to compile and install the latest VLC source which provides libVLC. <br>For the matter, kindly remove current VLC installation (like on debian based linux distro: sudo apt-get remove vlc).<br>

<br>Get the source here: <br>git clone git://<a href="http://git.videolan.org/vlc.git">git.videolan.org/vlc.git</a><br>(or read <a href="http://wiki.videolan.org/GetTheSource">http://wiki.videolan.org/GetTheSource</a>)<br>

<br>Then, build and install it on your computer:<br><br><div style="margin-left: 40px;">cd path_to_vlc_src<br>./bootstrap<br>./configure --your-options-here (see --help)<br>make<br><br> sudo make install<br><br></div><br>

Now, build VLMC.  (<a href="http://wiki.videolan.org/Building_VLMC">http://wiki.videolan.org/Building_VLMC</a>)<br>This will work.<br><br>Best regards,<br>Rohit Yadav<br>
</div></div>