zf8848 / libjingle

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

Another missing include for gcc 4.4 #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Compiling libjingle as part of chromium using gcc 4.4 fails.

libjingle/files/talk/base/asynctcpsocket.cc:172: error: ‘strerror’ is not a 
member of ‘std’

See attached patch. I'm going to add this to the local copy of jingle in 
chromium.

Thanks!

PS. To be more technically correct, at the time of writing this 
asynctcpsocket.cc isn't part of the chromium build but it will be shortly at 
which point this error will happen in trunk builds with gcc 4.4.

Original issue reported on code.google.com by craig.schlenter@chromium.org on 2 Nov 2009 at 4:56

Attachments:

GoogleCodeExporter commented 9 years ago
Closing out old issues.

Original comment by pthatc...@google.com on 3 Nov 2010 at 7:35