zf8848 / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

provided solution does not compile in visual studio #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to compile srtp7.sln
2.
3.

What is the expected output? What do you see instead?
expected to compile, here are the errors:
libSRTP error LNK2019: unresolved external symbol _ekt_alloc referenced in 
function _srtp_stream_alloc
libSRTP error LNK2019: unresolved external symbol _ekt_stream_init_from_policy 
referenced in function _srtp_stream_init
libSRTP error LNK2019: unresolved external symbol _ekt_write_data referenced in 
function _srtp_protect_rtcp
libSRTP error LNK2019: unresolved external symbol _ekt_octets_after_base_tag 
referenced in function _srtp_unprotect_rtcp
libSRTP error LNK2019: unresolved external symbol _srtp_stream_init_from_ekt 
referenced in function _srtp_unprotect_rtcp
libSRTP fatal error LNK1120: 5 unresolved externals

What version of the product are you using? On what operating system?
just downloaded srtp-cvs.zip; XP

Please provide any additional information below.
Paths and include directories in the project properties are incorrect. After 
fixing, I get the errors with no idea as to what to do with them.
Microsoft programmers are human beings too, they (we) deserve some 
consideration.
Also, I am trying to build Google Talk - please tell me if instructions exist 
on how to do it in Visual Studio.
Thank you,
Eugene Zhukovsky (52 yo)

Original issue reported on code.google.com by dar.rg...@gmail.com on 18 Nov 2010 at 2:42

GoogleCodeExporter commented 9 years ago
Sorry for the inconvenience. SRTP is not provided by Google. In fact, it's a 
third-party dependency that we invoke in the libjingle package.
To help you resolve this issue, which version of the VS are you using? Do you 
have the Microsoft Platform SDK installed and the path is set?
The srtp.sln works for VS2010 that I have verified. I think srtp7.sln is for 
older version of the VS (version 7?). I don't have that version of VS to verify 
the issue you run into. 
I would recommend to use VS2008 or VS2010 with srpt.sln to build.

Original comment by jun...@google.com on 23 Nov 2010 at 12:35

GoogleCodeExporter commented 9 years ago
Thank you very much for the prompt reply, I converted the project to VS 2010 
and it compiled. I have to, however, repeat the second part of y question: I am 
trying to build Google Talk - please tell me if instructions exist on how to do 
it in Visual Studio.
Any help is appreciated,
Thank you.

Original comment by dar.rg...@gmail.com on 24 Nov 2010 at 5:44