Guest User

Untitled

a guest
Mar 8th, 2014
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.50 KB | None | 0 0
  1. $ ./autogen.sh --prefix=/usr/local/efl-1.8
  2. autoreconf-2.69: Entering directory `.'
  3. autoreconf-2.69: running: autopoint --force
  4. Copying file m4/codeset.m4
  5. Copying file m4/glibc2.m4
  6. Copying file m4/glibc21.m4
  7. Copying file m4/intdiv0.m4
  8. Copying file m4/intl.m4
  9. Copying file m4/intldir.m4
  10. Copying file m4/intmax.m4
  11. Copying file m4/inttypes-pri.m4
  12. Copying file m4/inttypes_h.m4
  13. Copying file m4/lcmessage.m4
  14. Copying file m4/longlong.m4
  15. Copying file m4/printf-posix.m4
  16. Copying file m4/size_max.m4
  17. Copying file m4/stdint_h.m4
  18. Copying file m4/uintmax_t.m4
  19. Copying file m4/visibility.m4
  20. Copying file m4/wchar_t.m4
  21. Copying file m4/wint_t.m4
  22. Copying file m4/xsize.m4
  23. Copying file po/Makevars.template
  24. autoreconf-2.69: running: aclocal --force -I m4
  25. autoreconf-2.69: configure.ac: tracing
  26. autoreconf-2.69: running: libtoolize --copy --force
  27. libtoolize: putting auxiliary files in `.'.
  28. libtoolize: copying file `./ltmain.sh'
  29. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  30. libtoolize: copying file `m4/libtool.m4'
  31. libtoolize: copying file `m4/ltoptions.m4'
  32. libtoolize: copying file `m4/ltsugar.m4'
  33. libtoolize: copying file `m4/ltversion.m4'
  34. libtoolize: copying file `m4/lt~obsolete.m4'
  35. autoreconf-2.69: running: /usr/local/bin/autoconf-2.69 --force
  36. autoreconf-2.69: running: /usr/local/bin/autoheader-2.69 --force
  37. autoreconf-2.69: running: automake --add-missing --copy --force-missing
  38. configure.ac:263: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and will soon be removed.
  39. configure.ac:263: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
  40. configure.ac:263: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
  41. src/Makefile_Edje.am:267: warning: '%'-style pattern rules are a GNU make extension
  42. src/Makefile.am:53: 'src/Makefile_Edje.am' included from here
  43. autoreconf-2.69: Leaving directory `.'
  44. configure: creating cache config.cache
  45. checking for gcc... /usr/local/bin/egcc
  46. checking whether the C compiler works... yes
  47. checking for C compiler default output file name... a.out
  48. checking for suffix of executables...
  49. checking whether we are cross compiling... no
  50. checking for suffix of object files... o
  51. checking whether we are using the GNU C compiler... yes
  52. checking whether /usr/local/bin/egcc accepts -g... yes
  53. checking for /usr/local/bin/egcc option to accept ISO C89... none needed
  54. checking how to run the C preprocessor... /usr/local/bin/egcc -E
  55. checking for grep that handles long lines and -e... /usr/bin/grep
  56. checking for egrep... /usr/bin/grep -E
  57. checking for ANSI C header files... yes
  58. checking for sys/types.h... yes
  59. checking for sys/stat.h... yes
  60. checking for stdlib.h... yes
  61. checking for string.h... yes
  62. checking for memory.h... yes
  63. checking for strings.h... yes
  64. checking for inttypes.h... yes
  65. checking for stdint.h... yes
  66. checking for unistd.h... yes
  67. checking minix/config.h usability... no
  68. checking minix/config.h presence... no
  69. checking for minix/config.h... no
  70. checking whether it is safe to define __EXTENSIONS__... yes
  71. checking for a BSD-compatible install... /usr/bin/install -c
  72. checking whether build environment is sane... yes
  73. checking for a thread-safe mkdir -p... ./install-sh -c -d
  74. checking for gawk... no
  75. checking for mawk... no
  76. checking for nawk... no
  77. checking for awk... awk
  78. checking whether make sets $(MAKE)... yes
  79. checking for style of include used by make... GNU
  80. checking whether make supports nested variables... yes
  81. checking dependency style of /usr/local/bin/egcc... gcc3
  82. checking whether make supports nested variables... (cached) yes
  83. configure: edje_cc set to
  84. checking build system type... x86_64-unknown-openbsd5.4
  85. checking host system type... x86_64-unknown-openbsd5.4
  86. checking for ar... ar
  87. checking the archiver (ar) interface... ar
  88. checking how to print strings... print -r
  89. checking for a sed that does not truncate output... /usr/bin/sed
  90. checking for fgrep... /usr/bin/grep -F
  91. checking for ld used by /usr/local/bin/egcc... /usr/bin/ld
  92. checking if the linker (/usr/bin/ld) is GNU ld... yes
  93. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  94. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  95. checking whether ln -s works... yes
  96. checking the maximum length of command line arguments... 196608
  97. checking whether the shell understands some XSI constructs... yes
  98. checking whether the shell understands "+="... no
  99. checking how to convert x86_64-unknown-openbsd5.4 file names to x86_64-unknown-openbsd5.4 format... func_convert_file_noop
  100. checking how to convert x86_64-unknown-openbsd5.4 file names to toolchain format... func_convert_file_noop
  101. checking for /usr/bin/ld option to reload object files... -r
  102. checking for objdump... objdump
  103. checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
  104. checking for dlltool... no
  105. checking how to associate runtime and link libraries... print -r --
  106. checking for archiver @FILE support... no
  107. checking for strip... strip
  108. checking for ranlib... ranlib
  109. checking command to parse /usr/bin/nm -B output from /usr/local/bin/egcc object... ok
  110. checking for sysroot... no
  111. checking for mt... mt
  112. checking if mt is a manifest tool... no
  113. checking for dlfcn.h... yes
  114. checking for objdir... .libs
  115. checking if /usr/local/bin/egcc supports -fno-rtti -fno-exceptions... no
  116. checking for /usr/local/bin/egcc option to produce PIC... -fPIC -DPIC
  117. checking if /usr/local/bin/egcc PIC flag -fPIC -DPIC works... yes
  118. checking if /usr/local/bin/egcc static flag -static works... yes
  119. checking if /usr/local/bin/egcc supports -c -o file.o... yes
  120. checking if /usr/local/bin/egcc supports -c -o file.o... (cached) yes
  121. checking whether the /usr/local/bin/egcc linker (/usr/bin/ld) supports shared libraries... yes
  122. checking whether -lc should be explicitly linked in... yes
  123. checking dynamic linker characteristics... openbsd5.4 ld.so
  124. checking how to hardcode library paths into programs... immediate
  125. checking whether stripping libraries is possible... yes
  126. checking if libtool supports shared libraries... yes
  127. checking whether to build shared libraries... yes
  128. checking whether to build static libraries... no
  129. configure: Initialized efl (1.8.6) development=0
  130. checking whether NLS is requested... yes
  131. checking for msgfmt... /usr/local/bin/msgfmt
  132. checking for gmsgfmt... /usr/local/bin/msgfmt
  133. checking for xgettext... /usr/local/bin/xgettext
  134. checking for msgmerge... /usr/local/bin/msgmerge
  135. checking for ld used by GCC... /usr/bin/ld
  136. checking if the linker (/usr/bin/ld) is GNU ld... yes
  137. checking for shared library run path origin... done
  138. checking for CFPreferencesCopyAppValue... no
  139. checking for CFLocaleCopyCurrent... no
  140. checking for GNU gettext in libc... no
  141. checking for iconv... yes
  142. checking for working iconv... yes
  143. checking for GNU gettext in libintl... yes
  144. checking whether to use NLS... yes
  145. checking where the gettext function comes from... external libintl
  146. checking how to link with libintl... /usr/local/lib/libintl.so.6.0 /usr/local/lib/libiconv.so.6.0 /usr/lib/libc.so.69.0 -Wl,-rpath,/usr/local/lib
  147. checking dependency style of /usr/local/bin/egcc... gcc3
  148. checking whether we are using the GNU C++ compiler... yes
  149. checking whether /usr/local/bin/eg++ accepts -g... yes
  150. checking dependency style of /usr/local/bin/eg++... gcc3
  151. checking how to run the C++ preprocessor... /usr/local/bin/ecpp
  152. checking for ld used by /usr/local/bin/eg++... /usr/bin/ld
  153. checking if the linker (/usr/bin/ld) is GNU ld... yes
  154. checking whether the /usr/local/bin/eg++ linker (/usr/bin/ld) supports shared libraries... yes
  155. checking for /usr/local/bin/eg++ option to produce PIC... -fPIC -DPIC
  156. checking if /usr/local/bin/eg++ PIC flag -fPIC -DPIC works... yes
  157. checking if /usr/local/bin/eg++ static flag -static works... yes
  158. checking if /usr/local/bin/eg++ supports -c -o file.o... yes
  159. checking if /usr/local/bin/eg++ supports -c -o file.o... (cached) yes
  160. checking whether the /usr/local/bin/eg++ linker (/usr/bin/ld) supports shared libraries... yes
  161. checking dynamic linker characteristics... openbsd5.4 ld.so
  162. checking how to hardcode library paths into programs... immediate
  163. checking for gcc... gcc
  164. checking whether we are using the GNU Objective C compiler... yes
  165. checking whether gcc accepts -g... yes
  166. checking dependency style of gcc... gcc3
  167. checking for /usr/local/bin/egcc option to accept ISO C99... -std=gnu99
  168. checking whether /usr/local/bin/egcc -std=gnu99 and cc understand -c and -o together... yes
  169. checking for special C compiler options needed for large files... no
  170. checking for _FILE_OFFSET_BITS value needed for large files... no
  171. checking for pkg-config... /usr/bin/pkg-config
  172. checking pkg-config is at least version 0.9.0... yes
  173. checking for doxygen... yes
  174. checking for dirent.h that defines DIR... yes
  175. checking for library containing opendir... none required
  176. checking whether time.h and sys/time.h may both be included... yes
  177. checking execinfo.h usability... yes
  178. checking execinfo.h presence... yes
  179. checking for execinfo.h... yes
  180. checking mcheck.h usability... no
  181. checking mcheck.h presence... no
  182. checking for mcheck.h... no
  183. checking sys/epoll.h usability... no
  184. checking sys/epoll.h presence... no
  185. checking for sys/epoll.h... no
  186. checking sys/inotify.h usability... no
  187. checking sys/inotify.h presence... no
  188. checking for sys/inotify.h... no
  189. checking sys/signalfd.h usability... no
  190. checking sys/signalfd.h presence... no
  191. checking for sys/signalfd.h... no
  192. checking for sys/types.h... (cached) yes
  193. checking sys/param.h usability... yes
  194. checking sys/param.h presence... yes
  195. checking for sys/param.h... yes
  196. checking sys/mman.h usability... yes
  197. checking sys/mman.h presence... yes
  198. checking for sys/mman.h... yes
  199. checking netinet/in.h usability... yes
  200. checking netinet/in.h presence... yes
  201. checking for netinet/in.h... yes
  202. checking for PATH_MAX in limits.h... yes
  203. checking size of wchar_t... 4
  204. checking size of int... 4
  205. checking size of long... 8
  206. checking size of uintptr_t... 8
  207. checking for siginfo_t... yes
  208. checking whether byte ordering is bigendian... no
  209. checking for inline... inline
  210. checking whether the compiler supports -Wall -Wextra -Wpointer-arith -Wno-missing-field-initializers -fvisibility=hidden -fdata-sections -ffunction-sections... yes
  211. checking whether the linker supports -fvisibility=hidden -fdata-sections -ffunction-sections -Wl,--gc-sections -fno-strict-aliasing -Wl,--as-needed -Wl,--no-copy-dt-needed-entries... no
  212. checking whether the linker supports -fvisibility=hidden... yes
  213. checking whether the linker supports -fdata-sections... yes
  214. checking whether the linker supports -ffunction-sections... yes
  215. checking whether the linker supports -Wl,--gc-sections... yes
  216. checking whether the linker supports -fno-strict-aliasing... yes
  217. checking whether the linker supports -Wl,--as-needed... yes
  218. checking whether the linker supports -Wl,--no-copy-dt-needed-entries... no
  219. checking for __attribute__ ((vector))... yes
  220. checking for __forceinline... no
  221. checking for __attribute__ ((__always_inline__))... yes
  222. checking immintrin.h usability... yes
  223. checking immintrin.h presence... yes
  224. checking for immintrin.h... yes
  225. checking whether to build SSE3 code... yes
  226. checking for backtrace... no
  227. checking for backtrace_symbols... no
  228. checking for execvp... yes
  229. checking for fpathconf... yes
  230. checking for fstatat... yes
  231. checking for malloc_usable_size... no
  232. checking for mkdirat... yes
  233. checking for mtrace... no
  234. checking for realpath... yes
  235. checking for strlcpy... yes
  236. checking for geteuid... yes
  237. checking for size_t... yes
  238. checking for working alloca.h... no
  239. checking for alloca... yes
  240. checking for fnmatch... yes
  241. checking for gettimeofday... yes
  242. checking for dirfd... yes
  243. checking for fcntl... yes
  244. configure: Skipping Evil checks (disabled)
  245. configure: Skipping Escape checks (disabled)
  246. checking for shm_open... yes
  247. configure: Start Eina checks
  248. configure: ignoring any EINA_LOG() with level greater than 3
  249. checking for GLIB... yes
  250. checking for sys/mman.h... (cached) yes
  251. checking byteswap.h usability... no
  252. checking byteswap.h presence... no
  253. checking for byteswap.h... no
  254. checking for fchmod... yes
  255. checking for dlopen... yes
  256. checking for dladdr... yes
  257. checking for iconv... yes
  258. checking for shm_open... yes
  259. checking for splice... no
  260. checking for setxattr... no
  261. checking for getpagesize... yes
  262. checking wether to build Eina_Log infrastructure... yes
  263. checking whether imported symbols can be declared weak... yes
  264. checking pthread.h usability... yes
  265. checking pthread.h presence... yes
  266. checking for pthread.h... yes
  267. checking for pthread_kill in -lpthread... yes
  268. checking for pthread_rwlock_t... yes
  269. checking for multithread API to use... posix
  270. checking which threads API is used... POSIX
  271. checking whether to build POSIX threads spinlock code... yes
  272. checking whether to enable chained pool built... yes
  273. checking whether to enable pass through built... yes
  274. checking whether to enable one big built... yes
  275. configure: Finished Eina checks
  276. configure: Start Eet checks
  277. checking for libjpeg... yes
  278. checking for zlib... yes
  279. checking for EET... yes
  280. configure: Finished Eet checks
  281. configure: Start Eo checks
  282. configure: Finished Eo checks
  283. configure: Start Evas checks
  284. checking for dlsym... yes
  285. checking whether to enable OpenGL Cocoa rendering backend... no
  286. checking whether OpenGL Cocoa rendering backend will be built... no
  287. checking whether to enable OpenGL SDL rendering backend... no
  288. checking whether OpenGL SDL rendering backend will be built... no
  289. checking whether to enable Software GDI rendering backend... no
  290. checking whether Software GDI rendering backend will be built... no
  291. checking whether to enable Software DirectDraw rendering backend... no
  292. checking whether Software DirectDraw rendering backend will be built... no
  293. checking whether to enable Wayland Egl rendering backend... no
  294. checking whether Wayland Egl rendering backend will be built... no
  295. checking whether to enable Wayland Shm rendering backend... no
  296. checking whether Wayland Shm rendering backend will be built... no
  297. checking whether to enable Drm rendering backend... no
  298. checking whether Drm rendering backend will be built... no
  299. checking whether to build Software XCB Engine... no
  300. checking whether to enable Software Xlib rendering backend... yes
  301. checking how to find X... use pkg-config
  302. checking for EFL_X11... yes
  303. checking X11/X.h usability... yes
  304. checking X11/X.h presence... yes
  305. checking for X11/X.h... yes
  306. checking for evas_engine_software_xlib... yes
  307. checking for XCreateImage... yes
  308. checking for XShmCreateImage... yes
  309. checking whether Software Xlib rendering backend will be built... yes
  310. checking whether to build Software Xlib Engine... yes
  311. checking whether to build OpenGL XCB Engine... no
  312. checking whether to enable OpenGL XLib rendering backend... yes
  313. checking how to find X... (cached) already found
  314. checking X11/Xlib.h usability... yes
  315. checking X11/Xlib.h presence... yes
  316. checking for X11/Xlib.h... yes
  317. checking X11/Xatom.h usability... yes
  318. checking X11/Xatom.h presence... yes
  319. checking for X11/Xatom.h... yes
  320. checking X11/Xutil.h usability... yes
  321. checking X11/Xutil.h presence... yes
  322. checking for X11/Xutil.h... yes
  323. checking X11/extensions/Xrender.h usability... yes
  324. checking X11/extensions/Xrender.h presence... yes
  325. checking for X11/extensions/Xrender.h... yes
  326. checking X11/Xresource.h usability... yes
  327. checking X11/Xresource.h presence... yes
  328. checking for X11/Xresource.h... yes
  329. checking for evas_engine_gl_xlib... yes
  330. checking for XCreateColormap... yes
  331. checking for XRenderCreatePicture... yes
  332. checking for GL/gl.h... yes
  333. checking whether pthread_create() is supported... yes
  334. checking for glXCreateContext in -lGL... yes
  335. checking whether OpenGL XLib rendering backend will be built... yes
  336. checking whether to build OpenGL Xlib Engine... yes
  337. checking whether to enable BMP image loader... static
  338. checking whether BMP image loader will be built... yes
  339. checking whether to enable Eet image loader... static
  340. checking whether Eet image loader will be built... yes
  341. checking whether to enable Generic image loader... static
  342. checking whether Generic image loader will be built... yes
  343. checking whether to enable Gif image loader... yes
  344. checking gif_lib.h usability... yes
  345. checking gif_lib.h presence... yes
  346. checking for gif_lib.h... yes
  347. checking for DGifOpenFileName in -lgif... yes
  348. checking whether Gif image loader will be built... yes
  349. checking whether to enable ICO image loader... static
  350. checking whether ICO image loader will be built... yes
  351. checking whether to enable JPEG image loader... static
  352. checking jpeglib.h usability... yes
  353. checking jpeglib.h presence... yes
  354. checking for jpeglib.h... yes
  355. checking for jpeg_CreateDecompress in -ljpeg... yes
  356. checking whether JPEG image loader will be built... yes
  357. checking whether to enable JP2K image loader... auto
  358. checking openjpeg.h usability... no
  359. checking openjpeg.h presence... no
  360. checking for openjpeg.h... no
  361. checking whether JP2K image loader will be built... no
  362. checking whether to enable PMAPS image loader... static
  363. checking whether PMAPS image loader will be built... yes
  364. checking whether to enable PNG image loader... static
  365. checking for PNG... yes
  366. checking whether PNG image loader will be built... yes
  367. checking whether to enable PSD image loader... static
  368. checking whether PSD image loader will be built... yes
  369. checking whether to enable Tga image loader... static
  370. checking whether Tga image loader will be built... yes
  371. checking whether to enable Tiff image loader... yes
  372. checking tiffio.h usability... yes
  373. checking tiffio.h presence... yes
  374. checking for tiffio.h... yes
  375. checking for TIFFReadScanline in -ltiff... yes
  376. checking whether Tiff image loader will be built... yes
  377. checking whether to enable WBMP image loader... static
  378. checking whether WBMP image loader will be built... yes
  379. checking whether to enable WEBP image loader... no
  380. checking whether WEBP image loader will be built... no
  381. checking whether to enable XPM image loader... static
  382. checking whether XPM image loader will be built... yes
  383. checking for EVAS... yes
  384. checking size of Eina_Unicode... 0
  385. checking size of FriBidiChar... 4
  386. checking for struct sigaction... yes
  387. checking for siglongjmp... yes
  388. checking for lround in -lm... yes
  389. configure: Finished Evas checks
  390. configure: Start Embryo checks
  391. configure: Finished Embryo checks
  392. configure: Start Ecore checks
  393. checking for GSTREAMER... yes
  394. checking for ECORE... yes
  395. checking for sys/wait.h that is POSIX.1 compatible... yes
  396. checking sys/socket.h usability... yes
  397. checking sys/socket.h presence... yes
  398. checking for sys/socket.h... yes
  399. checking arpa/inet.h usability... yes
  400. checking arpa/inet.h presence... yes
  401. checking for arpa/inet.h... yes
  402. checking langinfo.h usability... yes
  403. checking langinfo.h presence... yes
  404. checking for langinfo.h... yes
  405. checking features.h usability... no
  406. checking features.h presence... no
  407. checking for features.h... no
  408. checking net/if.h usability... no
  409. checking net/if.h presence... yes
  410. configure: WARNING: net/if.h: present but cannot be compiled
  411. configure: WARNING: net/if.h: check for missing prerequisite headers?
  412. configure: WARNING: net/if.h: see the Autoconf documentation
  413. configure: WARNING: net/if.h: section "Present But Cannot Be Compiled"
  414. configure: WARNING: net/if.h: proceeding with the compiler's result
  415. configure: WARNING: ## -------------------------------------------------------- ##
  416. configure: WARNING: ## Report this to [email protected] ##
  417. configure: WARNING: ## -------------------------------------------------------- ##
  418. checking for net/if.h... no
  419. checking for netinet/in.h... (cached) yes
  420. checking netinet/tcp.h usability... yes
  421. checking netinet/tcp.h presence... yes
  422. checking for netinet/tcp.h... yes
  423. checking sys/prctl.h usability... no
  424. checking sys/prctl.h presence... no
  425. checking for sys/prctl.h... no
  426. checking sys/resource.h usability... yes
  427. checking sys/resource.h presence... yes
  428. checking for sys/resource.h... yes
  429. checking sys/timerfd.h usability... no
  430. checking sys/timerfd.h presence... no
  431. checking for sys/timerfd.h... no
  432. checking sys/un.h usability... yes
  433. checking sys/un.h presence... yes
  434. checking for sys/un.h... yes
  435. checking for isfinite... yes
  436. checking for mallinfo... no
  437. checking for timerfd_create... no
  438. checking for clock_gettime... yes
  439. checking for malloc_info... no
  440. checking for ucontext... no
  441. checking for setjmp... yes
  442. configure: Finished Ecore checks
  443. configure: Start Ecore_Con checks
  444. checking for ECORE_CON... yes
  445. checking ws2tcpip.h usability... no
  446. checking ws2tcpip.h presence... no
  447. checking for ws2tcpip.h... no
  448. checking netdb.h usability... yes
  449. checking netdb.h presence... yes
  450. checking for netdb.h... yes
  451. checking for struct ipv6_mreq... yes
  452. configure: Finished Ecore_Con checks
  453. configure: Start Ecore_Ipc checks
  454. checking winsock2.h usability... no
  455. checking winsock2.h presence... no
  456. checking for winsock2.h... no
  457. configure: Finished Ecore_Ipc checks
  458. configure: Start Ecore_File checks
  459. configure: Finished Ecore_File checks
  460. configure: Start Ecore_Input checks
  461. configure: Finished Ecore_Input checks
  462. configure: Start Ecore_Input_Evas checks
  463. configure: Finished Ecore_Input_Evas checks
  464. configure: Skipping Ecore_Cocoa checks (disabled)
  465. configure: Skipping Ecore_FB checks (disabled)
  466. configure: Skipping Ecore_Psl1ght checks (disabled)
  467. configure: Skipping Ecore_SDL checks (disabled)
  468. configure: Skipping Ecore_Wayland checks (disabled)
  469. configure: Start Ecore_Audio checks
  470. checking for ECORE_AUDIO... yes
  471. configure: Finished Ecore_Audio checks
  472. configure: Skipping Ecore_Win32 checks (disabled)
  473. configure: Skipping Ecore_WinCE checks (disabled)
  474. configure: Start Ecore_X checks
  475. checking whether MAXHOSTNAMELEN is declared... no
  476. checking for header that defines MAXHOSTNAMELEN... netdb.h
  477. checking how to find X... (cached) already found
  478. checking for X11/Xlib.h... (cached) yes
  479. checking X11/Xcursor/Xcursor.h usability... yes
  480. checking X11/Xcursor/Xcursor.h presence... yes
  481. checking for X11/Xcursor/Xcursor.h... yes
  482. checking for ECORE_X_XLIB... yes
  483. checking for XOpenDisplay... yes
  484. checking for XcursorImageLoadCursor... yes
  485. checking for X11/extensions/XKB.h... yes
  486. checking for XkbSetDetectableAutoRepeat in -lX11... yes
  487. checking for X11/extensions/Xcomposite.h... yes
  488. checking for XCompositeQueryExtension in -lXcomposite... yes
  489. checking for X11/extensions/Xdamage.h... yes
  490. checking for XDamageSubtract in -lXdamage... yes
  491. checking for X11/extensions/dpms.h... yes
  492. checking for DPMSQueryExtension in -lXext... yes
  493. checking for X11/extensions/Xfixes.h... yes
  494. checking for XFixesExpandRegion in -lXfixes... yes
  495. checking for X11/extensions/Xinerama.h... yes
  496. checking for XineramaQueryScreens in -lXinerama... yes
  497. checking for X11/extensions/Print.h... no
  498. configure: error: Missing X11/extensions/Print.h
  499. $
Advertisement
Add Comment
Please, Sign In to add comment