On 5/18/07, <b class="gmail_sendername">Olivier Aubert</b> <<a href="mailto:olivier.aubert@liris.cnrs.fr">olivier.aubert@liris.cnrs.fr</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You should use<br>`vlc-config --libs external`<br>to get the correct libs. But anyway, for 0.8.6, it should output the<br>same thing as --libs vlc.<br><br><br>The situation is much saner in the svn tree, but the next release is
<br>still a couple of weeks/months away. However, your best bet would be to<br>try with a svn version.</blockquote><div><br>ok, I installed the svn version 0.9.0, corrected the call to mediacontrol_new adding the argc param, and try to compile with 
<br>-lvlc `vlc-config --libs external`<br>or<br>-lvlc `vlc-config --cflags external --libs external`<br>or all its combinations, and I inexorably get<br>.cpp:33: undefined reference to `mediacontrol_exception_init'<br>
.cpp:34: undefined reference to `mediacontrol_new'<br>.cpp:35: undefined reference to `mediacontrol_playlist_add_item'<br>.cpp:40: undefined reference to `mediacontrol_start'<br> </div>Am I missing something or is it a problem of my own?
<br>thanks!<br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Olivier<br><br>--<br>This is the vlc-devel mailing-list, see <a href="http://www.videolan.org/vlc/">
http://www.videolan.org/vlc/</a><br>To unsubscribe, please read <a href="http://developers.videolan.org/lists.html">http://developers.videolan.org/lists.html</a><br><br></blockquote></div><br>