Advertisement
Guest User

Untitled

a guest
Sep 25th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. c:\tdm-gcc-32\i686-w64-mingw32\include\dvec.h:838:74: error: '_mm_cvtps_pd' was
  2. not declared in this scope
  3. inline F64vec2 F32vec4ToF64vec2(const F32vec4 &a) { return _mm_cvtps_pd(a); }
  4. ^
  5. c:\tdm-gcc-32\i686-w64-mingw32\include\dvec.h: In function 'F32vec4 F64vec2ToF32
  6. vec4(const F64vec2&)':
  7. c:\tdm-gcc-32\i686-w64-mingw32\include\dvec.h:839:74: error: '_mm_cvtpd_ps' was
  8. not declared in this scope
  9. inline F32vec4 F64vec2ToF32vec4(const F64vec2 &a) { return _mm_cvtpd_ps(a); }
  10. ^
  11. c:\tdm-gcc-32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 IntToF64vec2
  12. (const F64vec2&, int)':
  13. c:\tdm-gcc-32\i686-w64-mingw32\include\dvec.h:840:80: error: '_mm_cvtsi32_sd' wa
  14. s not declared in this scope
  15. inline F64vec2 IntToF64vec2(const F64vec2 &a,int b) { return _mm_cvtsi32_sd(a,b
  16. ); }
  17.  
  18. ^
  19. rts\aGui\CMakeFiles\engineaGui.dir\build.make:57: recipe for target 'rts/aGui/CM
  20. akeFiles/engineaGui.dir/Button.cpp.obj' failed
  21. mingw32-make[3]: *** [rts/aGui/CMakeFiles/engineaGui.dir/Button.cpp.obj] Error 1
  22.  
  23. CMakeFiles\Makefile2:4009: recipe for target 'rts/aGui/CMakeFiles/engineaGui.dir
  24. /all' failed
  25. mingw32-make[2]: *** [rts/aGui/CMakeFiles/engineaGui.dir/all] Error 2
  26. mingw32-make[2]: *** Waiting for unfinished jobs....
  27. [ 6%] Building CXX object rts/lib/luasocket/CMakeFiles/luasocket.dir/src/wsocke
  28. t.cpp.obj
  29. [ 6%] [ 6%] Built target 7zip
  30. Built target streflop
  31. Linking CXX static library libluasocket.a
  32. [ 6%] Built target luasocket
  33. CMakeFiles\Makefile2:4135: recipe for target 'rts/builds/CMakeFiles/install-spri
  34. ng.dir/rule' failed
  35. mingw32-make[1]: *** [rts/builds/CMakeFiles/install-spring.dir/rule] Error 2
  36. Makefile:1186: recipe for target 'install-spring' failed
  37. mingw32-make: *** [install-spring] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement