VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
gservat at gmail.com Guest
|
Posted: Sat Nov 15, 2008 1:53 am Post subject: [Freeswitch-users] Compile error and possible solution |
|
|
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) |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Sat Nov 15, 2008 10:27 am Post subject: [Freeswitch-users] Compile error and possible solution |
|
|
yes thx
On Sat, Nov 15, 2008 at 12:46 AM, Gonzalo Servat <gservat@gmail.com (gservat@gmail.com)> wrote:
Quote: | 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@lists.freeswitch.org (Freeswitch-users@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@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|