Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _____@ubuntu:~/Documents/repos/citro3d-master/test/pc$ sudo apt-get install libglm-dev
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following NEW packages will be installed:
- libglm-dev
- 0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded.
- Need to get 0 B/178 kB of archives.
- After this operation, 2,232 kB of additional disk space will be used.
- Selecting previously unselected package libglm-dev.
- (Reading database ... 202100 files and directories currently installed.)
- Preparing to unpack .../libglm-dev_0.9.9.7+ds-1_all.deb ...
- Unpacking libglm-dev (0.9.9.7+ds-1) ...
- Setting up libglm-dev (0.9.9.7+ds-1) ...
- _____@ubuntu:~/Documents/repos/citro3d-master/test/pc$ make
- Compiling build/main.o
- Compiling build/mtx_ortho.o
- Compiling build/mtx_scale.o
- Compiling build/mtx_fromquat.o
- Compiling build/mtx_multiply.o
- Compiling build/mtx_inverse.o
- Compiling build/quat_rotate.o
- Compiling build/mtx_persptilt.o
- Compiling build/quat_lookat.o
- Compiling build/quat_rotatey.o
- Compiling build/mtx_perspstereotilt.o
- Compiling build/quat_pow.o
- Compiling build/mtx_multiplyfvec4.o
- Compiling build/mtx_rotate.o
- Compiling build/quat_crossfvec3.o
- Compiling build/quat_fromaxisangle.o
- Compiling build/quat_multiply.o
- Compiling build/quat_frompitchyawroll.o
- Compiling build/mtx_orthotilt.o
- Compiling build/mtx_multiplyfvec3.o
- Compiling build/mtx_translate.o
- Compiling build/mtx_perspstereo.o
- Compiling build/quat_rotatez.o
- Compiling build/mtx_persp.o
- Compiling build/mtx_rotatez.o
- Compiling build/quat_frommtx.o
- Compiling build/mtx_rotatey.o
- Compiling build/mtx_lookat.o
- Compiling build/quat_rotatex.o
- Compiling build/mtx_rotatex.o
- Compiling build/mtx_transpose.o
- Linking test
- 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
- _____@ubuntu:~/Documents/repos/citro3d-master/test/pc$ ./test
- test: main.cpp:214: void check_matrix(generator_t&, distribution_t&): Assertion `m == glm::mat4()' failed.
- Aborted (core dumped)
- _____@ubuntu:~/Documents/repos/citro3d-master/test/pc$
Advertisement
Add Comment
Please, Sign In to add comment