Atrus

Citro3D built-in test results

Jun 17th, 2021
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. _____@ubuntu:~/Documents/repos/citro3d-master/test/pc$ sudo apt-get install libglm-dev
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following NEW packages will be installed:
  6. libglm-dev
  7. 0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded.
  8. Need to get 0 B/178 kB of archives.
  9. After this operation, 2,232 kB of additional disk space will be used.
  10. Selecting previously unselected package libglm-dev.
  11. (Reading database ... 202100 files and directories currently installed.)
  12. Preparing to unpack .../libglm-dev_0.9.9.7+ds-1_all.deb ...
  13. Unpacking libglm-dev (0.9.9.7+ds-1) ...
  14. Setting up libglm-dev (0.9.9.7+ds-1) ...
  15. _____@ubuntu:~/Documents/repos/citro3d-master/test/pc$ make
  16. Compiling build/main.o
  17. Compiling build/mtx_ortho.o
  18. Compiling build/mtx_scale.o
  19. Compiling build/mtx_fromquat.o
  20. Compiling build/mtx_multiply.o
  21. Compiling build/mtx_inverse.o
  22. Compiling build/quat_rotate.o
  23. Compiling build/mtx_persptilt.o
  24. Compiling build/quat_lookat.o
  25. Compiling build/quat_rotatey.o
  26. Compiling build/mtx_perspstereotilt.o
  27. Compiling build/quat_pow.o
  28. Compiling build/mtx_multiplyfvec4.o
  29. Compiling build/mtx_rotate.o
  30. Compiling build/quat_crossfvec3.o
  31. Compiling build/quat_fromaxisangle.o
  32. Compiling build/quat_multiply.o
  33. Compiling build/quat_frompitchyawroll.o
  34. Compiling build/mtx_orthotilt.o
  35. Compiling build/mtx_multiplyfvec3.o
  36. Compiling build/mtx_translate.o
  37. Compiling build/mtx_perspstereo.o
  38. Compiling build/quat_rotatez.o
  39. Compiling build/mtx_persp.o
  40. Compiling build/mtx_rotatez.o
  41. Compiling build/quat_frommtx.o
  42. Compiling build/mtx_rotatey.o
  43. Compiling build/mtx_lookat.o
  44. Compiling build/quat_rotatex.o
  45. Compiling build/mtx_rotatex.o
  46. Compiling build/mtx_transpose.o
  47. Linking test
  48. g++ -o test build/main.o build/mtx_ortho.o build/mtx_scale.o build/mtx_fromquat.o build/mtx_multiply.o build/mtx_inverse.o build/quat_rotate.o build/mtx_persptilt.o build/quat_lookat.o build/quat_rotatey.o build/mtx_perspstereotilt.o build/quat_pow.o build/mtx_multiplyfvec4.o build/mtx_rotate.o build/quat_crossfvec3.o build/quat_fromaxisangle.o build/quat_multiply.o build/quat_frompitchyawroll.o build/mtx_orthotilt.o build/mtx_multiplyfvec3.o build/mtx_translate.o build/mtx_perspstereo.o build/quat_rotatez.o build/mtx_persp.o build/mtx_rotatez.o build/quat_frommtx.o build/mtx_rotatey.o build/mtx_lookat.o build/quat_rotatex.o build/mtx_rotatex.o build/mtx_transpose.o -pipe -lm --coverage
  49. _____@ubuntu:~/Documents/repos/citro3d-master/test/pc$ ./test
  50. test: main.cpp:214: void check_matrix(generator_t&, distribution_t&): Assertion `m == glm::mat4()' failed.
  51. Aborted (core dumped)
  52. _____@ubuntu:~/Documents/repos/citro3d-master/test/pc$
  53.  
Advertisement
Add Comment
Please, Sign In to add comment