在Windows下編譯最新版本的Libjingle

2021-09-22 23:38:27 字數 1104 閱讀 4768

注意不要使用srtp-1.4.4, 因為這個版本遺漏了libjingle所使用的一些extensions

如果你的expat和srtp包在其他位置或者名稱不一樣, 需要對應地修改talk/libjingle.scons

解決方法:

//must come before ks.h

//for pkey_audioendpoint_guid

"talk/base/win32.h"  

//toutf8

"talk/base/win32window.h"

for windows sockets 1.1. the declarations 

in the winsock.h header file will conflict with the declarations 

in the winsock2.h header file required by windows sockets 2.0. the win32_lean_and_mean macro prevents the winsock.h from being included by the windows.h header. 

so, please add:   

before "#include ". this will tell the compiler to ignore all winsock 1.1 definitions within windows.h.

13. found 

out which version of atlbase.h the compiler was utilizing (in my 

case, because of the path that i 

set, the version i used was at c:\program files\microsoft platform sdk\include\atl.  edit that file and comment 

out the line #pragma comment(lib, "atlthunk.lib") which was on or around line 293.

cimoc 最新版 Cimoc最新版本

cimoc最新版本擁有超豐富的熱門漫畫資源,讓你在每乙個無聊的時間裡都可以自由閱讀好看的漫畫,每一本漫畫都擁有自己的標籤,讓使用者們可以通過這些標籤找到更多相似型別的漫畫,並且所有漫畫資源都可以讓你免費暢讀,看到好看的漫畫不要猶豫,直接點進去就能 cimoc最新版本 軟體特色 1.中漫 日漫 韓漫,...

mysql 最新版本 mysql最新版本是多少

mysql 8.0 正式版 8.0.11 已發布,官方表示 mysql 8 要比 mysql 5.7 快 2 倍,還帶來了大量的改進和更快的效能!注意 從 mysql 5.7 公升級到 mysql 8.0 僅支援通過使用 in place 方式進行公升級,並且不支援從 mysql 8.0 降級到 m...

LINUX下編譯安裝最新版本mysql

通過參考其他文章 1 先安裝cmake mysql5.5以後是通過cmake來編譯的 root rhel5 local tar zxv f cmake 2.8.11.2.tar.gz root rhel5 local cd cmake 2.8.11.2 root rhel5 cmake 2.8.4 ...