Advertisement
Guest User

Untitled

a guest
Jul 4th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. user@Cardboard-Laptop:~/Downloads/dislocker-0.6.1$ make
  2. [ 3%] Building C object src/CMakeFiles/dislocker.dir/dislocker.c.o
  3. In file included from /usr/include/ruby-2.0.0/ruby.h:33:0,
  4. from /home/garvin/Downloads/dislocker-0.6.1/include/dislocker/ruby.h:35,
  5. from /home/garvin/Downloads/dislocker-0.6.1/include/dislocker/accesses/accesses.h:38,
  6. from /home/garvin/Downloads/dislocker-0.6.1/src/dislocker.c:36:
  7. /usr/include/ruby-2.0.0/ruby/ruby.h: In function ‘rb_float_value’:
  8. /usr/include/ruby-2.0.0/ruby/ruby.h:777:6: error: negative integer implicitly converted to unsigned type [-Werror=sign-conversion]
  9. t.v = RUBY_BIT_ROTR((2 - b63) | (v & ~0x03), 3);
  10. ^
  11. /usr/include/ruby-2.0.0/ruby/ruby.h:777:6: error: negative integer implicitly converted to unsigned type [-Werror=sign-conversion]
  12. cc1: all warnings being treated as errors
  13. make[2]: *** [src/CMakeFiles/dislocker.dir/dislocker.c.o] Error 1
  14. make[1]: *** [src/CMakeFiles/dislocker.dir/all] Error 2
  15. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement