Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. Related to the errors I recived as I called the command "make -j5" in the gcc-directory of the 0ad-copy of alpha 0.0.23:
  2. The content of the file buildRunner2.txt was:
  3.  
  4. Running cxxtest tests (2 tests).
  5. In MyTestSuite2::testMultiplication:
  6. MyTestSuite2.h:16: Error: Expected (2 * 2 == 5), found (4 != 5)
  7. Failed 1 and Skipped 0 of 2 tests
  8. Success rate: 50%
  9.  
  10. The to the last lines shortened console output was:
  11.  
  12. collect2: error: ld returned 1 exit status
  13. pyrogenesis.make:83: recipe for target '../../../binaries/system/pyrogenesis' failed
  14. make[1]: *** [../../../binaries/system/pyrogenesis] Error 1
  15. Makefile:68: recipe for target 'pyrogenesis' failed
  16. make: *** [pyrogenesis] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement