linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] Linphone-desktop compilation problem


From: François Grisez
Subject: Re: [Linphone-users] Linphone-desktop compilation problem
Date: Tue, 22 Mar 2016 10:14:45 +0100
User-agent: KMail/5.1.2 (Linux/4.4.5-1-ARCH; KDE/5.19.0; x86_64; ; )

Hi,

 

I installed Ubuntu 14.04 64-bit on a VM and I compiled the linphone-desktop project. All worked fine. So, I could reproduce your issue. Maybe, the problem only occurs on 32-bit systems ?

 

Personally, when I build Linphone on GNU/Linux, I build each dependency project one by one. As you told me that you succeed to build libortp, that could work for you. You should build all these projects in order:

  • git://git.linphone.org/bctoolbox
  • git://git.linphone.org/bzrtp
  • git://git.linphone.org/libmatrostka-c
  • git://git.linphone.org/ortp
  • git://git.linphone.org/mediastreamer2
  • git://git.linphone.org/belle-sip
  • git://git.linphone.org/belr
  • git://git.linphone.org/belcard
  • git://git.linphone.org/linphone
  • git://git.linphone.org/bcg729 (optional)
  • git://git.linphone.org/msopenh264 (optional, need libopenh264 on the system)

I advise you to use CMake instead of autotools

Best regards,

--

François Grisez

Software Developer

Belledonne Communications


Le mardi 15 mars 2016, 19:20:55 CET Nilanjan Sen a écrit :

Hi Grisez,


I have built project ORTP with CMake as per your instructions, and I have not encountered any problem here. But the said problem persists in linphone-desktop source code compilation. 

I am compiling the linphone-desktop source code in VM. I have compiled the same in a normal Ubuntu 14.04 desktop without any error.


Regards,

Nilanjan Sen.



On Monday, 14 March 2016 3:23 AM, François Grisez <address@hidden> wrote:


Hi,

 

Do you encounter the same problem if you built the project ortp with CMake ?

 

To do this:

git clone git://git.linphone.org/ortp

mkdir ortp/work

cd ortp/work

cmake ..

make

If the CMake build fails, can you try to build with the autotools ?

 

Best regards,

--

François Grisez

Software Developer

Belledonne Communications


Le vendredi 11 mars 2016, 22:22:52 CET Sen, Nilanjan a écrit :

Hi,


I am trying to compile the linphone-desktop source code in Ubuntu 14.04 computer. After executing prepare.py file, I have gotten MakeFile. When I am executing the 'make' command, I am getting the following errors:


/home/....../linphone-desktop/WORK/Build/ortp/src/libortp.so.11: undefined reference to 'clock_nanosleep'

/home/....../linphone-desktop/WORK/Build/ortp/src/libortp.so.11: undefined reference to 'clock_gettime'


I have successfully compiled the same in a different machine with same OS.


Do I need to install some library for that? Please help.


Thanks in advance,


Nilanjan.


 




_______________________________________________
Linphone-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-users





Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]