paulhsu / libjingle

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

libjingle 0.6.10 compile error #280

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build libjingle 0.6.10
2.
3.

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

...
mucroomhistorytask.cc
d:\work\libjingle-0.6.10\talk\xmpp\mucroomhistorytask.cc : error C2220: warning
treated as error - no 'object' file generated
d:\work\libjingle-0.6.10\talk\xmpp\mucroomhistorytask.cc : warning C4819: The fi
le contains a character that cannot be represented in the current code page (949
). Save the file in Unicode format to prevent data loss
...

What version of the product are you using? On what operating system?
libjingle 0.6.10, Windows 7 SP1

Please provide any additional information below.
libjingle 0.6.6 compile success.

Original issue reported on code.google.com by tree1...@gmail.com on 16 Jan 2012 at 1:23

GoogleCodeExporter commented 9 years ago
I have solved it by changing file encoding.

Original comment by tree1...@gmail.com on 18 Jan 2012 at 9:06

GoogleCodeExporter commented 9 years ago
Libjingle is not globalized code base. If you work on other languages, you need 
to change your system local to EN-US (cp443).

Original comment by jun...@google.com on 9 Feb 2012 at 11:48

GoogleCodeExporter commented 9 years ago
change mucroomhistorytask.cc and mucroomhistorytask.cc encoding to UTF8.

Original comment by cryk...@gmail.com on 18 Sep 2012 at 9:01