<html>
<body>
Hi, I'm in the process of updating freeswitch on a Linux server and found
this compile error. The list of commands I used to get the source and
compile, is at the end of the email.<br><br>
...<br>
making all mod_perl<br>
Compiling perlxsi.c...<br>
Compiling mod_perl.c...<br>
Creating mod_perl.so...<br>
../../../switch_swig.c: In function ?fs_core_init?:<br>
<b>../../../switch_swig.c:58: error: incompatible type for argument 2 of
?switch_core_init?<br>
../../../switch_swig.c:58: error: too few arguments to function
?switch_core_init?<br><br>
Analysis</b>: In switch_swig.c, switch_core_init is being called on line
58 with 2 args:<br>
&nbsp;&nbsp;&nbsp; status = switch_core_init(path, &amp;err);<br><br>
But the function definition in switch_core.c has 3 args:<br>
SWITCH_DECLARE(switch_status_t) switch_core_init(const char *console,
switch_core_flag_t flags, const char **err)<br><br>
I'm pretty sure I've gotten the latest of everything. Here's what I
doing:<br>
cd /usr/src<br>
svn checkout
<a href="http://svn.freeswitch.org/svn/freeswitch/trunk">
http://svn.freeswitch.org/svn/freeswitch/trunk</a> freeswitch&nbsp;&nbsp;
- this got revision 6087 yesterday<br>
cd freeswitch<br>
<pre>./bootstrap.sh
</pre>export CFLAGS=&quot;-g -ggdb&quot; <br>
export MOD_CFLAGS=&quot;-g -ggdb&quot; <br>
./configure<br>
make megaclean <br>
make all install <br><br>
Tom<br><br>
<br>
<x-sigsep><p></x-sigsep>
===============<br>
tuhl@ix.netcom.com</body>
</html>