linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Vs 2017 compiler win linphone SDK can't use what l


From: lilinde
Subject: [Linphone-developers] Vs 2017 compiler win linphone SDK can't use what looks like a memory application error. My steps are as follows
Date: Mon, 17 Jun 2019 01:38:49 -0700 (MST)

step1:

cmake ..  -DENABLE_G729=ON -DENABLE_G729B_CNG=ON -DENABLE_OPENH264=ON
-DENABLE_GPL_THIRD_PARTIES=NO -DENABLE_NON_FREE_CODECS=ON

cmake --build .  

step2:
1.error 1 
linphone-sdk\build\WORK\desktop\Build\decaf\src\GENERATED\c\p448\f_generic.c 
linphone-sdk\build\WORK\desktop\Build\decaf\src\GENERATED\c\p25519\f_generic.c 
The following two lines: 
assert(word_is_zero(scarry) | word_is_zero( scarry + 1 )); 
assert(word_is_zero(  carry + scarry_0) ); 

i'm change to 

assert(word_is_zero((uint32_t)scarry) | 
word_is_zero((uint32_t)(scarry+1))); 
assert(word_is_zero((uint32_t)(carry + scarry_0))); 

2.error 2
error  c2220 in vs i‘m add some  Definition in error  file 
#define _CRT_SECURE_NO_WARNINGS 
#define _WINSOCK_DEPRECATED_NO_WARNINGS

3 error 3
 error LNK2026 in vs i change ms2 and linphone
build\WORK\desktop\Build/ms2/CMakeCache.txt
build\WORK\desktop\Build/linphone/CMakeCache.txt

machine:X86 replace to (/machine:X86 /SAFESEH:NO)


step3:Compiled successfully

i'm test mediastreamer2 in tester Folder  demo but error
and linphone sdk Out of commission.

Was the step wrong?  Have you compiled successfully and been able to use it?

Error Figure:
<http://nongnu.13855.n7.nabble.com/file/t23356/QQ%E6%88%AA%E5%9B%BE20190617162716.jpg>
 
 






--
Sent from: http://nongnu.13855.n7.nabble.com/linphone-developers-f38648.html



reply via email to

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