Guest User

Untitled

a guest
Nov 15th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.98 KB | None | 0 0
  1. dh_auto_configure -- --disable-elementary-test
  2. checking build system type... x86_64-pc-linux-gnu
  3. checking host system type... x86_64-pc-linux-gnu
  4. checking for gcc... gcc
  5. checking whether the C compiler works... yes
  6. checking for C compiler default output file name... a.out
  7. checking for suffix of executables...
  8. checking whether we are cross compiling... no
  9. checking for suffix of object files... o
  10. checking whether we are using the GNU C compiler... yes
  11. checking whether gcc accepts -g... yes
  12. checking for gcc option to accept ISO C89... none needed
  13. checking how to run the C preprocessor... gcc -E
  14. checking for grep that handles long lines and -e... /bin/grep
  15. checking for egrep... /bin/grep -E
  16. checking for ANSI C header files... yes
  17. checking for sys/types.h... yes
  18. checking for sys/stat.h... yes
  19. checking for stdlib.h... yes
  20. checking for string.h... yes
  21. checking for memory.h... yes
  22. checking for strings.h... yes
  23. checking for inttypes.h... yes
  24. checking for stdint.h... yes
  25. checking for unistd.h... yes
  26. checking minix/config.h usability... no
  27. checking minix/config.h presence... no
  28. checking for minix/config.h... no
  29. checking whether it is safe to define __EXTENSIONS__... yes
  30. checking for a BSD-compatible install... /usr/bin/install -c
  31. checking whether build environment is sane... yes
  32. checking for a thread-safe mkdir -p... /bin/mkdir -p
  33. checking for gawk... no
  34. checking for mawk... mawk
  35. checking whether make sets $(MAKE)... yes
  36. checking for style of include used by make... GNU
  37. checking whether make supports nested variables... yes
  38. checking dependency style of gcc... none
  39. checking whether make supports nested variables... (cached) yes
  40. checking for ar... ar
  41. checking the archiver (ar) interface... ar
  42. checking how to print strings... printf
  43. checking for a sed that does not truncate output... /bin/sed
  44. checking for fgrep... /bin/grep -F
  45. checking for ld used by gcc... /usr/bin/ld
  46. checking if the linker (/usr/bin/ld) is GNU ld... yes
  47. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  48. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  49. checking whether ln -s works... yes
  50. checking the maximum length of command line arguments... 1572864
  51. checking whether the shell understands some XSI constructs... yes
  52. checking whether the shell understands "+="... yes
  53. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  54. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  55. checking for /usr/bin/ld option to reload object files... -r
  56. checking for objdump... objdump
  57. checking how to recognize dependent libraries... pass_all
  58. checking for dlltool... no
  59. checking how to associate runtime and link libraries... printf %s\n
  60. checking for archiver @FILE support... @
  61. checking for strip... strip
  62. checking for ranlib... ranlib
  63. checking command to parse /usr/bin/nm -B output from gcc object... ok
  64. checking for sysroot... no
  65. checking for mt... mt
  66. checking if mt is a manifest tool... no
  67. checking for dlfcn.h... yes
  68. checking for objdir... .libs
  69. checking if gcc supports -fno-rtti -fno-exceptions... no
  70. checking for gcc option to produce PIC... -fPIC -DPIC
  71. checking if gcc PIC flag -fPIC -DPIC works... yes
  72. checking if gcc static flag -static works... yes
  73. checking if gcc supports -c -o file.o... yes
  74. checking if gcc supports -c -o file.o... (cached) yes
  75. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  76. checking whether -lc should be explicitly linked in... no
  77. checking dynamic linker characteristics... GNU/Linux ld.so
  78. checking how to hardcode library paths into programs... immediate
  79. checking whether stripping libraries is possible... yes
  80. checking if libtool supports shared libraries... yes
  81. checking whether to build shared libraries... yes
  82. checking whether to build static libraries... no
  83. configure: Initialized elementary (1.12.0) development=10705
  84. configure: ELEMENTARY_BASE_DIR set to .elementary
  85. checking whether examples are built... no
  86. checking whether examples are installed... no
  87. checking for gcc... (cached) gcc
  88. checking whether we are using the GNU C compiler... (cached) yes
  89. checking whether gcc accepts -g... (cached) yes
  90. checking for gcc option to accept ISO C89... (cached) none needed
  91. checking for gcc option to accept ISO C99... -std=gnu99
  92. checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  93. checking for g++... g++
  94. checking whether we are using the GNU C++ compiler... yes
  95. checking whether g++ accepts -g... yes
  96. checking dependency style of g++... none
  97. checking how to run the C++ preprocessor... g++ -E
  98. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  99. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  100. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  101. checking for g++ option to produce PIC... -fPIC -DPIC
  102. checking if g++ PIC flag -fPIC -DPIC works... yes
  103. checking if g++ static flag -static works... yes
  104. checking if g++ supports -c -o file.o... yes
  105. checking if g++ supports -c -o file.o... (cached) yes
  106. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  107. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  108. checking how to hardcode library paths into programs... immediate
  109. checking whether g++ supports C++11 features by default... no
  110. checking whether g++ supports C++11 features with -std=gnu++11... yes
  111. checking for pkg-config... /usr/bin/pkg-config
  112. checking pkg-config is at least version 0.9.0... yes
  113. checking whether NLS is requested... yes
  114. checking for msgfmt... /usr/bin/msgfmt
  115. checking for gmsgfmt... /usr/bin/msgfmt
  116. checking for xgettext... /usr/bin/xgettext
  117. checking for msgmerge... /usr/bin/msgmerge
  118. checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
  119. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  120. checking for shared library run path origin... done
  121. checking for CFPreferencesCopyAppValue... no
  122. checking for CFLocaleCopyCurrent... no
  123. checking for GNU gettext in libc... yes
  124. checking whether to use NLS... yes
  125. checking where the gettext function comes from... libc
  126. checking whether to build documentation... yes
  127. checking for doxygen... no
  128. WARNING:
  129. The doxygen program was not found in your execute path.
  130. You may have doxygen installed somewhere not covered by your path.
  131. If this is the case make sure you have the packages installed, AND
  132. that the doxygen program is in your execute path (see your
  133. shell manual page on setting the $PATH environment variable), OR
  134. alternatively, specify the program to use with --with-doxygen.
  135. configure: eet_eet set to /usr/bin/eet
  136. configure: edje_cc set to /usr/bin/edje_cc
  137. configure: elementary_codegen set to /bin/elementary_codegen
  138. configure: elm_prefs_cc set to /bin/elm_prefs_cc
  139. configure: eolian_gen set to /usr/bin/eolian_gen
  140. configure: eolian_cxx set to /usr/bin/eolian_cxx
  141. checking whether to build elementary_test binary... no
  142. checking whether to build elementary_codegen binary... yes
  143. checking whether to build elm_prefs_cc binary... yes
  144. checking whether to build elementary_config binary... yes
  145. checking whether to enable X backend... auto
  146. checking whether to build X backend... yes
  147. checking whether to enable FB backend... auto
  148. checking whether to build FB backend... yes
  149. checking whether to enable PSL1GHT backend... auto
  150. checking whether to build PSL1GHT backend... no
  151. checking whether to enable SDL backend... auto
  152. checking whether to build SDL backend... no
  153. checking whether to enable Cocoa backend... auto
  154. checking whether to build Cocoa backend... no
  155. checking whether to enable Win32 backend... auto
  156. checking whether to build Win32 backend... no
  157. checking whether to enable Wayland backend... auto
  158. checking whether to build Wayland backend... yes
  159. checking whether to enable DRM backend... auto
  160. checking whether to build DRM backend... yes
  161. checking whether to enable elocation option... auto
  162. checking whether to build elocation option... no
  163. checking whether to enable eweather option... auto
  164. checking whether to build eweather option... no
  165. checking whether to enable emap option... auto
  166. checking whether to build emap option... no
  167. checking which web option to use... ewebkit2
  168. checking whether to build web option... no
  169. checking for ELEMENTARY... yes
  170. checking for ELEMENTARY_PC... yes
  171. checking for dlopen in -ldl... yes
  172. checking for dladdr in -ldl... yes
  173. checking alloca.h usability... yes
  174. checking alloca.h presence... yes
  175. checking for alloca.h... yes
  176. checking libintl.h usability... yes
  177. checking libintl.h presence... yes
  178. checking for libintl.h... yes
  179. checking dirent.h usability... yes
  180. checking dirent.h presence... yes
  181. checking for dirent.h... yes
  182. checking sys/mman.h usability... yes
  183. checking sys/mman.h presence... yes
  184. checking for sys/mman.h... yes
  185. checking locale.h usability... yes
  186. checking locale.h presence... yes
  187. checking for locale.h... yes
  188. checking langinfo.h usability... yes
  189. checking langinfo.h presence... yes
  190. checking for langinfo.h... yes
  191. checking sys/times.h usability... yes
  192. checking sys/times.h presence... yes
  193. checking for sys/times.h... yes
  194. checking whether byte ordering is bigendian... no
  195. checking whether the compiler supports -Wshadow... yes
  196. checking whether the compiler supports -Wall... yes
  197. checking whether the compiler supports -W... yes
  198. checking whether the compiler supports -Wall -Wextra -Wpointer-arith -Wno-missing-field-initializers -fvisibility=hidden -fdata-sections -ffunction-sections... yes
  199. checking for PATH_MAX in limits.h... yes
  200. checking whether the compiler supports -fvisibility=hidden -fdata-sections -ffunction-sections -Wl,--gc-sections -fno-strict-aliasing -Wl,--as-needed -Wl,--no-copy-dt-needed-entries... yes
  201. checking If the compiler as what it takes to do quicklaunch (-pie -rdynamic)... yes
  202. checking for size_t... yes
  203. checking for working alloca.h... yes
  204. checking for alloca... yes
  205. checking for geteuid... yes
  206. checking for getuid... yes
  207. checking for fork... yes
  208. checking for clearenv... yes
  209. checking that generated files are newer than configure... done
  210. configure: creating ./config.status
  211. config.status: creating Makefile
  212. config.status: creating elementary.spec
  213. config.status: creating doc/Makefile
  214. config.status: creating doc/Doxyfile
  215. config.status: creating doc/widgets/Makefile
  216. config.status: creating src/Makefile
  217. config.status: creating src/lib/Makefile
  218. config.status: creating src/lib/Elementary.h
  219. config.status: creating src/lib/elm_intro.h
  220. config.status: creating src/bin/Makefile
  221. config.status: creating src/modules/Makefile
  222. config.status: creating src/modules/prefs/Makefile
  223. config.status: creating src/modules/access_output/Makefile
  224. config.status: creating src/modules/datetime_input_ctxpopup/Makefile
  225. config.status: creating src/modules/test_entry/Makefile
  226. config.status: creating src/modules/test_map/Makefile
  227. config.status: creating src/edje_externals/Makefile
  228. config.status: creating src/examples/Makefile
  229. config.status: creating src/tests/Makefile
  230. config.status: creating src/imported/Makefile
  231. config.status: creating src/imported/atspi/Makefile
  232. config.status: creating data/Makefile
  233. config.status: creating data/themes/Makefile
  234. config.status: creating data/images/Makefile
  235. config.status: creating data/objects/Makefile
  236. config.status: creating data/desktop/Makefile
  237. config.status: creating data/edje_externals/Makefile
  238. config.status: creating config/Makefile
  239. config.status: creating config/default/Makefile
  240. config.status: creating config/default/base.src
  241. config.status: creating config/standard/Makefile
  242. config.status: creating config/standard/base.src
  243. config.status: creating config/mobile/Makefile
  244. config.status: creating config/mobile/base.src
  245. config.status: creating po/Makefile.in
  246. config.status: creating cmakeconfig/ElementaryConfig.cmake
  247. config.status: creating cmakeconfig/ElementaryConfigVersion.cmake
  248. config.status: creating elementary_config.h
  249. config.status: executing depfiles commands
  250. config.status: executing libtool commands
  251. config.status: executing po-directories commands
  252. config.status: creating po/POTFILES
  253. config.status: creating po/Makefile
  254. ------------------------------------------------------------------------
  255. elementary 1.12.0
  256. ------------------------------------------------------------------------
  257. Configuration Options Summary:
  258. Engines:
  259. X11....................: yes
  260. Framebuffer............: yes
  261. DRM....................: yes
  262. PSL1GHT................: no
  263. SDL....................: no
  264. Cocoa..................: no
  265. Windows XP.............: no
  266. Wayland................: yes
  267. Features:
  268. EWeather...............: no
  269. EMap...................: no
  270. Web (WebKit)...........: no
  271. Quick Launch...........: yes
  272. Elocation..............: no
  273. eet......................: /usr/bin/eet
  274. edje_cc..................: /usr/bin/edje_cc
  275. elementary_codegen.......: /bin/elementary_codegen
  276. elm_prefs_cc.............: /bin/elm_prefs_cc
  277. eolian_gen...............: /usr/bin/eolian_gen
  278. eolian_cxx...............: /usr/bin/eolian_cxx
  279. Build elementary_test....: no
  280. Build elementary_codegen.: yes
  281. Build elm_prefs_cc.......: yes
  282. Examples.................: no
  283. Examples installed.......: no
  284. Build elementary_config..: yes
  285. Enable debug.............: no
  286. Enable C++...............: no
  287. Compilation................: make (or gmake)
  288. CPPFLAGS.................: -D_FORTIFY_SOURCE=2
  289. CFLAGS...................: -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wshadow -Wall -W -Wall -Wextra -Wpointer-arith -Wno-missing-field-initializers -fvisibility=hidden -fdata-sections -ffunction-sections -fpie
  290. LDFLAGS..................: -Wl,-Bsymbolic-functions -Wl,-z,relro -fvisibility=hidden -fdata-sections -ffunction-sections -Wl,--gc-sections -fno-strict-aliasing -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -pie -rdynamic
  291. Tests......................: no
  292. Docs.......................: no (doxygen not found)
  293. Installation...............: make install (as root if needed, with 'su' or 'sudo')
  294. prefix...................: /usr
  295. make[1]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  296. dh_auto_build
  297. make[1]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  298. make all-recursive
  299. make[2]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  300. Making all in src
  301. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src'
  302. Making all in lib
  303. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/lib'
  304. EOLIAN elm_access.eo.c
  305. EOLIAN elm_actionslider.eo.c
  306. EOLIAN elm_app_client.eo.c
  307. EOLIAN elm_app_client_view.eo.c
  308. EOLIAN elm_app_server.eo.c
  309. EOLIAN elm_app_server_view.eo.c
  310. EOLIAN elm_atspi_app_object.eo.c
  311. EOLIAN elm_bg.eo.c
  312. EOLIAN elm_box.eo.c
  313. EOLIAN elm_bubble.eo.c
  314. EOLIAN elm_button.eo.c
  315. EOLIAN elm_calendar.eo.c
  316. EOLIAN elm_check.eo.c
  317. EOLIAN elm_clock.eo.c
  318. EOLIAN elm_colorselector.eo.c
  319. EOLIAN elm_conformant.eo.c
  320. EOLIAN elm_container.eo.c
  321. EOLIAN elm_ctxpopup.eo.c
  322. EOLIAN elm_datetime.eo.c
  323. EOLIAN elm_dayselector.eo.c
  324. EOLIAN elm_diskselector.eo.c
  325. EOLIAN elm_entry.eo.c
  326. EOLIAN elm_fileselector.eo.c
  327. EOLIAN elm_fileselector_button.eo.c
  328. EOLIAN elm_fileselector_entry.eo.c
  329. EOLIAN elm_flip.eo.c
  330. EOLIAN elm_flipselector.eo.c
  331. EOLIAN elm_frame.eo.c
  332. EOLIAN elm_gengrid.eo.c
  333. EOLIAN elm_gengrid_pan.eo.c
  334. EOLIAN elm_genlist.eo.c
  335. EOLIAN elm_genlist_pan.eo.c
  336. EOLIAN elm_gesture_layer.eo.c
  337. EOLIAN elm_glview.eo.c
  338. EOLIAN elm_grid.eo.c
  339. EOLIAN elm_hover.eo.c
  340. EOLIAN elm_hoversel.eo.c
  341. EOLIAN elm_icon.eo.c
  342. EOLIAN elm_image.eo.c
  343. EOLIAN elm_index.eo.c
  344. EOLIAN elm_interface_atspi_accessible.eo.c
  345. EOLIAN elm_interface_atspi_action.eo.c
  346. EOLIAN elm_interface_atspi_component.eo.c
  347. EOLIAN elm_interface_atspi_editable_text.eo.c
  348. EOLIAN elm_interface_atspi_image.eo.c
  349. EOLIAN elm_interface_atspi_selection.eo.c
  350. EOLIAN elm_interface_atspi_text.eo.c
  351. EOLIAN elm_interface_atspi_value.eo.c
  352. EOLIAN elm_interface_atspi_widget.eo.c
  353. EOLIAN elm_interface_atspi_widget_action.eo.c
  354. EOLIAN elm_interface_atspi_window.eo.c
  355. EOLIAN elm_interface_fileselector.eo.c
  356. EOLIAN elm_interface_scrollable.eo.c
  357. EOLIAN elm_inwin.eo.c
  358. EOLIAN elm_label.eo.c
  359. EOLIAN elm_layout.eo.c
  360. EOLIAN elm_list.eo.c
  361. EOLIAN elm_map.eo.c
  362. EOLIAN elm_map_pan.eo.c
  363. EOLIAN elm_mapbuf.eo.c
  364. EOLIAN elm_menu.eo.c
  365. EOLIAN elm_multibuttonentry.eo.c
  366. EOLIAN elm_naviframe.eo.c
  367. EOLIAN elm_notify.eo.c
  368. EOLIAN elm_pan.eo.c
  369. EOLIAN elm_panel.eo.c
  370. EOLIAN elm_panes.eo.c
  371. EOLIAN elm_photo.eo.c
  372. EOLIAN elm_photocam.eo.c
  373. EOLIAN elm_photocam_pan.eo.c
  374. EOLIAN elm_player.eo.c
  375. EOLIAN elm_plug.eo.c
  376. EOLIAN elm_popup.eo.c
  377. EOLIAN elm_prefs.eo.c
  378. EOLIAN elm_progressbar.eo.c
  379. EOLIAN elm_radio.eo.c
  380. EOLIAN elm_route.eo.c
  381. EOLIAN elm_scroller.eo.c
  382. EOLIAN elm_segment_control.eo.c
  383. EOLIAN elm_separator.eo.c
  384. EOLIAN elm_slider.eo.c
  385. EOLIAN elm_slideshow.eo.c
  386. EOLIAN elm_spinner.eo.c
  387. EOLIAN elm_systray.eo.c
  388. EOLIAN elm_table.eo.c
  389. EOLIAN elm_thumb.eo.c
  390. EOLIAN elm_toolbar.eo.c
  391. EOLIAN elm_video.eo.c
  392. EOLIAN elm_web.eo.c
  393. EOLIAN elm_widget.eo.c
  394. EOLIAN elm_win.eo.c
  395. EOLIAN elm_access.eo.h
  396. EOLIAN elm_actionslider.eo.h
  397. EOLIAN elm_app_client.eo.h
  398. EOLIAN elm_app_client_view.eo.h
  399. EOLIAN elm_app_server.eo.h
  400. EOLIAN elm_app_server_view.eo.h
  401. EOLIAN elm_atspi_app_object.eo.h
  402. EOLIAN elm_bg.eo.h
  403. EOLIAN elm_box.eo.h
  404. EOLIAN elm_bubble.eo.h
  405. EOLIAN elm_button.eo.h
  406. EOLIAN elm_calendar.eo.h
  407. EOLIAN elm_check.eo.h
  408. EOLIAN elm_clock.eo.h
  409. EOLIAN elm_colorselector.eo.h
  410. EOLIAN elm_conformant.eo.h
  411. EOLIAN elm_container.eo.h
  412. EOLIAN elm_ctxpopup.eo.h
  413. EOLIAN elm_datetime.eo.h
  414. EOLIAN elm_dayselector.eo.h
  415. EOLIAN elm_diskselector.eo.h
  416. EOLIAN elm_entry.eo.h
  417. EOLIAN elm_fileselector.eo.h
  418. EOLIAN elm_fileselector_button.eo.h
  419. EOLIAN elm_fileselector_entry.eo.h
  420. EOLIAN elm_flip.eo.h
  421. EOLIAN elm_flipselector.eo.h
  422. EOLIAN elm_frame.eo.h
  423. EOLIAN elm_gengrid.eo.h
  424. EOLIAN elm_gengrid_pan.eo.h
  425. EOLIAN elm_genlist.eo.h
  426. EOLIAN elm_genlist_pan.eo.h
  427. EOLIAN elm_gesture_layer.eo.h
  428. EOLIAN elm_glview.eo.h
  429. EOLIAN elm_grid.eo.h
  430. EOLIAN elm_hover.eo.h
  431. EOLIAN elm_hoversel.eo.h
  432. EOLIAN elm_icon.eo.h
  433. EOLIAN elm_image.eo.h
  434. EOLIAN elm_index.eo.h
  435. EOLIAN elm_interface_atspi_accessible.eo.h
  436. EOLIAN elm_interface_atspi_action.eo.h
  437. EOLIAN elm_interface_atspi_component.eo.h
  438. EOLIAN elm_interface_atspi_editable_text.eo.h
  439. EOLIAN elm_interface_atspi_image.eo.h
  440. EOLIAN elm_interface_atspi_selection.eo.h
  441. EOLIAN elm_interface_atspi_text.eo.h
  442. EOLIAN elm_interface_atspi_value.eo.h
  443. EOLIAN elm_interface_atspi_widget.eo.h
  444. EOLIAN elm_interface_atspi_widget_action.eo.h
  445. EOLIAN elm_interface_atspi_window.eo.h
  446. EOLIAN elm_interface_fileselector.eo.h
  447. EOLIAN elm_interface_scrollable.eo.h
  448. EOLIAN elm_inwin.eo.h
  449. EOLIAN elm_label.eo.h
  450. EOLIAN elm_layout.eo.h
  451. EOLIAN elm_list.eo.h
  452. EOLIAN elm_map.eo.h
  453. EOLIAN elm_map_pan.eo.h
  454. EOLIAN elm_mapbuf.eo.h
  455. EOLIAN elm_menu.eo.h
  456. EOLIAN elm_multibuttonentry.eo.h
  457. EOLIAN elm_naviframe.eo.h
  458. EOLIAN elm_notify.eo.h
  459. EOLIAN elm_pan.eo.h
  460. EOLIAN elm_panel.eo.h
  461. EOLIAN elm_panes.eo.h
  462. EOLIAN elm_photo.eo.h
  463. EOLIAN elm_photocam.eo.h
  464. EOLIAN elm_photocam_pan.eo.h
  465. EOLIAN elm_player.eo.h
  466. EOLIAN elm_plug.eo.h
  467. EOLIAN elm_popup.eo.h
  468. EOLIAN elm_prefs.eo.h
  469. EOLIAN elm_progressbar.eo.h
  470. EOLIAN elm_radio.eo.h
  471. EOLIAN elm_route.eo.h
  472. EOLIAN elm_scroller.eo.h
  473. EOLIAN elm_segment_control.eo.h
  474. EOLIAN elm_separator.eo.h
  475. EOLIAN elm_slider.eo.h
  476. EOLIAN elm_slideshow.eo.h
  477. EOLIAN elm_spinner.eo.h
  478. EOLIAN elm_systray.eo.h
  479. EOLIAN elm_table.eo.h
  480. EOLIAN elm_thumb.eo.h
  481. EOLIAN elm_toolbar.eo.h
  482. EOLIAN elm_video.eo.h
  483. EOLIAN elm_web.eo.h
  484. EOLIAN elm_widget.eo.h
  485. EOLIAN elm_win.eo.h
  486. EOLIAN elm_access.eo.legacy.h
  487. EOLIAN elm_actionslider.eo.legacy.h
  488. EOLIAN elm_app_client.eo.legacy.h
  489. EOLIAN elm_app_client_view.eo.legacy.h
  490. EOLIAN elm_app_server.eo.legacy.h
  491. EOLIAN elm_app_server_view.eo.legacy.h
  492. EOLIAN elm_atspi_app_object.eo.legacy.h
  493. EOLIAN elm_bg.eo.legacy.h
  494. EOLIAN elm_box.eo.legacy.h
  495. EOLIAN elm_bubble.eo.legacy.h
  496. EOLIAN elm_button.eo.legacy.h
  497. EOLIAN elm_calendar.eo.legacy.h
  498. EOLIAN elm_check.eo.legacy.h
  499. EOLIAN elm_clock.eo.legacy.h
  500. EOLIAN elm_colorselector.eo.legacy.h
  501. EOLIAN elm_conformant.eo.legacy.h
  502. EOLIAN elm_container.eo.legacy.h
  503. EOLIAN elm_ctxpopup.eo.legacy.h
  504. EOLIAN elm_datetime.eo.legacy.h
  505. EOLIAN elm_dayselector.eo.legacy.h
  506. EOLIAN elm_diskselector.eo.legacy.h
  507. EOLIAN elm_entry.eo.legacy.h
  508. EOLIAN elm_fileselector.eo.legacy.h
  509. EOLIAN elm_fileselector_button.eo.legacy.h
  510. EOLIAN elm_fileselector_entry.eo.legacy.h
  511. EOLIAN elm_flip.eo.legacy.h
  512. EOLIAN elm_flipselector.eo.legacy.h
  513. EOLIAN elm_frame.eo.legacy.h
  514. EOLIAN elm_gengrid.eo.legacy.h
  515. EOLIAN elm_gengrid_pan.eo.legacy.h
  516. EOLIAN elm_genlist.eo.legacy.h
  517. EOLIAN elm_genlist_pan.eo.legacy.h
  518. EOLIAN elm_gesture_layer.eo.legacy.h
  519. EOLIAN elm_glview.eo.legacy.h
  520. EOLIAN elm_grid.eo.legacy.h
  521. EOLIAN elm_hover.eo.legacy.h
  522. EOLIAN elm_hoversel.eo.legacy.h
  523. EOLIAN elm_icon.eo.legacy.h
  524. EOLIAN elm_image.eo.legacy.h
  525. EOLIAN elm_index.eo.legacy.h
  526. EOLIAN elm_interface_atspi_accessible.eo.legacy.h
  527. EOLIAN elm_interface_atspi_action.eo.legacy.h
  528. EOLIAN elm_interface_atspi_component.eo.legacy.h
  529. EOLIAN elm_interface_atspi_editable_text.eo.legacy.h
  530. EOLIAN elm_interface_atspi_image.eo.legacy.h
  531. EOLIAN elm_interface_atspi_selection.eo.legacy.h
  532. EOLIAN elm_interface_atspi_text.eo.legacy.h
  533. EOLIAN elm_interface_atspi_value.eo.legacy.h
  534. EOLIAN elm_interface_atspi_widget.eo.legacy.h
  535. EOLIAN elm_interface_atspi_widget_action.eo.legacy.h
  536. EOLIAN elm_interface_atspi_window.eo.legacy.h
  537. EOLIAN elm_interface_fileselector.eo.legacy.h
  538. EOLIAN elm_interface_scrollable.eo.legacy.h
  539. EOLIAN elm_inwin.eo.legacy.h
  540. EOLIAN elm_label.eo.legacy.h
  541. EOLIAN elm_layout.eo.legacy.h
  542. EOLIAN elm_list.eo.legacy.h
  543. EOLIAN elm_map.eo.legacy.h
  544. EOLIAN elm_map_pan.eo.legacy.h
  545. EOLIAN elm_mapbuf.eo.legacy.h
  546. EOLIAN elm_menu.eo.legacy.h
  547. EOLIAN elm_multibuttonentry.eo.legacy.h
  548. EOLIAN elm_naviframe.eo.legacy.h
  549. EOLIAN elm_notify.eo.legacy.h
  550. EOLIAN elm_pan.eo.legacy.h
  551. EOLIAN elm_panel.eo.legacy.h
  552. EOLIAN elm_panes.eo.legacy.h
  553. EOLIAN elm_photo.eo.legacy.h
  554. EOLIAN elm_photocam.eo.legacy.h
  555. EOLIAN elm_photocam_pan.eo.legacy.h
  556. EOLIAN elm_player.eo.legacy.h
  557. EOLIAN elm_plug.eo.legacy.h
  558. EOLIAN elm_popup.eo.legacy.h
  559. EOLIAN elm_prefs.eo.legacy.h
  560. EOLIAN elm_progressbar.eo.legacy.h
  561. EOLIAN elm_radio.eo.legacy.h
  562. EOLIAN elm_route.eo.legacy.h
  563. EOLIAN elm_scroller.eo.legacy.h
  564. EOLIAN elm_segment_control.eo.legacy.h
  565. EOLIAN elm_separator.eo.legacy.h
  566. EOLIAN elm_slider.eo.legacy.h
  567. EOLIAN elm_slideshow.eo.legacy.h
  568. EOLIAN elm_spinner.eo.legacy.h
  569. EOLIAN elm_systray.eo.legacy.h
  570. EOLIAN elm_table.eo.legacy.h
  571. EOLIAN elm_thumb.eo.legacy.h
  572. EOLIAN elm_toolbar.eo.legacy.h
  573. EOLIAN elm_video.eo.legacy.h
  574. EOLIAN elm_web.eo.legacy.h
  575. EOLIAN elm_widget.eo.legacy.h
  576. EOLIAN elm_win.eo.legacy.h
  577. make all-am
  578. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/lib'
  579. CC libelementary_la-elc_ctxpopup.lo
  580. CC libelementary_la-elc_fileselector.lo
  581. CC libelementary_la-elc_fileselector_button.lo
  582. CC libelementary_la-elc_fileselector_entry.lo
  583. CC libelementary_la-elc_hoversel.lo
  584. CC libelementary_la-elc_multibuttonentry.lo
  585. CC libelementary_la-elc_naviframe.lo
  586. CC libelementary_la-elc_player.lo
  587. CC libelementary_la-elc_popup.lo
  588. CC libelementary_la-elc_scrolled_entry.lo
  589. CC libelementary_la-elm_access.lo
  590. CC libelementary_la-elm_actionslider.lo
  591. CC libelementary_la-elm_app_common.lo
  592. CC libelementary_la-elm_app_server_eet.lo
  593. CC libelementary_la-elm_app_server.lo
  594. CC libelementary_la-elm_app_server_view.lo
  595. CC libelementary_la-elm_app_client.lo
  596. CC libelementary_la-elm_app_client_view.lo
  597. CC libelementary_la-elm_atspi_app_object.lo
  598. CC libelementary_la-elm_atspi_bridge.lo
  599. CC libelementary_la-elm_bg.lo
  600. CC libelementary_la-elm_box.lo
  601. CC libelementary_la-elm_bubble.lo
  602. CC libelementary_la-elm_button.lo
  603. CC libelementary_la-elm_calendar.lo
  604. CC libelementary_la-elm_check.lo
  605. CC libelementary_la-elm_clock.lo
  606. CC libelementary_la-elm_cnp.lo
  607. CC libelementary_la-elm_colorselector.lo
  608. CC libelementary_la-elm_config.lo
  609. CC libelementary_la-elm_conform.lo
  610. CC libelementary_la-elm_container.lo
  611. CC libelementary_la-elm_datetime.lo
  612. CC libelementary_la-elm_dayselector.lo
  613. CC libelementary_la-elm_dbus_menu.lo
  614. CC libelementary_la-elm_diskselector.lo
  615. CC libelementary_la-elm_entry.lo
  616. CC libelementary_la-elm_flip.lo
  617. CC libelementary_la-elm_flipselector.lo
  618. CC libelementary_la-elm_font.lo
  619. CC libelementary_la-elm_frame.lo
  620. CC libelementary_la-elm_gengrid.lo
  621. CC libelementary_la-elm_genlist.lo
  622. CC libelementary_la-elm_gesture_layer.lo
  623. CC libelementary_la-elm_gesture_layer_extra_gestures.lo
  624. CC libelementary_la-elm_glview.lo
  625. CC libelementary_la-elm_grid.lo
  626. CC libelementary_la-elm_hover.lo
  627. CC libelementary_la-elm_icon.lo
  628. CC libelementary_la-elm_image.lo
  629. CC libelementary_la-elm_index.lo
  630. CC libelementary_la-elm_interface_atspi_accessible.lo
  631. CC libelementary_la-elm_interface_atspi_action.lo
  632. CC libelementary_la-elm_interface_atspi_component.lo
  633. CC libelementary_la-elm_interface_atspi_editable_text.lo
  634. CC libelementary_la-elm_interface_atspi_image.lo
  635. CC libelementary_la-elm_interface_atspi_selection.lo
  636. CC libelementary_la-elm_interface_atspi_text.lo
  637. CC libelementary_la-elm_interface_atspi_value.lo
  638. CC libelementary_la-elm_interface_atspi_widget.lo
  639. CC libelementary_la-elm_interface_atspi_widget_action.lo
  640. CC libelementary_la-elm_interface_atspi_window.lo
  641. CC libelementary_la-elm_interface_fileselector.lo
  642. CC libelementary_la-elm_interface_scrollable.lo
  643. CC libelementary_la-elm_inwin.lo
  644. CC libelementary_la-elm_label.lo
  645. CC libelementary_la-elm_layout.lo
  646. CC libelementary_la-elm_list.lo
  647. CC libelementary_la-elm_main.lo
  648. CC libelementary_la-elm_map.lo
  649. CC libelementary_la-elm_mapbuf.lo
  650. CC libelementary_la-elm_menu.lo
  651. CC libelementary_la-elm_module.lo
  652. CC libelementary_la-elm_notify.lo
  653. CC libelementary_la-elm_panel.lo
  654. CC libelementary_la-elm_panes.lo
  655. CC libelementary_la-elm_photo.lo
  656. CC libelementary_la-elm_photocam.lo
  657. CC libelementary_la-elm_plug.lo
  658. CC libelementary_la-elm_prefs.lo
  659. CC libelementary_la-elm_prefs_data.lo
  660. CC libelementary_la-elm_progressbar.lo
  661. CC libelementary_la-elm_radio.lo
  662. CC libelementary_la-elm_route.lo
  663. CC libelementary_la-elm_scroller.lo
  664. CC libelementary_la-elm_segment_control.lo
  665. CC libelementary_la-elm_separator.lo
  666. CC libelementary_la-elm_slider.lo
  667. CC libelementary_la-elm_slideshow.lo
  668. CC libelementary_la-elm_spinner.lo
  669. CC libelementary_la-elm_store.lo
  670. CC libelementary_la-elm_systray.lo
  671. CC libelementary_la-elm_systray_watcher.lo
  672. CC libelementary_la-elm_sys_notify.lo
  673. CC libelementary_la-elm_table.lo
  674. CC libelementary_la-elm_theme.lo
  675. CC libelementary_la-elm_thumb.lo
  676. CC libelementary_la-elm_toolbar.lo
  677. CC libelementary_la-elm_transit.lo
  678. CC libelementary_la-elm_util.lo
  679. CC libelementary_la-elm_url.lo
  680. CC libelementary_la-elm_video.lo
  681. CC libelementary_la-elm_web2.lo
  682. CC libelementary_la-elm_widget.lo
  683. CC libelementary_la-elm_win.lo
  684. CC libelementary_la-els_box.lo
  685. CC libelementary_la-els_cursor.lo
  686. CC libelementary_la-els_tooltip.lo
  687. CC libelementary_la-elu_ews_wm.lo
  688. CCLD libelementary.la
  689. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/lib'
  690. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/lib'
  691. Making all in bin
  692. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/bin'
  693. CC config.o
  694. CCLD elementary_config
  695. CC elementary_codegen.o
  696. CCLD elementary_codegen
  697. CC elm_prefs_cc.o
  698. CC elm_prefs_cc_mem.o
  699. CC elm_prefs_cc_out.o
  700. CC elm_prefs_cc_parse.o
  701. CC elm_prefs_cc_handlers.o
  702. CCLD elm_prefs_cc
  703. CC quicklaunch.o
  704. CCLD elementary_quicklaunch
  705. CC run.o
  706. CCLD elementary_run
  707. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/bin'
  708. Making all in imported
  709. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported'
  710. Making all in atspi
  711. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported/atspi'
  712. make[5]: Nothing to be done for 'all'.
  713. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported/atspi'
  714. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported'
  715. make[5]: Nothing to be done for 'all-am'.
  716. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported'
  717. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported'
  718. Making all in modules
  719. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules'
  720. Making all in prefs
  721. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/prefs'
  722. CC module_la-prefs_iface.lo
  723. CC module_la-elm_button.lo
  724. CC module_la-elm_check.lo
  725. CC module_la-elm_datetime.lo
  726. CC module_la-elm_entry.lo
  727. CC module_la-elm_label.lo
  728. CC module_la-elm_separator.lo
  729. CC module_la-elm_slider.lo
  730. CC module_la-elm_spinner.lo
  731. CC module_la-elm_swallow.lo
  732. CC module_la-elm_vertical_box.lo
  733. CC module_la-elm_horizontal_box.lo
  734. CC module_la-elm_vertical_frame.lo
  735. CC module_la-elm_horizontal_frame.lo
  736. CCLD module.la
  737. EDJ elm_prefs_swallow.edj
  738. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/prefs'
  739. Making all in test_entry
  740. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/test_entry'
  741. CC module_la-mod.lo
  742. CCLD module.la
  743. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/test_entry'
  744. Making all in test_map
  745. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/test_map'
  746. CC module_la-mod.lo
  747. CCLD module.la
  748. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/test_map'
  749. Making all in access_output
  750. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/access_output'
  751. CC module_la-mod.lo
  752. CCLD module.la
  753. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/access_output'
  754. Making all in datetime_input_ctxpopup
  755. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/datetime_input_ctxpopup'
  756. CC module_la-datetime_input_ctxpopup.lo
  757. CCLD module.la
  758. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/datetime_input_ctxpopup'
  759. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules'
  760. make[5]: Nothing to be done for 'all-am'.
  761. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules'
  762. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules'
  763. Making all in edje_externals
  764. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/edje_externals'
  765. CC elm.lo
  766. CC elm_actionslider.lo
  767. CC elm_bg.lo
  768. CC elm_bubble.lo
  769. CC elm_button.lo
  770. CC elm_calendar.lo
  771. CC elm_check.lo
  772. CC elm_clock.lo
  773. CC elm_entry.lo
  774. CC elm_fileselector.lo
  775. CC elm_fileselector_button.lo
  776. CC elm_fileselector_entry.lo
  777. CC elm_frame.lo
  778. CC elm_gengrid.lo
  779. CC elm_genlist.lo
  780. CC elm_hoversel.lo
  781. CC elm_icon.lo
  782. CC elm_index.lo
  783. CC elm_label.lo
  784. CC elm_list.lo
  785. CC elm_map.lo
  786. CC elm_multibuttonentry.lo
  787. CC elm_naviframe.lo
  788. CC elm_notify.lo
  789. CC elm_panes.lo
  790. CC elm_photocam.lo
  791. CC elm_progressbar.lo
  792. CC elm_radio.lo
  793. CC elm_scroller.lo
  794. CC elm_segment_control.lo
  795. CC elm_slider.lo
  796. CC elm_slideshow.lo
  797. CC elm_spinner.lo
  798. CC elm_thumb.lo
  799. CC elm_toolbar.lo
  800. CC elm_video.lo
  801. CC elm_web.lo
  802. CCLD module.la
  803. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/edje_externals'
  804. Making all in examples
  805. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/examples'
  806. make all-am
  807. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/examples'
  808. make[5]: Nothing to be done for 'all-am'.
  809. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/examples'
  810. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/examples'
  811. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src'
  812. make[4]: Nothing to be done for 'all-am'.
  813. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src'
  814. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src'
  815. Making all in data
  816. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data'
  817. Making all in themes
  818. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/themes'
  819. EDJ default.edj
  820. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/themes'
  821. Making all in images
  822. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/images'
  823. make[4]: Nothing to be done for 'all'.
  824. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/images'
  825. Making all in objects
  826. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/objects'
  827. EDJ test.edj
  828. EDJ test_external.edj
  829. EDJ multip.edj
  830. EDJ cursors.edj
  831. EDJ font_preview.edj
  832. EDJ postit_ent.edj
  833. EDJ multibuttonentry.edj
  834. EDJ test_prefs.edj
  835. EPB test_prefs.epb
  836. EDJ test_focus_style.edj
  837. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/objects'
  838. Making all in desktop
  839. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/desktop'
  840. make[4]: Nothing to be done for 'all'.
  841. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/desktop'
  842. Making all in edje_externals
  843. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/edje_externals'
  844. EDJ icons.edj
  845. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/edje_externals'
  846. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data'
  847. make[4]: Nothing to be done for 'all-am'.
  848. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data'
  849. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data'
  850. Making all in config
  851. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config'
  852. Making all in default
  853. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/default'
  854. /usr/bin/eet -e \
  855. ../../config/default/base.cfg config \
  856. base.src 1
  857. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/default'
  858. Making all in standard
  859. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/standard'
  860. /usr/bin/eet -e \
  861. ../../config/standard/base.cfg config \
  862. base.src 1
  863. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/standard'
  864. Making all in mobile
  865. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/mobile'
  866. /usr/bin/eet -e \
  867. ../../config/mobile/base.cfg config \
  868. base.src 1
  869. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/mobile'
  870. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config'
  871. /usr/bin/eet -i \
  872. ../config/profile.cfg config \
  873. profile.src 0
  874. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config'
  875. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config'
  876. Making all in doc
  877. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc'
  878. Making all in widgets
  879. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc/widgets'
  880. make[4]: Nothing to be done for 'all'.
  881. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc/widgets'
  882. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc'
  883. make[4]: Nothing to be done for 'all-am'.
  884. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc'
  885. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc'
  886. Making all in po
  887. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/po'
  888. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/po'
  889. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  890. PC elementary.pc
  891. PC elementary-cxx.pc
  892. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  893. make[2]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  894. make[1]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  895. dh_auto_test
  896. make[1]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  897. Making check in src
  898. make[2]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src'
  899. Making check in lib
  900. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/lib'
  901. make check-am
  902. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/lib'
  903. make[4]: Nothing to be done for 'check-am'.
  904. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/lib'
  905. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/lib'
  906. Making check in bin
  907. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/bin'
  908. make[3]: Nothing to be done for 'check'.
  909. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/bin'
  910. Making check in imported
  911. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported'
  912. Making check in atspi
  913. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported/atspi'
  914. make[4]: Nothing to be done for 'check'.
  915. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported/atspi'
  916. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported'
  917. make[4]: Nothing to be done for 'check-am'.
  918. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported'
  919. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported'
  920. Making check in modules
  921. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules'
  922. Making check in prefs
  923. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/prefs'
  924. make[4]: Nothing to be done for 'check'.
  925. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/prefs'
  926. Making check in test_entry
  927. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/test_entry'
  928. make[4]: Nothing to be done for 'check'.
  929. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/test_entry'
  930. Making check in test_map
  931. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/test_map'
  932. make[4]: Nothing to be done for 'check'.
  933. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/test_map'
  934. Making check in access_output
  935. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/access_output'
  936. make[4]: Nothing to be done for 'check'.
  937. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/access_output'
  938. Making check in datetime_input_ctxpopup
  939. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/datetime_input_ctxpopup'
  940. make[4]: Nothing to be done for 'check'.
  941. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/datetime_input_ctxpopup'
  942. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules'
  943. make[4]: Nothing to be done for 'check-am'.
  944. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules'
  945. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules'
  946. Making check in edje_externals
  947. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/edje_externals'
  948. make[3]: Nothing to be done for 'check'.
  949. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/edje_externals'
  950. Making check in examples
  951. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/examples'
  952. make check-am
  953. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/examples'
  954. make[4]: Nothing to be done for 'check-am'.
  955. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/examples'
  956. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/examples'
  957. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src'
  958. make[3]: Nothing to be done for 'check-am'.
  959. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src'
  960. make[2]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src'
  961. Making check in data
  962. make[2]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data'
  963. Making check in themes
  964. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/themes'
  965. make[3]: Nothing to be done for 'check'.
  966. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/themes'
  967. Making check in images
  968. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/images'
  969. make[3]: Nothing to be done for 'check'.
  970. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/images'
  971. Making check in objects
  972. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/objects'
  973. make[3]: Nothing to be done for 'check'.
  974. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/objects'
  975. Making check in desktop
  976. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/desktop'
  977. make[3]: Nothing to be done for 'check'.
  978. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/desktop'
  979. Making check in edje_externals
  980. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/edje_externals'
  981. make[3]: Nothing to be done for 'check'.
  982. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/edje_externals'
  983. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data'
  984. make[3]: Nothing to be done for 'check-am'.
  985. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data'
  986. make[2]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data'
  987. Making check in config
  988. make[2]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config'
  989. Making check in default
  990. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/default'
  991. make[3]: Nothing to be done for 'check'.
  992. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/default'
  993. Making check in standard
  994. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/standard'
  995. make[3]: Nothing to be done for 'check'.
  996. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/standard'
  997. Making check in mobile
  998. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/mobile'
  999. make[3]: Nothing to be done for 'check'.
  1000. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/mobile'
  1001. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config'
  1002. make[3]: Nothing to be done for 'check-am'.
  1003. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config'
  1004. make[2]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config'
  1005. Making check in doc
  1006. make[2]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc'
  1007. Making check in widgets
  1008. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc/widgets'
  1009. make[3]: Nothing to be done for 'check'.
  1010. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc/widgets'
  1011. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc'
  1012. make[3]: Nothing to be done for 'check-am'.
  1013. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc'
  1014. make[2]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc'
  1015. Making check in po
  1016. make[2]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/po'
  1017. make[2]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/po'
  1018. make[2]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  1019. make[2]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  1020. make[1]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
Advertisement
Add Comment
Please, Sign In to add comment