<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Hello,</p>
<p>I have successfully compiled the Ves library in Windows following the instructions given in the Wiki page. I also have tried to create a Visual Studio solution using CMAKE but even if the Ves.Sln is created there are some errors when I try to compile. These errors are mainly related with missing headers that can be found in the Android-NDK subfolders.</p>
<p>The three type of errors that appear are:</p>
<p>2>c:\users\carlos\ves - copia\src\ves\vesSharedPtr.h(25): fatal error C1083: Cannot open include file: 'tr1/memory': No such file or directory</p>
<p>2>c:\users\carlos\ves - copia\src\ves\vesGL.h(27): fatal error C1083: Cannot open include file: 'GLES2/gl2.h': No such file or directory</p>
<p><span style="font-family: Consolas; font-size: xx-small;"><span style="font-family: Consolas; font-size: xx-small;"></span></span></p>
<p>2>C:\Users\Carlos\VES - copia\src\ves\vesEigen.cpp(126): error C2719: 'matrix': formal parameter with __declspec(align('16')) won't be aligned</p>
<p> </p>
<p>If I add the path to the tr1/memory and GLES2/gl2.h, other errors arise, leading to files related with Armeabi that I'm not able to locate.</p>
<p> </p>
<p>I suspect that this is possible as the build procedure uses NMake for compile. I would be fine as it could be modified in the IDE and (I hope) to be debugged in a known way.</p>
<p>Could you please give us some advice on it?</p>
<p> </p>
<p>Regards,</p>
<p>Carlos</p>
<p> </p>
<p><span style="font-family: Consolas; font-size: xx-small;"><span style="font-family: Consolas; font-size: xx-small;"></span></span></p>
<p> </p>
<p><br /> </p>
<div> </div>
</body></html>