I'm trying to build the sample application listed at http://wiki.videolan.org/LibVLC_Tutorial in order to start working with LibVLC. That page was listed as the "current" libVLC version. I used apt-get to install libvlc-dev, vlc, vlc build dependencies, etc.
However, I cannot seem to get anywhere when I try to actually compile anything.
I downloaded an archive of the VLC source, as per the instructions on a different wiki post. Trying to link everything together and compile, I get the error:
"too few arguments to function" at various points. This occurs with libvlc_new, libvlc_media_new, libvlc_media_player_new_from_media, and libvlc_media_player_play, libvlc_media_player_stop. That's all it gives, as I'm using the command line right now (to try to replicate the instructions as closely as possible and not introduce IDEs as possible convoluting factors) but I can't figure out why that would be the case.
If anyone has any ideas, please fill me in. I'm generally more of a Windows programmer, but I am comfortable working with the shell if given the right instructions, etc. I need this to work in linux though, so I'd like to get it set up and ready as soon as possible.
Thanks.