[Freeswitch-users] error compiling today's git
Steven Ayre
steveayre at gmail.com
Wed Dec 15 15:17:32 MSK 2010
For the benefit of everyone now familiar with Git...
If you need to build FS you can check out the previous commit using:
$ git clone git://git.freeswitch.org/freeswitch.git
$ git checkout 2324c299177be42375610c4928a3b77e60a8bf10
You should see:
HEAD is now at 2324c29... round two better code thanks mikej
You can ignore any messages above that about creating a new branch.
That'll roll the checkout back to the commit before the error was
introduced and you should then be able to build.
-Steve
On 15 December 2010 10:55, François Delawarde
<fdelawarde at wirelessmundi.com> wrote:
> Am I doing something wrong?
>
>
> Compiling src/switch_rtp.c ...
> cc1: warnings being treated as errors
> src/switch_rtp.c: In function ‘jb_logger’:
> src/switch_rtp.c:1662: error: implicit declaration of function ‘stfu_vasprintf’
> src/switch_rtp.c: In function ‘switch_rtp_debug_jitter_buffer’:
> src/switch_rtp.c:1675: error: implicit declaration of function ‘stfu_n_debug’
> src/switch_rtp.c:1676: error: implicit declaration of function ‘stfu_global_set_logger’
> src/switch_rtp.c:2141:62: error: macro "stfu_n_eat" requires 6 arguments, but only 5 given
> src/switch_rtp.c: In function ‘do_flush’:
> src/switch_rtp.c:2139: error: ‘stfu_n_eat’ undeclared (first use in this function)
> src/switch_rtp.c:2139: error: (Each undeclared identifier is reported only once
> src/switch_rtp.c:2139: error: for each function it appears in.)
> src/switch_rtp.c:2207:59: error: macro "stfu_n_eat" requires 6 arguments, but only 5 given
> src/switch_rtp.c: In function ‘read_rtp_packet’:
> src/switch_rtp.c:2205: error: ‘stfu_n_eat’ undeclared (first use in this function)
> make[2]: *** [libfreeswitch_la-switch_rtp.lo] Error 1
>
>
> François.
>
>
> _______________________________________________
> 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
>
More information about the FreeSWITCH-users
mailing list