[Freeswitch-users] Compile error and possible solution

Anthony Minessale anthony.minessale at gmail.com
Sat Nov 15 07:16:52 PST 2008


yes thx

On Sat, Nov 15, 2008 at 12:46 AM, Gonzalo Servat <gservat at gmail.com> wrote:

> Hi,
>
> I just tried doing a make current (I was on 10231 and updated to 10416) and
> mod_python failed to compile. I can't remember exactly what the error msg
> was as it's beyond what my terminal's scroll buffer is configured to store
> but it was something along the lines of "cc1 will treat all warnings as
> errors" and then an error msg similar to:
>
> switch_core.h:1686:function declaration isn't a prototype
>
> This happened while building mod_python. I think it was mod_python.c which
> includes "switch.h", and in switch.h line 103 it includes switch_core.h, and
> in switch_core.h line 1686 I see this line:
>
> SWITCH_DECLARE(void) switch_cond_next();
>
> Apparently if switch_cond_next() takes no parameters, 'void' goes in there.
> After some googling, in C/C++ if you put nothing in the parentheses it means
> it takes an unlimited number of arguments while void means none. Why would
> it complain if that's the case?
>
> I had a look at the switch_code_next() function definition in
> switch_time.c() and it looks like its not supposed to take any arguments so
> I put 'void' inside the parentheses in line 1686 of switch_core.h and it
> builds fine now.
>
> Is this the correct fix?
> - Gonzalo (znoG #freeswitch)
>
>
>
> _______________________________________________
> 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/

AIM: anthm
MSN:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
pstn:213-799-1400
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20081115/c65864fb/attachment-0002.html 


More information about the FreeSWITCH-users mailing list