Advertisement
Guest User

Untitled

a guest
Feb 14th, 2017
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. btr@btr-mint ~ $ cd USBqemu-wheel/
  2. btr@btr-mint ~/USBqemu-wheel $ mkdir build
  3. btr@btr-mint ~/USBqemu-wheel $ cd build/
  4. btr@btr-mint ~/USBqemu-wheel/build $ sudo cmake ..
  5. -- The C compiler identification is GNU 5.4.0
  6. -- The CXX compiler identification is GNU 5.4.0
  7. -- Check for working C compiler: /usr/bin/cc
  8. -- Check for working C compiler: /usr/bin/cc -- works
  9. -- Detecting C compiler ABI info
  10. -- Detecting C compiler ABI info - done
  11. -- Detecting C compile features
  12. -- Detecting C compile features - done
  13. -- Check for working CXX compiler: /usr/bin/c++
  14. -- Check for working CXX compiler: /usr/bin/c++ -- works
  15. -- Detecting CXX compiler ABI info
  16. -- Detecting CXX compiler ABI info - done
  17. -- Detecting CXX compile features
  18. -- Detecting CXX compile features - done
  19. Define _DEBUG for debug print.
  20. Building as x86 on x86_64.
  21. -- Some or all of the gtk libraries were not found. (missing: GTK2_GTK_LIBRARY GTK2_GTK_INCLUDE_DIR GTK2_GDK_INCLUDE_DIR GTK2_GDKCONFIG_INCLUDE_DIR GTK2_GDK_LIBRARY GTK2_GLIB_INCLUDE_DIR GTK2_GLIBCONFIG_INCLUDE_DIR GTK2_GLIB_LIBRARY)
  22. -- Configuring done
  23. -- Generating done
  24. -- Build files have been written to: /home/btr/USBqemu-wheel/build
  25. btr@btr-mint ~/USBqemu-wheel/build $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement