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 glib but it doesn't work. Can you give some >suggestions for this situation. thanks for your helps.
I'm afraid you simply need to have glib. Glib is used: - as the mainloop abstraction - the media subsystem as its API is gobject based - all the available media subsystems (mostly gstreamer based) depend on glib anyways (gstreamer, farsight, libnice, etc) You get rid of the glib dependency by using Sofia's own event loop instead of the glib one, and replace the media stacks with something else (I believe at least some people have already done so, but so far I haven't got any patches). But there's no ready configure option for this, so you'll need to hack the sources.. br, -- [EMAIL PROTECTED] (Kai Vehmanen) ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Sofia-sip-devel mailing list Sofia-sip-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel