zf8848 / libjingle

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

libjingle0.5.2 not support windows? #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build libjingle-0.5.2 on Win7 use VS2010

What is the expected output? What do you see instead?

\talk\session\phone\libudevsymboltable.h(49) : error C2065: 
'LibUDevSymbolTable' : undeclared identifier
\talk\session\phone\libudevsymboltable.h(52) : error C4430: missing type 
specifier - int assumed. Note: C++ does not support default-int
\talk\session\phone\libudevsymboltable.h(52) : error C2146: syntax error : 
missing ';' before identifier 'LATE_BINDING_SYMBOL_TABLE_DECLARE_ENTRY'
\talk\session\phone\libudevsymboltable.h(52) : error C2065: 
'LibUDevSymbolTable' : undeclared identifier
\talk\session\phone\libudevsymboltable.h(52) : error C2065: 'udev_device_unref' 
: undeclared identifier
\talk\session\phone\libudevsymboltable.h(52) : error C4430: missing type 
specifier - int assumed. Note: C++ does not support default-int
\talk\session\phone\libudevsymboltable.h(52) : error C2078: too many 
initializers
\talk\session\phone\libudevsymboltable.h(52) : error C2146: syntax error : 
missing ';' before identifier 'LATE_BINDING_SYMBOL_TABLE_DECLARE_ENTRY'
\talk\session\phone\libudevsymboltable.h(52) : error C2065: 
'LibUDevSymbolTable' : undeclared identifier
\talk\session\phone\libudevsymboltable.h(52) : error C2065: 
'udev_monitor_enable_receiving' : undeclared identifier
\talk\session\phone\libudevsymboltable.h(52) : error C4430: missing type 
specifier - int assumed. Note: C++ does not support default-int

What version of the product are you using? On what operating system?
WIN7 VS2010

Please provide any additional information below.

 is libjingle not support windows?
 thanks

Original issue reported on code.google.com by aton...@gmail.com on 12 Jan 2011 at 9:13

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
sorry, i have compiled libjingle 0.5.2 on win7 vs2010
I comment #"session/phone/libudevsymboltable.cc",
#"base/latebindingsymboltable.cc" .
right

Original comment by aton...@gmail.com on 13 Jan 2011 at 6:16

GoogleCodeExporter commented 9 years ago

Original comment by jun...@google.com on 14 Jan 2011 at 5:05