Re: [Linphone-users] Re: Linphone compilation - Libglade not found

2010-12-01 Thread Raseel Bhagat
Hi Mrugesh,

are you doing a build of Linphone on Windows  ?
I ask this because you mentioned libglade-2.0.2.dll file.

--
Raseel

On Wed, Dec 1, 2010 at 10:39 PM, M Chauhan mrc...@gmail.com wrote:

 Hello all,

 It has been solved.

 I set pkg-config path and copied libglade.pc file in that path.

 Regards,
 Mrugesh.

 On 1 December 2010 17:31, M Chauhan mrc...@gmail.com wrote:

 Hello all,

 I am trying to compile Linphone 3.3.2 source.

 When I launch the configure command, I have following error at the end. I
 have tried to copy libglade-2.0-2.dll in bin but it doesn't take it.

 May be I am copying the dll at the right location. Has anyone come across
 such a problem? Any pointers would help me a lot.

 Error:
 checking for LIBGLADE... configure: error: Package requirements
 (libglade-2.0 =
  2.4.0) were not met:

 No package 'libglade-2.0' found

 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 installed software in a non-standard prefix.

 Alternatively, you may set the environment variables LIBGLADE_CFLAGS
 and LIBGLADE_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.

 Thanks,
 Mrugesh.



 ___
 Linphone-users mailing list
 Linphone-users@nongnu.org
 http://lists.nongnu.org/mailman/listinfo/linphone-users


___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphonec segmentation fault

2010-08-06 Thread Raseel Bhagat
Hi Pankaj,

actually that is just a warning saying there are no additional plugins and
can be ignored.

The SegFault can be due to a range of other issues and the info provided by
Monali is not enough.

Monali, can you run linphone with gdb and see where the segfault occurs ?
That might give us more information.
Also, are you getting the same error with linphone GUI by running
linphone-3 --verbose ?

--
Raseel

On Fri, Aug 6, 2010 at 9:01 AM, Pankaj Chhabra chhabra.pan...@gmail.comwrote:

 First of all you need to put the plugs in the plugins directory and
 fix the error below

 Thanks,
 Pankaj


 On Thu, Aug 5, 2010 at 3:44 PM, Monali Bhattacharya
 monali.bhattacha...@lntsec.com wrote:
  Hi,I've cross compiled the linphone-3.1.0 for the ARM board. Once ported
 there at the time of starting getting the error Segmentation Fault. Giving
 the command linphonec -d 6 it shows:
 
  ortp-message-oRTP-0.15.0 initialize
  ortp-message Registering all files
  ortp-message Registering all soundcard handlers
  ortp-message Loading plugins
  ortp-message-Cannot open directory
 /opt/linphone/lib/mediastreamer/plugins: No such file or directory
  ortp-message-ms_init() done
  ortp-message-Cannot open directory /opt/linphone/lib/liblinphone/plugins:
 No such file or directory
  Segmentation Fault
 
  Can anyone guide how to solve the problem?
 
  Thanks and Regards
 
 
 
 
  Larsen  Toubro Limited
  www.larsentoubro.com
 
  This Email may contain confidential or privileged information for the
 intended recipient (s) If you are not the intended recipient, please do not
 use or disseminate the information, notify the sender and delete it from
 your system.
 
 
  ___
  Linphone-users mailing list
  Linphone-users@nongnu.org
  http://lists.nongnu.org/mailman/listinfo/linphone-users
 

 ___
 Linphone-users mailing list
 Linphone-users@nongnu.org
 http://lists.nongnu.org/mailman/listinfo/linphone-users

___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphonec segmentation fault

2010-08-06 Thread Raseel Bhagat
You will have to use gdbserver for remote debugging using gdb. Also you will
have to make sure that you use
-g -O0 CFLAGS in all the linphone Makefiles.

Or else, have you modified code anywhere so that there is an idea of where
the problem is.

--
Raseel

On Fri, Aug 6, 2010 at 2:55 PM, Monali Bhattacharya 
monali.bhattacha...@lntsec.com wrote:

 Hi Raseel,
  I've cross compile linphone only for the console not for gui and video. In
 my arm board gdb command is not there, Can you say whether remote gdb is
 possible?

 Thanks and Regards





 Larsen  Toubro Limited
 www.larsentoubro.com

 This Email may contain confidential or privileged information for the
 intended recipient (s) If you are not the intended recipient, please do not
 use or disseminate the information, notify the sender and delete it from
 your system.

  Raseel Bhagat raseelbha...@gmail.com 8/6/2010 11:30 AM 
 Hi Pankaj,

 actually that is just a warning saying there are no additional plugins and
 can be ignored.

 The SegFault can be due to a range of other issues and the info provided by
 Monali is not enough.

 Monali, can you run linphone with gdb and see where the segfault occurs ?
 That might give us more information.
 Also, are you getting the same error with linphone GUI by running
 linphone-3 --verbose ?

 --
 Raseel

 On Fri, Aug 6, 2010 at 9:01 AM, Pankaj Chhabra chhabra.pan...@gmail.com
 wrote:

  First of all you need to put the plugs in the plugins directory and
  fix the error below
 
  Thanks,
  Pankaj
 
 
  On Thu, Aug 5, 2010 at 3:44 PM, Monali Bhattacharya
  monali.bhattacha...@lntsec.com wrote:
   Hi,I've cross compiled the linphone-3.1.0 for the ARM board. Once
 ported
  there at the time of starting getting the error Segmentation Fault.
 Giving
  the command linphonec -d 6 it shows:
  
   ortp-message-oRTP-0.15.0 initialize
   ortp-message Registering all files
   ortp-message Registering all soundcard handlers
   ortp-message Loading plugins
   ortp-message-Cannot open directory
  /opt/linphone/lib/mediastreamer/plugins: No such file or directory
   ortp-message-ms_init() done
   ortp-message-Cannot open directory
 /opt/linphone/lib/liblinphone/plugins:
  No such file or directory
   Segmentation Fault
  
   Can anyone guide how to solve the problem?
  
   Thanks and Regards
  
  
  
  
   Larsen  Toubro Limited
   www.larsentoubro.com
  
   This Email may contain confidential or privileged information for the
  intended recipient (s) If you are not the intended recipient, please do
 not
  use or disseminate the information, notify the sender and delete it from
  your system.
  
  
   ___
   Linphone-users mailing list
   Linphone-users@nongnu.org
   http://lists.nongnu.org/mailman/listinfo/linphone-users
  
 
  ___
  Linphone-users mailing list
  Linphone-users@nongnu.org
  http://lists.nongnu.org/mailman/listinfo/linphone-users
 


 ___
 Linphone-users mailing list
 Linphone-users@nongnu.org
 http://lists.nongnu.org/mailman/listinfo/linphone-users

___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users