Guest User

Untitled

a guest
Jan 23rd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. include/mapnik/timer.hpp:59:13: error: member function 'stop' not viable: 'this' argument has type 'const mapnik::timer', but function
  2. is not marked const
  3. stop();
  4. ^~~~
  5. include/mapnik/timer.hpp:49:18: note: 'stop' declared here
  6. virtual void stop()
  7. ^
  8. include/mapnik/timer.hpp:68:13: error: member function 'stop' not viable: 'this' argument has type 'const mapnik::timer', but function
  9. is not marked const
  10. stop();
  11. ^~~~
  12. include/mapnik/timer.hpp:49:18: note: 'stop' declared here
  13. virtual void stop()
  14. ^
  15. include/mapnik/timer.hpp:104:78: error: expected ';' after expression
  16. s << wall_clock_elapsed() << "ms (cpu " << cpu_elapsed() << "ms)"
  17. ^
  18. ;
  19. 3 errors generated.
Add Comment
Please, Sign In to add comment