Build problem: Warning C4244 & Warning C4819

Post Reply
ipyd
Posts: 5
Joined: Sat May 05, 2012 1:50 pm

Build problem: Warning C4244 & Warning C4819

Post by ipyd »

Dear all,

currently, i am trying to build openvibe source code.
i have tried both version: 13.1 and 14.0

i am using Ms. VS 2010 on Windows 7 64bit platform

however, i found an error during build process.
i attached the error message here.

seems, i am having 2 problems:
1. warning C4819: the file contains a character that cannot be represented in the current code page <949> ...
2. warning C4244: '=' : conversion from double to 'OpenViBE::float32' ...


could anyone please help me solving these problems.

thank you all.
Attachments
build_error.jpg
build_error.jpg (247.2 KiB) Viewed 4179 times

jlegeny
Posts: 239
Joined: Tue Nov 02, 2010 8:51 am
Location: Mensia Technologies Paris FR
Contact:

Re: Build problem: Warning C4244 & Warning C4819

Post by jlegeny »

Hello ipyd,

this error is due to some of the files being encoded in a western codepage. This is an issue which will be solved soon in the SVN trunk. I will keep you posted.

Cheers
Jozef

jlegeny
Posts: 239
Joined: Tue Nov 02, 2010 8:51 am
Location: Mensia Technologies Paris FR
Contact:

Re: Build problem: Warning C4244 & Warning C4819

Post by jlegeny »

Hello again,

the issue has been addressed and compilation on different locales should be working with OpenViBE 0.14.2

Please let me know if there is still an issue

Thank you
Jozef

Post Reply