[Bf-committers] dna_modifier_types.h is not compiled by VS 2008 on Japanese Windows7

Koji Iigura koji.iigura at gmail.com
Thu Apr 26 12:11:31 CEST 2012


Hi, everyone,

It is not seriously problem.
But if code owner will fix this problem, it is happy for developers on
Japanese Winodows7.

Current version's dna_modifier_types.h can not be compiled by VS 2008
(and VS 2008 Express) on Japanese Windows7.
# c:\blendersvn\blender\source\blender\makesdna\dna_modifier_types.h

VS2008 says:

c:\blendersvn\blender\source\blender\makesdna\dna_modifier_types.h :
error C2220: warning treated as error - no 'object' file generated
c:\blendersvn\blender\source\blender\makesdna\dna_modifier_types.h :
warning C4819: The file contains a character that cannot be
represented in the current code page (932). Save the file in Unicode
format to prevent data loss

It seems that there are some problematic characters at line 901 (in comment).

...

Fixing this problem is quite easy.
First, You just open this file by TeraPad editor.
And just save it (overwrite).
Then you can build Blender.
---
Koji Iigura


More information about the Bf-committers mailing list