[vlmc-devel] vlmc make doesent work
Rohit Yadav
rohityadav89 at gmail.com
Sun May 2 03:26:19 CEST 2010
Dear Sascha,
/usr/include/vlc/libvlc.h: In constructor
> ‘LibVLCpp::Instance::Instance(QObject*)’:
> /usr/include/vlc/libvlc.h:140: error: too few arguments to function
> ‘libvlc_instance_t* libvlc_new(int, const char* const*,
> libvlc_exception_t*)’
> /home/zp0935/vlmc/src/LibVLCpp/VLCInstance.cpp:44: error: at this point in
> file
>
> Looks like you are not using the latest libVLC;
To build VLMC, you need to compile and install the latest VLC source which
provides libVLC.
For the matter, kindly remove current VLC installation (like on debian based
linux distro: sudo apt-get remove vlc).
Get the source here:
git clone git://git.videolan.org/vlc.git
(or read http://wiki.videolan.org/GetTheSource)
Then, build and install it on your computer:
cd path_to_vlc_src
./bootstrap
./configure --your-options-here (see --help)
make
sudo make install
Now, build VLMC. (http://wiki.videolan.org/Building_VLMC)
This will work.
Best regards,
Rohit Yadav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlmc-devel/attachments/20100502/964543ac/attachment.htm>
More information about the Vlmc-devel
mailing list