Advertisement
jamesguessis

make error

Nov 13th, 2015
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. jamesguessis@senpai-chan:~/Downloads/mcpelauncher-linux-master$ make
  2. Linking CXX executable mcpelauncher
  3. CMakeFiles/mcpelauncher.dir/hybris/src/hooks.c.o: In function `my_pthread_attr_getstackaddr':
  4. hooks.c:(.text+0x3f7): warning: the use of `pthread_attr_getstackaddr' is deprecated, use `pthread_attr_getstack'
  5. CMakeFiles/mcpelauncher.dir/hybris/src/hooks.c.o: In function `my_pthread_attr_setstackaddr':
  6. hooks.c:(.text+0x3d6): warning: the use of `pthread_attr_setstackaddr' is deprecated, use `pthread_attr_setstack'
  7. /usr/bin/ld: cannot find -luuid
  8. collect2: error: ld returned 1 exit status
  9. CMakeFiles/mcpelauncher.dir/build.make:538: recipe for target 'mcpelauncher' failed
  10. make[2]: *** [mcpelauncher] Error 1
  11. CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/mcpelauncher.dir/all' failed
  12. make[1]: *** [CMakeFiles/mcpelauncher.dir/all] Error 2
  13. Makefile:75: recipe for target 'all' failed
  14. make: *** [all] Error 2
  15. jamesguessis@senpai-chan:~/Downloads/mcpelauncher-linux-master$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement