erichocean / libjingle

Automatically exported from code.google.com/p/libjingle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asyncpacketsocket.h and .cc don't compile for any revision above 62, iOS

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Compile libjingle v0.6 for iOS, if you look at talk/base/asyncpacketsocket.h 
and talk/base/asyncpacketsocket.cc you will notice that the implementation file 
references a missing instance variable _socket.
2. Anything r62 and below has the _socket variable present. anything above that 
revision keeps the same implementation that accesses the _socket variable but 
is missing the definition of that variable keeping to from compiling.

What is the expected output? What do you see instead?
I don't see the _socket instance variable which is keeping me from compiling 
anything above r62.

What version of the product are you using? On what operating system?
v0.5.4 and below have the instance variable present and are possibly working, 
the only version I tested was iLibjingle's implementation of libjingle v0.5

Please provide any additional information below.

Original issue reported on code.google.com by Rudy.Mayo@gmail.com on 11 Oct 2011 at 2:45

Original comment by jun...@google.com on 24 Nov 2011 at 1:02

  • Changed state: Duplicate