[Sofia-sip-devel] how to compile sofsip without glib

2008-01-15 Thread jason_jiang in amit
Dear all, I have had a question for a long time. Why does sofsip have to work with glib?Are there methods to compile softsip without glib, because I just wanna it run in the text mode only. I tried to use ./configure --without-glib to avoid using of glib but it doesn't work. Can you give

Re: [Sofia-sip-devel] how to compile sofsip without glib

2008-01-15 Thread jason_jiang in amit
Hi, mikhail Thank for your explaination, really preciated. Do you have experiences on delevlop sip-phone on cross-platform to share with me. If I wanna put sofsip onto a target with arm cpu, do I try to compile glib using cross-compiler, then compile sofsip with glibc, and finally put

Re: [Sofia-sip-devel] how to compile sofsip without glib

2008-01-15 Thread Michael Jerris
Sofia sip does not require glib, and --without-glib configure flag is the way to turn it off. In freeswitch we do exactly that. What is not working specifically? Mike On Jan 15, 2008, at 5:37 AM, jason_jiang in amit wrote: Dear all, I have had a question for a long time. Why does

Re: [Sofia-sip-devel] how to compile sofsip without glib

2008-01-15 Thread jason_jiang in amit
Hi, Mike. The trouble I met is that compiling sofsip_cli failed. sofsip_cli looks like a sip user agent using sofia libary as its core. It forces me to get glib2.2 for it. Do I have a way to compile it without glib? In order to control the size of sip-ua, I don't wanna merge additional

Re: [Sofia-sip-devel] how to compile sofsip without glib

2008-01-15 Thread Michael Jerris
the cli is a demo program that uses glib as a utility to make some things easier. It is required for that, but not for the sofia-sip library. Mike On Jan 15, 2008, at 12:25 PM, jason_jiang in amit wrote: Hi, Mike. The trouble I met is that compiling sofsip_cli failed. sofsip_cli

Re: [Sofia-sip-devel] how to compile sofsip without glib

2008-01-15 Thread Kai.Vehmanen
Hi, On 15 Jan 2008, jason_jiang in amit wrote: I have had a question for a long time. Why does sofsip have to work with glib?Are there methods to compile softsip without glib, because I just wanna it run in the text mode only. I tried to use ./configure --without-glib to avoid using of