[Freeswitch-users] Facing Issue while Compiling FreeSwitch

Anthony Minessale anthony.minessale at gmail.com
Tue Oct 23 21:26:01 MSD 2012


You need vlc 1.2 or greater.
uninstall the package and just download and build it from their site.


On Tue, Oct 23, 2012 at 12:15 PM, Faisal Rehman
<faisal.rehman22 at yahoo.com>wrote:

> Hello,
>
> Upon the installation of VLC with the help of yum (vlc-devel-0.9.9a-7.el5.rf
> , vlc-0.9.9a-7.el5.rf), most of the errors have been narrowed down but
> still there are some pending error that I have mentioned below. Do you
> still think its because of VLC version or something or any other
> suggestions you would like to share?
>
>
> 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:47:37: error:
> vlc/libvlc_media_player.h: No such file or directory
> cc1: warnings being treated as errors
> /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: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: warning:
> assignment makes pointer from integer without a cast
>
> /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: warning:
> assignment makes pointer from integer without a cast
> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:171: warning:
> assignment makes pointer from integer without a cast
> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:174: warning:
> assignment makes pointer from integer without a cast
> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:186: error:
> too few arguments to function 'libvlc_media_player_new_from_media'
>
> /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:195: warning:
> implicit declaration of function 'libvlc_audio_set_callbacks'
> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:197: error:
> too few arguments to function 'libvlc_media_player_play'
> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:224: error:
> too few arguments to function 'libvlc_new'
> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:227: warning:
> assignment makes pointer from integer without a cast
> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:228: error:
> too few arguments to function 'libvlc_media_player_new_from_media'
> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:232: error:
> too few arguments to function 'libvlc_media_player_play'
> /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:259: error:
> too few arguments to function 'libvlc_media_get_state'
> /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:314: error:
> too few arguments to function 'libvlc_media_get_state'
> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:315: error:
> too few arguments to function 'libvlc_media_get_state'
> /usr/src/freeswitch-1.2.3/src/mod/formats/mod_vlc/mod_vlc.c:320: error:
> too few arguments to function 'libvlc_media_player_stop'
> /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:
> too few arguments to function 'libvlc_new'
>
> 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
>
>
>
> 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
>
>  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
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> 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
>
>
> --
> Ken
> *http://www.FreeSWITCH.org <http://www.freeswitch.org/>
> http://www.ClueCon.com <http://www.cluecon.com/>
> http://www.OSTAG.org <http://www.ostag.org/>
> *irc.freenode.net #freeswitch
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> 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
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> 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
>
>


-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_minessale at hotmail.com
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org
googletalk:conf+888 at conference.freeswitch.org
pstn:+19193869900
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20121023/ad38ef2c/attachment-0001.html 


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