Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.24 KB | None | 0 0
  1. anon:~$ cd lxdream
  2. anon:~/lxdream$ dir
  3. acconfig.h autogen.sh config.h.in COPYING Info.plist.in lxdreamrc mkinstalldirs README test
  4. acinclude.m4 bundlelibs.pl config.log CREDITS INSTALL m4 NEWS RELEASE_NOTES
  5. aclocal.m4 ChangeLog config.sub debian install-sh Makefile.am pixmaps src
  6. android compile configure depcomp lxdream.desktop Makefile.in pkgconfig.tgz stamp-h.in
  7. AUTHORS config.guess configure.in dmg.layout lxdream.pod missing po STATUS
  8. anon:~/lxdream$ p1 < lxdream-0.9.1-glib-single-include.patch
  9. bash: lxdream-0.9.1-glib-single-include.patch: No such file or directory
  10. anon:~/lxdream$ lxdream-0.9.1-glib-single-include.patch
  11. lxdream-0.9.1-glib-single-include.patch: command not found
  12. anon:~/lxdream$ ./configure
  13. checking for a BSD-compatible install... /usr/bin/install -c
  14. checking whether build environment is sane... yes
  15. checking for gawk... no
  16. checking for mawk... mawk
  17. checking whether make sets $(MAKE)... yes
  18. checking whether to enable maintainer-specific portions of Makefiles... no
  19. checking build system type... x86_64-unknown-linux-gnu
  20. checking host system type... x86_64-unknown-linux-gnu
  21. checking for style of include used by make... GNU
  22. checking for gcc... gcc
  23. checking for C compiler default output file name... a.out
  24. checking whether the C compiler works... yes
  25. checking whether we are cross compiling... no
  26. checking for suffix of executables...
  27. checking for suffix of object files... o
  28. checking whether we are using the GNU C compiler... yes
  29. checking whether gcc accepts -g... yes
  30. checking for gcc option to accept ISO C89... none needed
  31. checking dependency style of gcc... gcc3
  32. checking for strerror in -lcposix... no
  33. checking for gcc... (cached) gcc
  34. checking whether we are using the GNU C compiler... (cached) yes
  35. checking whether gcc accepts -g... (cached) yes
  36. checking for gcc option to accept ISO C89... (cached) none needed
  37. checking dependency style of gcc... (cached) gcc3
  38. checking for gcc... (cached) gcc
  39. checking whether we are using the GNU C compiler... (cached) yes
  40. checking whether gcc accepts -g... (cached) yes
  41. checking for gcc option to accept ISO C89... (cached) none needed
  42. checking dependency style of gcc... (cached) gcc3
  43. checking how to run the C preprocessor... gcc -E
  44. checking for gcc... gcc
  45. checking whether we are using the GNU C compiler... (cached) yes
  46. checking whether gcc accepts -g... no
  47. checking for gcc option to accept ISO C89... unsupported
  48. checking dependency style of gcc... gcc3
  49. checking for gcc option to accept ISO Standard C... (cached) unsupported
  50. checking how to run the C preprocessor... gcc -E
  51. checking for gcc... gcc
  52. checking whether we are using the GNU Objective C compiler... no
  53. checking whether gcc accepts -g... no
  54. checking for a sed that does not truncate output... /bin/sed
  55. checking for ranlib... ranlib
  56. checking for grep that handles long lines and -e... /bin/grep
  57. checking for egrep... /bin/grep -E
  58. checking for ANSI C header files... yes
  59. checking for sys/types.h... yes
  60. checking for sys/stat.h... yes
  61. checking for stdlib.h... yes
  62. checking for string.h... yes
  63. checking for memory.h... yes
  64. checking for strings.h... yes
  65. checking for inttypes.h... yes
  66. checking for stdint.h... yes
  67. checking for unistd.h... yes
  68. checking for void *... yes
  69. checking size of void *... 8
  70. checking for ANSI C header files... (cached) yes
  71. checking dependency style of gcc... gcc3
  72. checking for pod2man... /usr/bin/pod2man
  73. checking for pod2html... /usr/bin/pod2html
  74. checking whether we are using the GNU Objective C compiler... (cached) no
  75. checking whether gcc accepts -g... (cached) no
  76. checking for a working Objective-C compiler... No
  77. checking CC version... GCC
  78. checking if gcc supports -msse2... yes
  79. checking if gcc supports -mfpmath=sse... yes
  80. checking dlfcn.h usability... yes
  81. checking dlfcn.h presence... yes
  82. checking for dlfcn.h... yes
  83. checking for library containing dlopen... -ldl
  84. checking if linker accepts -rdynamic... yes
  85. checking support for fastcall calling conventions... yes
  86. checking support for force inlining... __attribute__((always_inline))
  87. checking if we have a working __builtin_frame_address()... yes
  88. checking for library containing listen... none required
  89. checking for library containing inet_ntoa... none required
  90. checking for pkg-config... no
  91. checking for LIBPNG... configure: error: The pkg-config script could not be found or is too old. Make sure it
  92. is in your PATH or set the PKG_CONFIG environment variable to the full
  93. path to pkg-config.
  94.  
  95. Alternatively, you may set the environment variables LIBPNG_CFLAGS
  96. and LIBPNG_LIBS to avoid the need to call pkg-config.
  97. See the pkg-config man page for more details.
  98.  
  99. To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  100. See `config.log' for more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement