Created
September 13, 2017 07:08
-
-
Save elliotwoods/68caea5535584d71ec976ab07414d72b to your computer and use it in GitHub Desktop.
errors compiling glmpython against current master glm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Parseme: Parsed python.parseme.hpp... | |
| Parseme: Parsed python.parseme.cpp... | |
| running install | |
| running build | |
| running build_ext | |
| building 'glm' extension | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -I../ -IC:\Users\kimchips\Anaconda3\envs\KC31\include -IC:\Users\kimchips\Anaconda3\envs\KC31\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\winrt" /EHsc /Tppython.cpp /Fobuild\temp.win-amd64-3.6\Release\python.obj | |
| python.cpp | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(88): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(89): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(90): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(92): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(93): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(94): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(96): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(97): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(98): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(100): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(101): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(102): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(175): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(176): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(177): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(178): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(180): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(181): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(182): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(183): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(185): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(186): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(187): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glm\gtc\bitfield.inl(188): warning C4309: 'static_cast': truncation of constant value | |
| c:\users\kimchips\dev\glm\glmpython\python.hpp(52): error C2371: 'glm_vec4': redefinition; different basic types | |
| c:\users\kimchips\dev\glm\glm\detail\../simd/platform.h(377): note: see declaration of 'glm_vec4' | |
| c:\users\kimchips\dev\glm\glmpython\python.hpp(82): error C2371: 'glm_ivec4': redefinition; different basic types | |
| c:\users\kimchips\dev\glm\glm\detail\../simd/platform.h(378): note: see declaration of 'glm_ivec4' | |
| python.cpp(2759): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<2,2,float,0>::length_type', possible loss of data | |
| python.cpp(2775): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<2,2,float,0>::length_type', possible loss of data | |
| python.cpp(2857): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<2,2,float,0>::length_type', possible loss of data | |
| python.cpp(2866): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<2,2,float,0>::length_type', possible loss of data | |
| python.cpp(3170): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<3,2,float,0>::length_type', possible loss of data | |
| python.cpp(3186): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<3,2,float,0>::length_type', possible loss of data | |
| python.cpp(3270): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<3,2,float,0>::length_type', possible loss of data | |
| python.cpp(3279): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<3,2,float,0>::length_type', possible loss of data | |
| python.cpp(3585): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<4,2,float,0>::length_type', possible loss of data | |
| python.cpp(3601): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<4,2,float,0>::length_type', possible loss of data | |
| python.cpp(3687): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<4,2,float,0>::length_type', possible loss of data | |
| python.cpp(3696): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<4,2,float,0>::length_type', possible loss of data | |
| python.cpp(4004): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<2,3,float,0>::length_type', possible loss of data | |
| python.cpp(4020): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<2,3,float,0>::length_type', possible loss of data | |
| python.cpp(4104): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<2,3,float,0>::length_type', possible loss of data | |
| python.cpp(4113): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<2,3,float,0>::length_type', possible loss of data | |
| python.cpp(4439): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<3,3,float,0>::length_type', possible loss of data | |
| python.cpp(4455): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<3,3,float,0>::length_type', possible loss of data | |
| python.cpp(4542): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<3,3,float,0>::length_type', possible loss of data | |
| python.cpp(4551): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<3,3,float,0>::length_type', possible loss of data | |
| python.cpp(4860): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<4,3,float,0>::length_type', possible loss of data | |
| python.cpp(4876): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<4,3,float,0>::length_type', possible loss of data | |
| python.cpp(4966): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<4,3,float,0>::length_type', possible loss of data | |
| python.cpp(4975): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<4,3,float,0>::length_type', possible loss of data | |
| python.cpp(5287): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<2,4,float,0>::length_type', possible loss of data | |
| python.cpp(5303): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<2,4,float,0>::length_type', possible loss of data | |
| python.cpp(5389): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<2,4,float,0>::length_type', possible loss of data | |
| python.cpp(5398): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<2,4,float,0>::length_type', possible loss of data | |
| python.cpp(5706): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<3,4,float,0>::length_type', possible loss of data | |
| python.cpp(5722): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<3,4,float,0>::length_type', possible loss of data | |
| python.cpp(5812): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<3,4,float,0>::length_type', possible loss of data | |
| python.cpp(5821): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<3,4,float,0>::length_type', possible loss of data | |
| python.cpp(6153): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<4,4,float,0>::length_type', possible loss of data | |
| python.cpp(6169): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<4,4,float,0>::length_type', possible loss of data | |
| python.cpp(6263): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<4,4,float,0>::length_type', possible loss of data | |
| python.cpp(6272): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::mat<4,4,float,0>::length_type', possible loss of data | |
| python.cpp(6835): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::vec<2,float,0>::length_type', possible loss of data | |
| python.cpp(6851): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::vec<2,float,0>::length_type', possible loss of data | |
| python.cpp(6931): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::vec<2,float,0>::length_type', possible loss of data | |
| python.cpp(6941): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::vec<2,float,0>::length_type', possible loss of data | |
| python.cpp(7645): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::vec<3,float,0>::length_type', possible loss of data | |
| python.cpp(7661): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::vec<3,float,0>::length_type', possible loss of data | |
| python.cpp(7742): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::vec<3,float,0>::length_type', possible loss of data | |
| python.cpp(7752): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::vec<3,float,0>::length_type', possible loss of data | |
| python.cpp(8067): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8071): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8075): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8085): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8100): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8102): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8109): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8127): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8131): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8135): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8145): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8160): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8162): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8169): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8187): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8191): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8195): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8205): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8220): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8222): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8229): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8247): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8251): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8255): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8265): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8280): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8282): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8289): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8308): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8308): error C2672: 'glm::mod': no matching overloaded function found | |
| python.cpp(8312): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8312): error C2672: 'glm::mod': no matching overloaded function found | |
| python.cpp(8312): error C2780: 'glm::vec<L,T,Q> glm::mod(const glm::vec<L,T,Q> &,const glm::vec<L,T,Q> &)': expects 2 arguments - 1 provided | |
| c:\users\kimchips\dev\glm\glm\detail\../common.hpp(157): note: see declaration of 'glm::mod' | |
| python.cpp(8312): error C2780: 'glm::vec<L,T,Q> glm::mod(const glm::vec<L,T,Q> &,T)': expects 2 arguments - 1 provided | |
| c:\users\kimchips\dev\glm\glm\detail\../common.hpp(145): note: see declaration of 'glm::mod' | |
| python.cpp(8312): error C2780: 'genType glm::mod(genType,genType)': expects 2 arguments - 1 provided | |
| c:\users\kimchips\dev\glm\glm\detail\../common.hpp(142): note: see declaration of 'glm::mod' | |
| python.cpp(8379): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8383): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8383): error C2661: 'pow': no overloaded function takes 1 arguments | |
| python.cpp(8397): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8412): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8412): error C2672: 'glm::abs': no matching overloaded function found | |
| python.cpp(8422): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8426): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8430): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8443): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8445): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8451): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8472): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8488): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8497): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8522): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8531): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8536): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8542): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8557): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8557): error C2672: 'glm::value_ptr': no matching overloaded function found | |
| python.cpp(8570): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8580): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8637): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8642): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8647): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8652): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8703): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8708): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8713): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8718): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8756): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8761): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8766): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8771): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8795): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8795): error C2672: 'glm::value_ptr': no matching overloaded function found | |
| python.cpp(8795): error C2660: 'PyBuffer_FillInfo': function does not take 5 arguments | |
| python.cpp(8835): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8876): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8892): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8893): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8894): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(8895): error C2039: 'vec': is not a member of '__m128' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xmmintrin.h(65): note: see declaration of '__m128' | |
| python.cpp(9386): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::vec<2,int,0>::length_type', possible loss of data | |
| python.cpp(9402): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::vec<2,int,0>::length_type', possible loss of data | |
| python.cpp(9481): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::vec<2,int,0>::length_type', possible loss of data | |
| python.cpp(9491): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::vec<2,int,0>::length_type', possible loss of data | |
| python.cpp(10265): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::vec<3,int,0>::length_type', possible loss of data | |
| python.cpp(10281): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::vec<3,int,0>::length_type', possible loss of data | |
| python.cpp(10361): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::vec<3,int,0>::length_type', possible loss of data | |
| python.cpp(10371): warning C4244: 'argument': conversion from 'Py_ssize_t' to 'glm::vec<3,int,0>::length_type', possible loss of data | |
| python.cpp(10686): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10690): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10694): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10704): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10719): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10721): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10728): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10746): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10750): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10754): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10764): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10779): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10781): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10788): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10806): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10810): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10814): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10824): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10839): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10841): error C2039: 'vec': is not a member of '__m128i' | |
| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\emmintrin.h(44): note: see declaration of '__m128i' | |
| python.cpp(10841): fatal error C1003: error count exceeds 100; stopping compilation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment