linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] I compiled linphone-sdk in windows, but there was


From: lilinde
Subject: [Linphone-developers] I compiled linphone-sdk in windows, but there was an error running mediastreamer2 test
Date: Thu, 13 Jun 2019 01:47:55 -0700 (MST)

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

i add some   _CRT_SECURE_NO_WARNINGS and _WINSOCK_DEPRECATED_NO_WARNINGS in
file

and change 
C:\source\linphone-sdk\build\WORK\desktop\Build\decaf\src\GENERATED\c\p448\f_generic.c
C:\source\linphone-sdk\build\WORK\desktop\Build\decaf\src\GENERATED\c\p25519\f_generic.c
 assert(word_is_zero((uint32_t)scarry) |
word_is_zero((uint32_t)(scarry+1)));
 assert(word_is_zero((uint32_t)(carry + scarry_0)));

and Modules are not safe for SAFESEH images.
i add /SAFESEH:NO  in Module's CMakeCache.txt

like xxx=... machine:X86 /SAFESEH:NO 


Compiled successfully but with the above errors





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



reply via email to

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