[Freeswitch-users] Facing Issue while Compiling FreeSwitch

Ken Rice krice at freeswitch.org
Mon Oct 22 22:22:07 MSD 2012


You should be able to install the vlc dev package from centos



On 10/22/12 12:02 PM, "Faisal Rehman" <faisal.rehman22 at yahoo.com> wrote:

> Hi Ken,
> 
> 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?
> 
>  
> Regards,
> 
> Faisal Rehman
>   
>  
>  
>   
> 
>   From: Ken Rice <krice at freeswitch.org>
>  To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
>  Sent: Monday, October 22, 2012 9:14 PM
>  Subject: Re: [Freeswitch-users] Facing Issue while Compiling FreeSwitch
>   
>  
> Re: [Freeswitch-users] Facing Issue while Compiling FreeSwitch
> Looks like you do not have the vlc libraries and header installed
> 
> 
> On 10/22/12 9:08 AM, "Faisal Rehman" <faisal.rehman22 at yahoo.com> wrote:
> 
>> Hello All,
>> 
>> 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.
>> 
>> 
>> making install mod_vlc
>> Compiling /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c...
>> Compiling /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c ...
>> /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
>> /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
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:61: error:
>> expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
>> /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'
>> cc1: warnings being treated as errors
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:78: warning:
>> struct has no members
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c: In function
>> 'vlc_auto_play_callback':
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c: In function
>> 'vlc_imem_get_callback':
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c: In function
>> 'vlc_file_open':
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:165: warning:
>> implicit declaration of function 'libvlc_media_new_location'
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:165: error:
>> 'read_inst' undeclared (first use in this function)
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:165: error: (Each
>> undeclared identifier is reported only once
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:165: error: for
>> each function it appears in.)
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:168: warning:
>> implicit declaration of function 'libvlc_media_new_path'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:193: warning:
>> implicit declaration of function 'libvlc_audio_set_format'
>> /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'
>> /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'
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:195: warning:
>> implicit declaration of function 'libvlc_audio_set_callbacks'
>> /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'
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:197: warning:
>> implicit declaration of function 'libvlc_media_player_play'
>> /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'
>> /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'
>> /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'
>> /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'
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:224: warning:
>> implicit declaration of function 'libvlc_new'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c: In function
>> 'vlc_file_read':
>> /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)
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:247: error:
>> expected ';' before 'status'
>> /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'
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:259: error:
>> 'status' undeclared (first use in this function)
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:259: warning:
>> implicit declaration of function 'libvlc_media_get_state'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c: In function
>> 'vlc_file_write':
>> /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'
>> /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'
>> /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'
>> /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'
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c: In function
>> 'vlc_file_close':
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /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'
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:320: warning:
>> implicit declaration of function 'libvlc_media_player_stop'
>> /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'
>> /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'
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:323: warning:
>> implicit declaration of function 'libvlc_media_release'
>> /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'
>> /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'
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:326: warning:
>> implicit declaration of function 'libvlc_release'
>> /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'
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c: In function
>> 'mod_vlc_load':
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:350: error:
>> 'read_inst' undeclared (first use in this function)
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c: In function
>> 'mod_vlc_shutdown':
>> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:363: error:
>> 'read_inst' undeclared (first use in this function)
>> make[5]: *** [mod_vlc.lo] Error 1
>> make[4]: *** [install] Error 1
>> make[3]: *** [mod_vlc-install] Error 1
>> make[2]: *** [install-recursive] Error 1
>> make[1]: *** [install-recursive] Error 1
>> make: *** [install] Error 2
>> 
>> 
>> 
>> Thank you 
>>  
>> Faisal Rehman
>> 
>> 
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
>> 
>> 
>>  </>
>> 
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org <http://www.freeswitch.org/>
>> http://wiki.freeswitch.org <http://wiki.freeswitch.org/>
>> http://www.cluecon.com <http://www.cluecon.com/>
>> 
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org <http://www.freeswitch.org/>

-- 
Ken
http://www.FreeSWITCH.org
http://www.ClueCon.com
http://www.OSTAG.org
irc.freenode.net #freeswitch

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20121022/26a71ec3/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list