Advertisement
Fabian42

Untitled

Oct 14th, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. Checking for c compiler ... gcc
  2. Checking for c++ compiler ... g++
  3. Checking for GNU Make ... yes, using make
  4. Checking for extra headers ... no
  5. Checking for extra libraries ... no
  6. Checking for gcc support of -MM option ... yes
  7. Checking for g++ support of -MM option ... yes
  8. Checking for inttypes.h ... yes
  9. Checking for unistd.h ... yes
  10. Checking for malloc.h ... yes
  11. Checking for X11 header presence ... yes (using /usr/include)
  12. Checking for X11 ... yes (using -L/usr/lib -lX11 -lXext)
  13. Checking for XTest extension ... yes
  14. Checking for gtk-config ... no
  15. Not building gAutoClick
  16. Checking for pkg-config ... pkg-config
  17. Checking for GTK+ 2.0 ... yes
  18. Checking for GTK+ 2.0 cflags ... -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2
  19. Checking for GTK+ 2.0 libs ... -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype
  20. Checking for glib 2.0 cflags ... -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  21. Checking for glib 2.0 libs ... -lglib-2.0
  22. Checking for Qt 3 ... no
  23. Checking for Qt 4 ... yes
  24. Checking for Qt 4 cflags ... -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore
  25. Checking for Qt 4 libs ... -lQtGui -lQtCore
  26. Checking for fltk-config ... fltk-config
  27. Checking for FLTK ... yes
  28. Checking for FLTK cflags ... -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2
  29. Checking for FLTK libs ... -lfltk -lX11
  30.  
  31. Debug symbols disabled.
  32. All compiler warnings enabled.
  33.  
  34. Cleaning up source tree ... done
  35.  
  36. Generating config.mak ... done.
  37.  
  38. aAutoClick : yes
  39. cAutoClick : yes
  40. gAutoClick : no
  41. gAutoClick2 : yes
  42. qtAutoClick : no
  43. qt4AutoClick : yes
  44. fltkAutoClick : yes
  45.  
  46. Installation prefix : /usr/local
  47.  
  48. Now type 'make' to build.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement