<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] Facing Issue while Compiling FreeSwitch</TITLE>
</HEAD>
<BODY>
<FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>You should be able to install the vlc dev package from centos<BR>
<BR>
<BR>
<BR>
On 10/22/12 12:02 PM, &quot;Faisal Rehman&quot; &lt;<a href="faisal.rehman22@yahoo.com">faisal.rehman22@yahoo.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Tahoma, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'>Hi Ken,<BR>
<BR>
Thank you for your response. Will you please refer to me any specific VLC libraries for that or should I installed any available over the net?<BR>
<BR>
&nbsp;<BR>
Regards,<BR>
<BR>
Faisal Rehman<BR>
&nbsp;&nbsp;<BR>
&nbsp;<BR>
</SPAN></FONT></FONT><FONT FACE="Times New Roman"><SPAN STYLE='font-size:12pt'> <BR>
&nbsp;</SPAN></FONT><FONT FACE="Arial"><SPAN STYLE='font-size:11pt'> <BR>
<HR ALIGN=CENTER SIZE="1" WIDTH="100%"> &nbsp;<B>From:</B></SPAN><SPAN STYLE='font-size:12pt'> Ken Rice &lt;<a href="krice@freeswitch.org">krice@freeswitch.org</a>&gt;<BR>
&nbsp;<B>To:</B> FreeSWITCH Users Help &lt;<a href="freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt; <BR>
&nbsp;<B>Sent:</B> Monday, October 22, 2012 9:14 PM<BR>
&nbsp;<B>Subject:</B> Re: [Freeswitch-users] Facing Issue while Compiling FreeSwitch<BR>
&nbsp;</SPAN></FONT><SPAN STYLE='font-size:12pt'><FONT FACE="Times New Roman"> <BR>
&nbsp;<BR>
Re: [Freeswitch-users] Facing Issue while Compiling FreeSwitch <BR>
</FONT></SPAN><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>Looks like you do not have the vlc libraries and header installed <BR>
<BR>
<BR>
On 10/22/12 9:08 AM, &quot;Faisal Rehman&quot; &lt;<a href="faisal.rehman22@yahoo.com">faisal.rehman22@yahoo.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Tahoma, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'>Hello All,<BR>
<BR>
I have been trying to complie Freeswitch (freeswitch-1.2.3) on a CentOS box but if the module mod_vlc is enabled in the file modules.conf, I am getting the errors that you can see below, but mod_vlc being disabled results in the successful compilation of FS, so will you please share your ideas/opinions where I am missing anything.<BR>
<BR>
<BR>
</SPAN></FONT></FONT><FONT FACE="Tahoma, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>making install mod_vlc<BR>
Compiling /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c...<BR>
Compiling /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c ...<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:46:21: error: vlc/vlc.h: No such file or directory<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:47:37: error: vlc/libvlc_media_player.h: No such file or directory<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:61: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:64: error: expected specifier-qualifier-list before 'libvlc_media_player_t'<BR>
cc1: warnings being treated as errors<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:78: warning: struct has no members<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c: In function 'vlc_auto_play_callback':<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:90: error: 'vlc_file_context_t' has no member named 'audio_mutex'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:91: error: 'vlc_file_context_t' has no member named 'audio_buffer'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:92: error: 'vlc_file_context_t' has no member named 'audio_buffer'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:97: error: 'vlc_file_context_t' has no member named 'playing'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:98: error: 'vlc_file_context_t' has no member named 'playing'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:99: error: 'vlc_file_context_t' has no member named 'started'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:101: error: 'vlc_file_context_t' has no member named 'audio_mutex'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c: In function 'vlc_imem_get_callback':<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:110: error: 'vlc_file_context_t' has no member named 'audio_mutex'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:115: error: 'vlc_file_context_t' has no member named 'playing'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:115: error: 'vlc_file_context_t' has no member named 'audio_buffer'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:116: error: 'vlc_file_context_t' has no member named 'audio_mutex'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:120: error: 'vlc_file_context_t' has no member named 'samples'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:121: error: 'vlc_file_context_t' has no member named 'samples'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:126: error: 'vlc_file_context_t' has no member named 'audio_buffer'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:134: error: 'vlc_file_context_t' has no member named 'audio_mutex'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c: In function 'vlc_file_open':<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:150: error: 'vlc_file_context_t' has no member named 'pool'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:152: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:152: error: 'vlc_file_context_t' has no member named 'pool'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:154: error: 'vlc_file_context_t' has no member named 'audio_buffer'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:155: error: 'vlc_file_context_t' has no member named 'audio_mutex'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:155: error: 'vlc_file_context_t' has no member named 'pool'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:156: error: 'vlc_file_context_t' has no member named 'started'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:156: error: 'vlc_file_context_t' has no member named 'pool'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:164: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:165: error: 'vlc_file_context_t' has no member named 'm'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:165: warning: implicit declaration of function 'libvlc_media_new_location'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:165: error: 'read_inst' undeclared (first use in this function)<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:165: error: (Each undeclared identifier is reported only once<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:165: error: for each function it appears in.)<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:165: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:166: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:167: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:168: error: 'vlc_file_context_t' has no member named 'm'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:168: warning: implicit declaration of function 'libvlc_media_new_path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:168: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:169: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:170: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:171: error: 'vlc_file_context_t' has no member named 'm'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:171: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:172: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:174: error: 'vlc_file_context_t' has no member named 'm'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:174: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:175: error: 'vlc_file_context_t' has no member named 'path'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:178: error: 'vlc_file_context_t' has no member named 'm'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:183: error: 'vlc_file_context_t' has no member named 'playing'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:184: error: 'vlc_file_context_t' has no member named 'err'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:186: error: 'vlc_file_context_t' has no member named 'mp'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:186: warning: implicit declaration of function 'libvlc_media_player_new_from_media'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:186: error: 'vlc_file_context_t' has no member named 'm'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:191: error: 'vlc_file_context_t' has no member named 'samplerate'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:193: warning: implicit declaration of function 'libvlc_audio_set_format'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:193: error: 'vlc_file_context_t' has no member named 'mp'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:193: error: 'vlc_file_context_t' has no member named 'samplerate'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:195: warning: implicit declaration of function 'libvlc_audio_set_callbacks'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:195: error: 'vlc_file_context_t' has no member named 'mp'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:197: warning: implicit declaration of function 'libvlc_media_player_play'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:197: error: 'vlc_file_context_t' has no member named 'mp'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:209: error: 'vlc_file_context_t' has no member named 'samplerate'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:216: error: 'vlc_file_context_t' has no member named 'samplerate'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:224: error: 'vlc_file_context_t' has no member named 'inst_out'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:224: warning: implicit declaration of function 'libvlc_new'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:227: error: 'vlc_file_context_t' has no member named 'm'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:227: error: 'vlc_file_context_t' has no member named 'inst_out'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:228: error: 'vlc_file_context_t' has no member named 'mp'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:228: error: 'vlc_file_context_t' has no member named 'm'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:229: error: 'vlc_file_context_t' has no member named 'samples'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:230: error: 'vlc_file_context_t' has no member named 'pts'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:231: error: 'vlc_file_context_t' has no member named 'playing'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:232: error: 'vlc_file_context_t' has no member named 'mp'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c: In function 'vlc_file_read':<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:247: error: 'libvlc_state_t' undeclared (first use in this function)<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:247: error: expected ';' before 'status'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:254: error: 'vlc_file_context_t' has no member named 'err'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:259: error: 'status' undeclared (first use in this function)<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:259: warning: implicit declaration of function 'libvlc_media_get_state'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:259: error: 'vlc_file_context_t' has no member named 'm'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:265: error: 'vlc_file_context_t' has no member named 'audio_mutex'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:266: error: 'vlc_file_context_t' has no member named 'playing'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:267: error: 'vlc_file_context_t' has no member named 'started'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:267: error: 'vlc_file_context_t' has no member named 'audio_mutex'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:269: error: 'vlc_file_context_t' has no member named 'audio_mutex'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:271: error: 'vlc_file_context_t' has no member named 'audio_mutex'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:272: error: 'vlc_file_context_t' has no member named 'audio_buffer'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:273: error: 'vlc_file_context_t' has no member named 'audio_mutex'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c: In function 'vlc_file_write':<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:293: error: 'vlc_file_context_t' has no member named 'audio_mutex'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:294: error: 'vlc_file_context_t' has no member named 'samples'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:295: error: 'vlc_file_context_t' has no member named 'audio_buffer'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:296: error: 'vlc_file_context_t' has no member named 'audio_mutex'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c: In function 'vlc_file_close':<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:305: error: 'vlc_file_context_t' has no member named 'playing'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:308: error: 'vlc_file_context_t' has no member named 'audio_buffer'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:309: error: 'vlc_file_context_t' has no member named 'audio_buffer'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:314: error: 'vlc_file_context_t' has no member named 'm'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:315: error: 'vlc_file_context_t' has no member named 'm'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:319: error: 'vlc_file_context_t' has no member named 'mp'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:320: warning: implicit declaration of function 'libvlc_media_player_stop'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:320: error: 'vlc_file_context_t' has no member named 'mp'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:322: error: 'vlc_file_context_t' has no member named 'm'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:323: warning: implicit declaration of function 'libvlc_media_release'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:323: error: 'vlc_file_context_t' has no member named 'm'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:325: error: 'vlc_file_context_t' has no member named 'inst_out'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:326: warning: implicit declaration of function 'libvlc_release'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:326: error: 'vlc_file_context_t' has no member named 'inst_out'<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c: In function 'mod_vlc_load':<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:350: error: 'read_inst' undeclared (first use in this function)<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c: In function 'mod_vlc_shutdown':<BR>
/usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:363: error: 'read_inst' undeclared (first use in this function)<BR>
make[5]: *** [mod_vlc.lo] Error 1<BR>
make[4]: *** [install] Error 1<BR>
make[3]: *** [mod_vlc-install] Error 1<BR>
make[2]: *** [install-recursive] Error 1<BR>
make[1]: *** [install-recursive] Error 1<BR>
make: *** [install] Error 2<BR>
</SPAN><FONT SIZE="2"><SPAN STYLE='font-size:10pt'><BR>
<BR>
<BR>
Thank you <BR>
&nbsp;<BR>
Faisal Rehman<BR>
</SPAN></FONT></FONT><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'><BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>_________________________________________________________________________<BR>
Professional FreeSWITCH Consulting Services:<BR>
<a href="consulting@freeswitch.org">consulting@freeswitch.org</a><BR>
<a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a> &lt;<a href="http://www.freeswitchsolutions.com/">http://www.freeswitchsolutions.com/</a>&gt; <BR>
<BR>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<BR>
<a href="http://www.cudatel.com">http://www.cudatel.com</a> &lt;<a href="http://www.cudatel.com/">http://www.cudatel.com/</a>&gt; <BR>
<BR>
Official FreeSWITCH Sites<BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a> &lt;<a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a>&gt; <BR>
<a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a> &lt;<a href="http://wiki.freeswitch.org/">http://wiki.freeswitch.org/</a>&gt; <BR>
<a href="http://www.cluecon.com">http://www.cluecon.com</a> &lt;<a href="http://www.cluecon.com/">http://www.cluecon.com/</a>&gt; <BR>
<BR>
FreeSWITCH-users mailing list<BR>
<a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a> &lt;<a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a>&gt; <BR>
</SPAN></FONT></FONT></BLOCKQUOTE></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
</SPAN></FONT></FONT><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>-- <BR>
Ken<BR>
<FONT COLOR="#0000FF"><U><a href="http://www.FreeSWITCH.org">http://www.FreeSWITCH.org</a><BR>
<a href="http://www.ClueCon.com">http://www.ClueCon.com</a><BR>
<a href="http://www.OSTAG.org">http://www.OSTAG.org</a><BR>
</U></FONT>irc.freenode.net #freeswitch<BR>
</SPAN></FONT>
</BODY>
</HTML>