Guest User

Untitled

a guest
Oct 22nd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. nekoware/include -I/usr/include -I/usr/nekoware/include -I/usr/include -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
  2. c99 WARNING: -O conflicts with -O3; using latter value (-O3)
  3. cc-1171 c99: WARNING File = Python/pythonrun.c, Line = 1366
  4. The indicated expression has no effect.
  5.  
  6. offset = (int)PyUnicode_GET_LENGTH(errtext);
  7. ^
  8.  
  9. c99 -c -DNDEBUG -O -O3 -mips4 -I/usr/nekoware/include -TARG:platform=IP27:proc=r10000 -O3 -mips4 -I/usr/nekoware/include -TARG:platform=IP27:proc=r10000 -I. -I./Include -I/usr/nekoware/include -I/usr/include -I/usr/nekoware/include -I/usr/include -DPy_BUILD_CORE -o Python/pytime.o Python/pytime.c
  10. c99 WARNING: -O conflicts with -O3; using latter value (-O3)
  11. cc-1020 c99: ERROR File = Python/pytime.c, Line = 716
  12. The identifier "CLOCK_MONOTONIC" is undefined.
  13.  
  14. const clockid_t clk_id = CLOCK_MONOTONIC;
  15. ^
  16.  
  17. 1 error detected in the compilation of "Python/pytime.c".
  18. *** Error code 2 (bu21)
Add Comment
Please, Sign In to add comment