Re: [Freeswitch-users] Compile error

2009-09-23 Thread Michael Jerris
Please catch up on irc to discuss this real time, this shouldn't be  
happening and bkw or I likely will need remote access to your box to  
figure out why it is doing this.


Mike

On Sep 21, 2009, at 1:06 PM, Luis Manuel Zuccolo wrote:


I' ve get the same error with a fresh tree

Thanks in advance

De: Brian West br...@freeswitch.org
Para: freeswitch-users@lists.freeswitch.org
Enviado: jueves 17 de septiembre de 2009, 10:12:36
Asunto: Re: [Freeswitch-users] Compile error

NO you must not.  The issue has been fixed in svn already please  
start with a fresh tree.


/b
PS: end users should NEVER have to reswig.

On Sep 17, 2009, at 12:42 AM, Frank Carmickle wrote:


On Thu, Sep 17, Luis M. Zuccolo wrote:

Hi:

Since svn version 13523 to current I get this error:

make[5]: swig: Command not found


You must install swig.  If your on debian apt-get install swig.  If  
your not see http://www.swig.org/


HTH
--FC




___
FreeSWITCH-users mailing list
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


Re: [Freeswitch-users] Compile error

2009-09-21 Thread Luis Manuel Zuccolo
I' ve get the same error with a fresh tree

Thanks in advance





De: Brian West br...@freeswitch.org
Para: freeswitch-users@lists.freeswitch.org
Enviado: jueves 17 de septiembre de 2009, 10:12:36
Asunto: Re: [Freeswitch-users] Compile error

NO you must not.  The issue has been fixed in svn already please start with a 
fresh tree.

/b
PS: end users should NEVER have to reswig.


On Sep 17, 2009, at 12:42 AM, Frank Carmickle wrote:

On Thu, Sep 17, Luis M. Zuccolo wrote:

Hi:



Since svn version 13523 to current I get this error:



make[5]: swig: Command not found

You must install swig.  If your on debian apt-get install swig.  If your not 
see http://www.swig.org/

HTH
--FC




  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/___
FreeSWITCH-users mailing list
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


Re: [Freeswitch-users] Compile error

2009-09-17 Thread Brian West
NO you must not.  The issue has been fixed in svn already please start  
with a fresh tree.


/b
PS: end users should NEVER have to reswig.

On Sep 17, 2009, at 12:42 AM, Frank Carmickle wrote:


On Thu, Sep 17, Luis M. Zuccolo wrote:

Hi:

Since svn version 13523 to current I get this error:

make[5]: swig: Command not found


You must install swig.  If your on debian apt-get install swig.  If  
your not see http://www.swig.org/


HTH
--FC


___
FreeSWITCH-users mailing list
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


[Freeswitch-users] Compile error

2009-09-16 Thread Luis M. Zuccolo
Hi:

Since svn version 13523 to current I get this error:

make[5]: swig: Command not found
make[5]: *** [mod_lua_wrap.cpp] Error 127
make[4]: *** [all] Error 1
make[3]: *** [mod_lua-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
 + FreeSWITCH Build Complete ---+
 + FreeSWITCH has been successfully built.  +
 + Install by running:  +
 +  +
 +   make install   +
 +--+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Was there any change from that version?
Thanks in advance

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


___
FreeSWITCH-users mailing list
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


Re: [Freeswitch-users] Compile error and possible solution

2008-11-15 Thread Anthony Minessale
yes thx

On Sat, Nov 15, 2008 at 12:46 AM, Gonzalo Servat [EMAIL PROTECTED] 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@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:[EMAIL PROTECTED] [EMAIL PROTECTED]
GTALK/JABBER/PAYPAL:[EMAIL PROTECTED][EMAIL PROTECTED]
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:[EMAIL PROTECTED] [EMAIL PROTECTED]
iax:[EMAIL PROTECTED]/888
googletalk:[EMAIL PROTECTED][EMAIL PROTECTED]
pstn:213-799-1400
___
Freeswitch-users mailing list
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


[Freeswitch-users] Compile error and possible solution

2008-11-14 Thread Gonzalo Servat
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
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] compile error (on windows with VS 2005)

2008-09-05 Thread Dave
  I got the compile error on windows XP pro (with VS 2005).


..\..\src\switch_xml.c(2234) : error C2220: warning treated as error -
no 'object' file generated ..\..\src\switch_xml.c(2234) : warning
C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
..\..\src\switch_xml.c(2266) : warning C4267: '=' : conversion from
'size_t' to 'unsigned int', possible loss of data
..\..\src\switch_xml.c(2507) : warning C4267: '=' : conversion from
'size_t' to 'unsigned int', possible loss of data
..\..\src\switch_xml.c(2522) : warning C4267: '=' : conversion from
'size_t' to 'int', possible loss of data ..\..\src\switch_xml.c(2529)
: warning C4267: '=' : conversion from 'size_t' to 'unsigned int',
possible loss of data ..\..\src\switch_xml.c(2600) : warning C4267:
'=' : conversion from 'size_t' to 'int', possible loss of data
Generating Code...

Results 

Build log was saved at
file://g:\opensource\tele\freeswitch\freeswitch-1.0.1\w32\Library\Debug\BuildLog
FreeSwitchCoreLib.htm FreeSwitchCoreLib - 1 error(s), 6 warning(s)
Please help me out.






___
Sent by ePrompter, the premier email notification software.
Free download at http://www.ePrompter.com.

___
Freeswitch-users mailing list
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