Guest User

Untitled

a guest
May 21st, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 43.15 KB | None | 0 0
  1. conta@pc-s2xzgfd9qtj3drhcl9geanbrv47cmfm:~$ python netinstall
  2. *** You must be a root to run this tool. Since some packages depends on each other
  3. *** they must be system wide installed. On other hand, if you are not sure what this script
  4. *** can do, you can always check it's source code or directly ask developers.
  5. ***
  6. *** If you would like to run this script anyway, use '--no-root-check' flag, but this
  7. *** will probably result with failed build.
  8. ***
  9. *** NOTE: always download this script from http://equinox-project.org, NOT from ANY other site.
  10. conta@pc-s2xzgfd9qtj3drhcl9geanbrv47cmfm:~$ su
  11. Password:
  12. root@pc-s2xzgfd9qtj3drhcl9geanbrv47cmfm:/home/conta# python netinstall
  13. * Downloading edelib-2.0.tar.gz...
  14.  [100% of 742.2 kB]
  15. * Downloading ede-2.0.tar.gz...
  16.  [100% of 12.2 MB]
  17. * Extracting edelib-2.0.tar.gz...
  18. * Compiling edelib...
  19. configure: WARNING: you should use --build, --host, --target
  20. checking for None-gcc... no
  21. checking for gcc... gcc
  22. checking whether the C compiler works... yes
  23. checking for C compiler default output file name... a.out
  24. checking for suffix of executables...
  25. checking whether we are cross compiling... no
  26. checking for suffix of object files... o
  27. checking whether we are using the GNU C compiler... yes
  28. checking whether gcc accepts -g... yes
  29. checking for gcc option to accept ISO C89... none needed
  30. checking for None-g++... no
  31. checking for None-c++... no
  32. checking for None-gpp... no
  33. checking for None-aCC... no
  34. checking for None-CC... no
  35. checking for None-cxx... no
  36. checking for None-cc++... no
  37. checking for None-cl.exe... no
  38. checking for None-FCC... no
  39. checking for None-KCC... no
  40. checking for None-RCC... no
  41. checking for None-xlC_r... no
  42. checking for None-xlC... no
  43. checking for g++... g++
  44. checking whether we are using the GNU C++ compiler... yes
  45. checking whether g++ accepts -g... yes
  46. checking whether ln -s works... yes
  47. checking for sed... /bin/sed
  48. checking for msgfmt... /usr/bin/msgfmt
  49. checking for xgettext... /usr/bin/xgettext
  50. checking for doxygen... /usr/bin/doxygen
  51. checking for jam... no
  52. configure: error: Jam is missing! You can download it from our repository
  53. *** configure failed, reciving '256' from the shell. There should be some output, right :-)
  54.  
  55.  
  56. jam install ;]
  57.  
  58.  
  59. root@pc-s2xzgfd9qtj3drhcl9geanbrv47cmfm:/home/conta# python netinstall
  60. * Extracting edelib-2.0.tar.gz...
  61. * Compiling edelib...
  62. configure: WARNING: you should use --build, --host, --target
  63. checking for None-gcc... no
  64. checking for gcc... gcc
  65. checking whether the C compiler works... yes
  66. checking for C compiler default output file name... a.out
  67. checking for suffix of executables...
  68. checking whether we are cross compiling... no
  69. checking for suffix of object files... o
  70. checking whether we are using the GNU C compiler... yes
  71. checking whether gcc accepts -g... yes
  72. checking for gcc option to accept ISO C89... none needed
  73. checking for None-g++... no
  74. checking for None-c++... no
  75. checking for None-gpp... no
  76. checking for None-aCC... no
  77. checking for None-CC... no
  78. checking for None-cxx... no
  79. checking for None-cc++... no
  80. checking for None-cl.exe... no
  81. checking for None-FCC... no
  82. checking for None-KCC... no
  83. checking for None-RCC... no
  84. checking for None-xlC_r... no
  85. checking for None-xlC... no
  86. checking for g++... g++
  87. checking whether we are using the GNU C++ compiler... yes
  88. checking whether g++ accepts -g... yes
  89. checking whether ln -s works... yes
  90. checking for sed... /bin/sed
  91. checking for msgfmt... /usr/bin/msgfmt
  92. checking for xgettext... /usr/bin/xgettext
  93. checking for doxygen... /usr/bin/doxygen
  94. checking for jam... /usr/bin/jam
  95. checking for jam version... 2.5  (ok)
  96. checking if your jam is broken... it is fine
  97. checking for compiler vendor... gcc
  98. checking how to run the C preprocessor... gcc -E
  99. checking for grep that handles long lines and -e... /bin/grep
  100. checking for egrep... /bin/grep -E
  101. checking for ANSI C header files... yes
  102. checking for sys/types.h... yes
  103. checking for sys/stat.h... yes
  104. checking for stdlib.h... yes
  105. checking for string.h... yes
  106. checking for memory.h... yes
  107. checking for strings.h... yes
  108. checking for inttypes.h... yes
  109. checking for stdint.h... yes
  110. checking for unistd.h... yes
  111. checking for string.h... (cached) yes
  112. checking for snprintf... yes
  113. checking for vsnprintf... yes
  114. checking for unsetenv... yes
  115. checking for grantpt... yes
  116. checking for ptsname... yes
  117. checking for unlockpt... yes
  118. checking for _getpty... no
  119. checking pty.h usability... yes
  120. checking pty.h presence... yes
  121. checking for pty.h... yes
  122. checking libutil.h usability... no
  123. checking libutil.h presence... no
  124. checking for libutil.h... no
  125. checking util.h usability... no
  126. checking util.h presence... no
  127. checking for util.h... no
  128. checking for mmap... yes
  129. checking for ISO cpp varargs... yes
  130. checking for gmtime_r... yes
  131. checking for localtime_r... yes
  132. checking for settimeofday... yes
  133. checking for stime... yes
  134. checking for daylight variable... yes
  135. checking for X... libraries , headers
  136. checking for gethostbyname... yes
  137. checking for connect... yes
  138. checking for remove... yes
  139. checking for shmat... yes
  140. checking for IceConnectionNumber in -lICE... yes
  141. checking for fltk-config... /usr/bin/fltk-config
  142. checking for FLTK version >= 1.1.7... yes
  143. checking for XFT support in FLTK... yes
  144. checking for libXpm... no
  145. checking for inotify presence... yes
  146. checking whether NLS is requested... yes
  147. checking locale.h usability... yes
  148. checking locale.h presence... yes
  149. checking for locale.h... yes
  150. checking for textdomain... yes
  151. checking for bindtextdomain... yes
  152. checking for setlocale... yes
  153. checking for XDG MIME database... yes
  154. checking for pkg-config... /usr/bin/pkg-config
  155. checking for dbus-1 >= 1.0... yes
  156. checking DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  
  157. checking DBUS_LIBS...   -ldbus-1  
  158. checking for dbus_watch_get_unix_fd()... yes
  159. configure: creating ./config.status
  160. config.status: creating edelib/Version.h
  161. config.status: creating doc/Doxyfile
  162. config.status: creating Jamconfig
  163. config.status: creating edelib.pc
  164. config.status: creating edelib-gui.pc
  165. config.status: creating edelib-gui-no-images.pc
  166. config.status: creating edelib-dbus.pc
  167. config.status: creating po/update-messages.sh
  168. config.status: creating edelib/_conf.h
  169. config.status: executing outfile commands
  170.  
  171. Now run 'jam' or 'jam help' to see further options.
  172.  
  173. ...found 694 target(s)...
  174. ...updating 148 target(s)...
  175. Cc src/Missing.o
  176. Cc src/Debug.o
  177. C++ src/Scheme.o
  178. C++ src/Color.o
  179. C++ src/ColorDb.o
  180. C++ src/Config.o
  181. C++ src/DateTime.o
  182. C++ src/DesktopFile.o
  183. C++ src/Directory.o
  184. C++ src/File.o
  185. C++ src/FileTest.o
  186. C++ src/IconTheme.o
  187. C++ src/Listener.o
  188. C++ src/MimeType.o
  189. C++ src/Nls.o
  190. C++ src/Pty.o
  191. C++ src/PtyProcess.o
  192. Cc src/pcre/pcre.o
  193. C++ src/Regex.o
  194. C++ src/Resource.o
  195. C++ src/Run.o
  196. C++ src/Sipc.o
  197. C++ src/StrUtil.o
  198. C++ src/String.o
  199. C++ src/TempFile.o
  200. C++ src/TiXml.o
  201. C++ src/TiXmlParser.o
  202. Cc src/ts/scheme.o
  203. src/ts/scheme.c: In function ‘alloc_cellseg’:
  204. src/ts/scheme.c:587:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  205. Cc src/ts/utf8.o
  206. C++ src/Util.o
  207. Cc src/xdgmime/xdgmime.o
  208. Cc src/xdgmime/xdgmimealias.o
  209. Cc src/xdgmime/xdgmimecache.o
  210. Cc src/xdgmime/xdgmimeglob.o
  211. Cc src/xdgmime/xdgmimeicon.o
  212. Cc src/xdgmime/xdgmimeint.o
  213. Cc src/xdgmime/xdgmimemagic.o
  214. Cc src/xdgmime/xdgmimeparent.o
  215. Archive lib/libedelib.a
  216. ar: creating lib/libedelib.a
  217. Ranlib lib/libedelib.a
  218. C++ src/AnimateBox.o
  219. C++ src/DirWatch.o
  220. C++ src/Ede.o
  221. C++ src/ExpandableGroup.o
  222. C++ src/FontCache.o
  223. C++ src/FontChooser.o
  224. C++ src/ForeignCallback.o
  225. C++ src/IconChooser.o
  226. C++ src/IconLoader.o
  227. C++ src/MenuBar.o
  228. C++ src/MenuBase.o
  229. C++ src/MenuButton.o
  230. C++ src/MenuItem.o
  231. C++ src/Menu_add.o
  232. C++ src/Menu_global.o
  233. C++ src/MessageBox.o
  234. C++ src/Netwm.o
  235. C++ src/SchemeEditor.o
  236. C++ src/SevenSeg.o
  237. C++ src/TableBase.o
  238. Cc src/sdbm/sdbm.o
  239. Cc src/sdbm/sdbm_hash.o
  240. Cc src/sdbm/sdbm_pair.o
  241. C++ src/Theme.o
  242. C++ src/ThemeLoader.o
  243. C++ src/Window.o
  244. C++ src/WindowUtils.o
  245. C++ src/XSettingsClient.o
  246. C++ src/XSettingsCommon.o
  247. C++ src/XSettingsManager.o
  248. Archive lib/libedelib_gui.a
  249. ar: creating lib/libedelib_gui.a
  250. Ranlib lib/libedelib_gui.a
  251. C++ src/EdbusConnection.o
  252. C++ src/EdbusData.o
  253. C++ src/EdbusDict.o
  254. C++ src/EdbusError.o
  255. C++ src/EdbusList.o
  256. C++ src/EdbusMessage.o
  257. C++ src/EdbusObjectPath.o
  258. Archive lib/libedelib_dbus.a
  259. ar: creating lib/libedelib_dbus.a
  260. Ranlib lib/libedelib_dbus.a
  261. C++ test/UnitTest.o
  262. C++ test/utest.o
  263. C++ test/util.o
  264. C++ test/missing.o
  265. C++ test/strutil.o
  266. C++ test/file.o
  267. C++ test/file_test.o
  268. C++ test/directory.o
  269. C++ test/datetime.o
  270. C++ test/conf.o
  271. C++ test/resource.o
  272. C++ test/desktopfile.o
  273. C++ test/string.o
  274. C++ test/list.o
  275. C++ test/regex.o
  276. C++ test/color.o
  277. C++ test/colordb.o
  278. C++ test/xml.o
  279. C++ test/mime.o
  280. C++ test/temp_file.o
  281. C++ test/functional.o
  282. ...on 100th target...
  283. C++ test/run.o
  284. C++ test/run_tests.o
  285. C++ test/dbus.o
  286. C++ test/xsettings.o
  287. C++ test/theme.o
  288. Link test/run_tests
  289. Chmod1 test/run_tests
  290. C++ test/xdg/icon-theme.o
  291. Link test/xdg/icon-theme
  292. Chmod1 test/xdg/icon-theme
  293. C++ examples/egroup.o
  294. Link examples/egroup
  295. Chmod1 examples/egroup
  296. C++ examples/egroup2.o
  297. Link examples/egroup2
  298. Chmod1 examples/egroup2
  299. C++ examples/icon_chooser.o
  300. Link examples/icon_chooser
  301. Chmod1 examples/icon_chooser
  302. C++ examples/font_chooser.o
  303. Link examples/font_chooser
  304. Chmod1 examples/font_chooser
  305. C++ examples/sevenseg.o
  306. Link examples/sevenseg
  307. Chmod1 examples/sevenseg
  308. C++ examples/dirwatch.o
  309. Link examples/dirwatch
  310. Chmod1 examples/dirwatch
  311. C++ examples/list_view.o
  312. Link examples/list_view
  313. Chmod1 examples/list_view
  314. C++ examples/xsettings_setter.o
  315. Link examples/xsettings_setter
  316. Chmod1 examples/xsettings_setter
  317. C++ examples/xsettings_client.o
  318. Link examples/xsettings_client
  319. Chmod1 examples/xsettings_client
  320. C++ examples/menu.o
  321. Link examples/menu
  322. Chmod1 examples/menu
  323. C++ examples/theme.o
  324. Link examples/theme
  325. Chmod1 examples/theme
  326. C++ examples/animate.o
  327. Link examples/animate
  328. Chmod1 examples/animate
  329. C++ examples/script_editor.o
  330. Link examples/script_editor
  331. Chmod1 examples/script_editor
  332. C++ examples/elinks.o
  333. Link examples/elinks
  334. Chmod1 examples/elinks
  335. C++ examples/efile.o
  336. Link examples/efile
  337. Chmod1 examples/efile
  338. C++ examples/sipc_client.o
  339. Link examples/sipc_client
  340. Chmod1 examples/sipc_client
  341. C++ examples/sipc_server.o
  342. Link examples/sipc_server
  343. Chmod1 examples/sipc_server
  344. C++ tools/edelib-script/edelib-script.o
  345. Link tools/edelib-script/edelib-script
  346. Chmod1 tools/edelib-script/edelib-script
  347. C++ tools/edelib-dbus-introspect/edelib-dbus-introspect.o
  348. Link tools/edelib-dbus-introspect/edelib-dbus-introspect
  349. Chmod1 tools/edelib-dbus-introspect/edelib-dbus-introspect
  350. C++ tools/edelib-update-font-cache/edelib-update-font-cache.o
  351. Link tools/edelib-update-font-cache/edelib-update-font-cache
  352. Chmod1 tools/edelib-update-font-cache/edelib-update-font-cache
  353. MakeApiDocumentation1 doc/html
  354. /home/conta/build/edelib-2.0/edelib/Debug.h:56: warning: documentation for unknown define E_LOG_DOMAIN found.
  355.  
  356. /home/conta/build/edelib-2.0/edelib/edelib-global.h:34: warning: documentation for unknown define EDELIB_NS found.
  357.  
  358. ...updated 148 target(s)...
  359. ...found 55 target(s)...
  360. ...updating 26 target(s)...
  361. Install1 /usr/local/include/edelib
  362. MkDir1 /usr/local/lib/pkgconfig
  363. Install1 /usr/local/lib/pkgconfig/edelib.pc
  364. Chmod1 /usr/local/lib/pkgconfig/edelib.pc
  365. Install1 /usr/local/lib/pkgconfig/edelib-gui.pc
  366. Chmod1 /usr/local/lib/pkgconfig/edelib-gui.pc
  367. Install1 /usr/local/lib/pkgconfig/edelib-gui-no-images.pc
  368. Chmod1 /usr/local/lib/pkgconfig/edelib-gui-no-images.pc
  369. Install1 /usr/local/lib/pkgconfig/edelib-dbus.pc
  370. Chmod1 /usr/local/lib/pkgconfig/edelib-dbus.pc
  371. Install1 /usr/local/lib/libedelib.a
  372. Chmod1 /usr/local/lib/libedelib.a
  373. Install1 /usr/local/lib/libedelib_gui.a
  374. Chmod1 /usr/local/lib/libedelib_gui.a
  375. Install1 /usr/local/lib/libedelib_dbus.a
  376. Chmod1 /usr/local/lib/libedelib_dbus.a
  377. MkDir1 /usr/local/lib/edelib
  378. MkDir1 /usr/local/lib/edelib/sslib
  379. Install1 /usr/local/lib/edelib/sslib/init.ss
  380. Chmod1 /usr/local/lib/edelib/sslib/init.ss
  381. Install1 /usr/local/lib/edelib/sslib/init-2.ss
  382. Chmod1 /usr/local/lib/edelib/sslib/init-2.ss
  383. Install1 /usr/local/lib/edelib/sslib/theme.ss
  384. Chmod1 /usr/local/lib/edelib/sslib/theme.ss
  385. MkDir1 /usr/local/share/doc
  386. MkDir1 /usr/local/share/doc/edelib-2.0.0
  387. Install1 /usr/local/share/doc/edelib-2.0.0/README
  388. Chmod1 /usr/local/share/doc/edelib-2.0.0/README
  389. Install1 /usr/local/share/doc/edelib-2.0.0/INSTALL
  390. Chmod1 /usr/local/share/doc/edelib-2.0.0/INSTALL
  391. Install1 /usr/local/share/doc/edelib-2.0.0/COPYING
  392. Chmod1 /usr/local/share/doc/edelib-2.0.0/COPYING
  393. Install1 /usr/local/share/doc/edelib-2.0.0/html
  394. Install1 /usr/local/bin/edelib-catchsegv
  395. Install1 /usr/local/bin/edelib-mk-indextheme
  396. Install1 /usr/local/bin/edelib-convert-icontheme
  397. Install1 /usr/local/bin/edelib-script
  398. Install1 /usr/local/bin/edelib-dbus-introspect
  399. Install1 /usr/local/bin/edelib-update-font-cache
  400. ...updated 26 target(s)...
  401. * Extracting ede-2.0.tar.gz...
  402. * Compiling ede...
  403. configure: WARNING: you should use --build, --host, --target
  404. checking for None-g++... no
  405. checking for None-c++... no
  406. checking for None-gpp... no
  407. checking for None-aCC... no
  408. checking for None-CC... no
  409. checking for None-cxx... no
  410. checking for None-cc++... no
  411. checking for None-cl.exe... no
  412. checking for None-FCC... no
  413. checking for None-KCC... no
  414. checking for None-RCC... no
  415. checking for None-xlC_r... no
  416. checking for None-xlC... no
  417. checking for g++... g++
  418. checking whether the C++ compiler works... yes
  419. checking for C++ compiler default output file name... a.out
  420. checking for suffix of executables...
  421. checking whether we are cross compiling... no
  422. checking for suffix of object files... o
  423. checking whether we are using the GNU C++ compiler... yes
  424. checking whether g++ accepts -g... yes
  425. checking for None-gcc... no
  426. checking for gcc... gcc
  427. checking whether we are using the GNU C compiler... yes
  428. checking whether gcc accepts -g... yes
  429. checking for gcc option to accept ISO C89... none needed
  430. checking how to run the C preprocessor... gcc -E
  431. checking for jam... /usr/bin/jam
  432. checking for jam version... 2.5  (ok)
  433. checking if your jam is broken... it is fine
  434. checking for msgfmt... /usr/bin/msgfmt
  435. checking for xgettext... /usr/bin/xgettext
  436. checking for gdb... no
  437. checking for python... /usr/bin/python
  438. checking for X... libraries , headers
  439. checking for gethostbyname... yes
  440. checking for connect... yes
  441. checking for remove... yes
  442. checking for shmat... yes
  443. checking for IceConnectionNumber in -lICE... yes
  444. checking for grep that handles long lines and -e... /bin/grep
  445. checking for egrep... /bin/grep -E
  446. checking for ANSI C header files... yes
  447. checking for sys/types.h... yes
  448. checking for sys/stat.h... yes
  449. checking for stdlib.h... yes
  450. checking for string.h... yes
  451. checking for memory.h... yes
  452. checking for strings.h... yes
  453. checking for inttypes.h... yes
  454. checking for stdint.h... yes
  455. checking for unistd.h... yes
  456. checking X11/extensions/shape.h usability... yes
  457. checking X11/extensions/shape.h presence... yes
  458. checking for X11/extensions/shape.h... yes
  459. checking for XShapeInputSelected in -lXext... yes
  460. checking for pkg-config... /usr/bin/pkg-config
  461. checking for xcomposite... yes
  462. checking COMPOSITE_CFLAGS...  
  463. checking COMPOSITE_LIBS...   -lXcomposite -lXdamage -lXfixes -lXext  
  464. checking for hal... checking for libstartup-notification-1.0... no
  465. checking for edelib... yes
  466. checking EDELIB_CFLAGS... -I/usr/local/include  
  467. checking EDELIB_LIBS... -L/usr/local/lib   -ledelib  
  468. checking for edelib-gui... yes
  469. checking EDELIB_GUI_CFLAGS... -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include -I/usr/include/freetype2  
  470. checking EDELIB_GUI_LIBS... -L/usr/local/lib   -ledelib_gui -lfltk_images -lfltk -ledelib  
  471. checking for edelib-gui-no-images... yes
  472. checking EDELIB_GUI_NO_IMAGES_CFLAGS... -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include -I/usr/include/freetype2  
  473. checking EDELIB_GUI_NO_IMAGES_LIBS... -L/usr/local/lib   -ledelib_gui -lfltk -ledelib  
  474. checking for edelib-dbus... yes
  475. checking EDELIB_DBUS_CFLAGS... -I/usr/local/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  
  476. checking EDELIB_DBUS_LIBS... -L/usr/local/lib   -ledelib_dbus -ledelib -ldbus-1  
  477. checking for fltk-config... /usr/bin/fltk-config
  478. checking for FLTK version >= 1.1.7... yes
  479. checking for libXpm... no
  480. checking for statfs... yes
  481. checking for curl-config... /usr/bin/curl-config
  482. checking for the pthreads library -lpthreads... no
  483. checking whether pthreads work without any flags... no
  484. checking whether pthreads work with -Kthread... no
  485. checking whether pthreads work with -kthread... no
  486. checking for the pthreads library -llthread... no
  487. checking whether pthreads work with -pthread... yes
  488. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  489. checking if more special flags are required for pthreads... no
  490. checking for XKB extension files... no
  491. checking whether va_list is an array... yes
  492. checking how to run the C++ preprocessor... g++ -E
  493. checking for iconvctl... no
  494. checking whether to build support for the Xinerama extension... checking for XineramaQueryScreens in -lXinerama... yes
  495. checking whether to support Xft fonts... checking for xft >= 2.0.0... configure: WARNING: Couldn't find Xft >= 2.0.0
  496. checking wheter to build support for the XRANDR extension... checking for xrandr >= 1.2.0... yes
  497. checking xrandr_CFLAGS...  
  498. checking xrandr_LIBS...   -lXrandr  
  499. checking for ANSI C header files... (cached) yes
  500. checking limits usability... yes
  501. checking limits presence... yes
  502. checking for limits... yes
  503. checking slist usability... no
  504. checking slist presence... no
  505. checking for slist... no
  506. checking ext/slist usability... yes
  507. checking ext/slist presence... yes
  508. checking for ext/slist... yes
  509. checking for setenv... yes
  510. checking for unsetenv... yes
  511. checking for swprintf... yes
  512. checking for timersub in time.h... yes
  513. checking wheter to build support XPM images... checking for XpmReadFileToPixmap in -lXpm... no
  514. checking for jpeg_read_header in -ljpeg... yes
  515. checking for jpeglib.h... yes
  516. checking for libpng12 >= 1.2.0... yes
  517. checking libpng12_CFLAGS... -I/usr/include/libpng12  
  518. checking libpng12_LIBS...   -lpng12  
  519. configure: creating ./config.status
  520. config.status: creating Jamconfig
  521. config.status: creating tools/l10n-prepare.sh
  522. config.status: creating data/startede
  523. config.status: creating data/ede.desktop
  524. config.status: creating doc/index.txt
  525. config.status: creating services/org.equinoxproject.Launch.service
  526. config.status: creating config.h
  527. ...patience...
  528. ...found 1026 target(s)...
  529. ...updating 247 target(s)...
  530. Cc ede-bug-tools/ede-bug-report/double.o
  531. Cc ede-bug-tools/ede-bug-report/parse_value.o
  532. Cc ede-bug-tools/ede-bug-report/resource.o
  533. Cc ede-bug-tools/ede-bug-report/trace.o
  534. Cc ede-bug-tools/ede-bug-report/version.o
  535. Cc ede-bug-tools/ede-bug-report/xmlrpc_data.o
  536. Cc ede-bug-tools/ede-bug-report/xmlrpc_datetime.o
  537. Cc ede-bug-tools/ede-bug-report/xmlrpc_string.o
  538. Cc ede-bug-tools/ede-bug-report/xmlrpc_array.o
  539. Cc ede-bug-tools/ede-bug-report/xmlrpc_struct.o
  540. Cc ede-bug-tools/ede-bug-report/xmlrpc_build.o
  541. Cc ede-bug-tools/ede-bug-report/xmlrpc_decompose.o
  542. Cc ede-bug-tools/ede-bug-report/xmlrpc_parse.o
  543. Cc ede-bug-tools/ede-bug-report/xmlrpc_serialize.o
  544. Cc ede-bug-tools/ede-bug-report/xmlrpc_base64.o
  545. Cc ede-bug-tools/ede-bug-report/xmlrpc_authcookie.o
  546. Cc ede-bug-tools/ede-bug-report/xmlrpc_client.o
  547. Cc ede-bug-tools/ede-bug-report/xmlrpc_client_global.o
  548. Cc ede-bug-tools/ede-bug-report/xmlrpc_expat.o
  549. Cc ede-bug-tools/ede-bug-report/xmlrpc_server_info.o
  550. Archive ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libxmlrpc_local.a
  551. ar: creating ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libxmlrpc_local.a
  552. Ranlib ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libxmlrpc_local.a
  553. Cc ede-bug-tools/ede-bug-report/casprintf.o
  554. Cc ede-bug-tools/ede-bug-report/cmdline_parser.o
  555. Cc ede-bug-tools/ede-bug-report/getoptx.o
  556. Cc ede-bug-tools/ede-bug-report/string_parser.o
  557. Cc ede-bug-tools/ede-bug-report/stripcaseeq.o
  558. Archive ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libxmlrpc_obj_local.a
  559. ar: creating ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libxmlrpc_obj_local.a
  560. Ranlib ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libxmlrpc_obj_local.a
  561. Cc ede-bug-tools/ede-bug-report/asprintf.o
  562. Cc ede-bug-tools/ede-bug-report/error.o
  563. ede-bug-tools/ede-bug-report/xmlrpc-c/deps/libutil/error.c: In function ‘xmlrpc_set_fault_formatted_v’:
  564. ede-bug-tools/ede-bug-report/xmlrpc-c/deps/libutil/error.c:93:5: warning: passing argument 3 of ‘xmlrpc_vasprintf’ discards ‘const’ qualifier from pointer target type [enabled by default]
  565. In file included from ede-bug-tools/ede-bug-report/xmlrpc-c/deps/libutil/error.c:11:0:
  566. ede-bug-tools/ede-bug-report/xmlrpc-c/include/xmlrpc-c/string_int.h:19:1: note: expected ‘struct __va_list_tag *’ but argument is of type ‘const struct __va_list_tag *
  567. Cc ede-bug-tools/ede-bug-report/make_printable.o
  568. Cc ede-bug-tools/ede-bug-report/memblock.o
  569. Cc ede-bug-tools/ede-bug-report/select.o
  570. Cc ede-bug-tools/ede-bug-report/sleep.o
  571. Cc ede-bug-tools/ede-bug-report/time.o
  572. Cc ede-bug-tools/ede-bug-report/utf8.o
  573. Archive ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libxmlrpc_util_local.a
  574. ar: creating ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libxmlrpc_util_local.a
  575. Ranlib ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libxmlrpc_util_local.a
  576. Cc ede-bug-tools/ede-bug-report/xmlparse.o
  577. Archive ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libxmlparse_local.a
  578. ar: creating ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libxmlparse_local.a
  579. Ranlib ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libxmlparse_local.a
  580. Cc ede-bug-tools/ede-bug-report/xmltok.o
  581. Cc ede-bug-tools/ede-bug-report/xmlrole.o
  582. Archive ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libxmltok_local.a
  583. ar: creating ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libxmltok_local.a
  584. Ranlib ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libxmltok_local.a
  585. Cc ede-bug-tools/ede-bug-report/xmlrpc_curl_transport.o
  586. Cc ede-bug-tools/ede-bug-report/curltransaction.o
  587. Cc ede-bug-tools/ede-bug-report/curlmulti.o
  588. Cc ede-bug-tools/ede-bug-report/lock_pthread.o
  589. Archive ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libcurl_transport_local.a
  590. ar: creating ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libcurl_transport_local.a
  591. Ranlib ede-bug-tools/ede-bug-report/xmlrpc-c/lib/libcurl_transport_local.a
  592. C++ ede-panel/applets/start-menu/XdgMenuReader.o
  593. C++ ede-panel/applets/start-menu/DesktopEntry.o
  594. C++ ede-panel/applets/start-menu/MenuRules.o
  595. Archive ede-panel/applets/start-menu/libmenu.a
  596. ar: creating ede-panel/applets/start-menu/libmenu.a
  597. Ranlib ede-panel/applets/start-menu/libmenu.a
  598. C++ ede-about/ede-about.o
  599. Link ede-about/ede-about
  600. Chmod1 ede-about/ede-about
  601. C++ ede-autostart/ede-autostart.o
  602. Link ede-autostart/ede-autostart
  603. Chmod1 ede-autostart/ede-autostart
  604. C++ ede-bell-conf/ede-bell-conf.o
  605. Link ede-bell-conf/ede-bell-conf
  606. Chmod1 ede-bell-conf/ede-bell-conf
  607. C++ ede-bug-tools/ede-bug-report/ede-bug-report.o
  608. C++ ede-bug-tools/ede-bug-report/Bugzilla.o
  609. C++ ede-bug-tools/ede-bug-report/BugzillaSender.o
  610. C++ ede-bug-tools/ede-bug-report/PulseProgress.o
  611. Link ede-bug-tools/ede-bug-report/ede-bug-report
  612. Chmod1 ede-bug-tools/ede-bug-report/ede-bug-report
  613. C++ ede-bug-tools/ede-crasher/ede-crasher.o
  614. C++ ede-bug-tools/ede-crasher/GdbOutput.o
  615. C++ ede-bug-tools/ede-crasher/CrashDialog.o
  616. Link ede-bug-tools/ede-crasher/ede-crasher
  617. Chmod1 ede-bug-tools/ede-crasher/ede-crasher
  618. C++ ede-calc/SciCalc.o
  619. C++ ede-calc/Main.o
  620. Link ede-calc/ede-calc
  621. Chmod1 ede-calc/ede-calc
  622. C++ ede-conf/ede-conf.o
  623. Link ede-conf/ede-conf
  624. Chmod1 ede-conf/ede-conf
  625. C++ ede-desktop/ede-desktop.o
  626. C++ ede-desktop/Utils.o
  627. C++ ede-desktop/Wallpaper.o
  628. C++ ede-desktop/DesktopIcon.o
  629. C++ ede-desktop/MovableIcon.o
  630. C++ ede-desktop/IconDialog.o
  631. Link ede-desktop/ede-desktop
  632. Chmod1 ede-desktop/ede-desktop
  633. C++ ede-desktop-conf/ede-desktop-conf.o
  634. Link ede-desktop-conf/ede-desktop-conf
  635. Chmod1 ede-desktop-conf/ede-desktop-conf
  636. C++ ede-dialog/ede-dialog.o
  637. Link ede-dialog/ede-dialog
  638. Chmod1 ede-dialog/ede-dialog
  639. C++ ede-keyboard-conf/ede-keyboard-conf.o
  640. Link ede-keyboard-conf/ede-keyboard-conf
  641. Chmod1 ede-keyboard-conf/ede-keyboard-conf
  642. C++ ede-notify-daemon/ede-notify-daemon.o
  643. C++ ede-notify-daemon/NotifyWindow.o
  644. Link ede-notify-daemon/ede-notify-daemon
  645. Chmod1 ede-notify-daemon/ede-notify-daemon
  646. C++ ede-screensaver-conf/ede-screensaver-conf.o
  647. C++ ede-screensaver-conf/XScreenSaver.o
  648. Link ede-screensaver-conf/ede-screensaver-conf
  649. Chmod1 ede-screensaver-conf/ede-screensaver-conf
  650. C++ ede-image-view/ede-image-view.o
  651. Link ede-image-view/ede-image-view
  652. Chmod1 ede-image-view/ede-image-view
  653. C++ ede-launch/ede-launch.o
  654. C++ ede-launch/StartupNotify.o
  655. Link ede-launch/ede-launch
  656. Chmod1 ede-launch/ede-launch
  657. C++ emountd/emountd.o
  658. emountd/emountd.cpp: In function ‘int main(int, char**)’:
  659. emountd/emountd.cpp:313:6: warning: variable ‘go_daemon’ set but not used [-Wunused-but-set-variable]
  660. Link emountd/emountd
  661. Chmod1 emountd/emountd
  662. C++ ede-timedate/ede-timedate.o
  663. C++ ede-timedate/EDE_Calendar.o
  664. Link ede-timedate/ede-timedate
  665. Chmod1 ede-timedate/ede-timedate
  666. ...on 100th target...
  667. C++ ede-tip/Fortune.o
  668. C++ ede-tip/ede-tip.o
  669. Link ede-tip/ede-tip
  670. Chmod1 ede-tip/ede-tip
  671. Cc ede-tip/ede-tip-compiler.o
  672. Link ede-tip/ede-tip-compiler
  673. Chmod1 ede-tip/ede-tip-compiler
  674. C++ ede-preferred-applications/ede-preferred-applications.o
  675. C++ ede-preferred-applications/AppChoice.o
  676. Link ede-preferred-applications/ede-preferred-applications
  677. Chmod1 ede-preferred-applications/ede-preferred-applications
  678. C++ evoke/evoke.o
  679. C++ evoke/EvokeService.o
  680. C++ evoke/Splash.o
  681. C++ evoke/Xsm.o
  682. C++ evoke/Logout.o
  683. C++ evoke/Xshutdown.o
  684. Link evoke/evoke
  685. Chmod1 evoke/evoke
  686. C++ evoke/ede-shutdown.o
  687. Link evoke/ede-shutdown
  688. Chmod1 evoke/ede-shutdown
  689. C++ ede-panel/Panel.o
  690. C++ ede-panel/AppletManager.o
  691. C++ ede-panel/ede-panel.o
  692. Link ede-panel/ede-panel
  693. Chmod1 ede-panel/ede-panel
  694. C++ ede-panel/applets/clock/Clock.o
  695. Link ede-panel/applets/clock/clock.so
  696. /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start':
  697. (.text+0x20): undefined reference to `main'
  698. collect2: error: ld returned 1 exit status
  699.  
  700. gcc -shared -rdynamic -o ede-panel/applets/clock/clock.so  ede-panel/applets/clock/Clock.o  -L/usr/local/lib -ledelib -L/usr/local/lib -ledelib_gui -lfltk_images -lfltk -ledelib -L/usr/lib/x86_64-linux-gnu -fPIE -pie -Wl,-z,relro -Wl,-z,now -lfltk_images -lfltk -lstdc++
  701.  
  702. ...failed Link ede-panel/applets/clock/clock.so ...
  703. C++ ede-panel/applets/cpu-monitor/CpuMonitor.o
  704. Link ede-panel/applets/cpu-monitor/cpu_monitor.so
  705. /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start':
  706. (.text+0x20): undefined reference to `main'
  707. collect2: error: ld returned 1 exit status
  708.  
  709. gcc -shared -rdynamic -o ede-panel/applets/cpu-monitor/cpu_monitor.so  ede-panel/applets/cpu-monitor/CpuMonitor.o  -L/usr/local/lib -ledelib -L/usr/local/lib -ledelib_gui -lfltk_images -lfltk -ledelib -L/usr/lib/x86_64-linux-gnu -fPIE -pie -Wl,-z,relro -Wl,-z,now -lfltk_images -lfltk -lstdc++
  710.  
  711. ...failed Link ede-panel/applets/cpu-monitor/cpu_monitor.so ...
  712. C++ ede-panel/applets/hider/Hider.o
  713. Link ede-panel/applets/hider/hider.so
  714. /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start':
  715. (.text+0x20): undefined reference to `main'
  716. ede-panel/applets/hider/Hider.o: In function `Hider::post_hide()':
  717. Hider.cpp:(.text+0x2bf): undefined reference to `Panel::apply_struts(bool)'
  718. ede-panel/applets/hider/Hider.o: In function `Hider::post_show()':
  719. Hider.cpp:(.text+0x449): undefined reference to `Panel::apply_struts(bool)'
  720. collect2: error: ld returned 1 exit status
  721.  
  722. gcc -shared -rdynamic -o ede-panel/applets/hider/hider.so  ede-panel/applets/hider/Hider.o  -L/usr/local/lib -ledelib -L/usr/local/lib -ledelib_gui -lfltk_images -lfltk -ledelib -L/usr/lib/x86_64-linux-gnu -fPIE -pie -Wl,-z,relro -Wl,-z,now -lfltk_images -lfltk -lstdc++
  723.  
  724. ...failed Link ede-panel/applets/hider/hider.so ...
  725. C++ ede-panel/applets/mem-monitor/MemMonitor.o
  726. Link ede-panel/applets/mem-monitor/mem_monitor.so
  727. /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start':
  728. (.text+0x20): undefined reference to `main'
  729. collect2: error: ld returned 1 exit status
  730.  
  731. gcc -shared -rdynamic -o ede-panel/applets/mem-monitor/mem_monitor.so  ede-panel/applets/mem-monitor/MemMonitor.o  -L/usr/local/lib -ledelib -L/usr/local/lib -ledelib_gui -lfltk_images -lfltk -ledelib -L/usr/lib/x86_64-linux-gnu -fPIE -pie -Wl,-z,relro -Wl,-z,now -lfltk_images -lfltk -lstdc++
  732.  
  733. ...failed Link ede-panel/applets/mem-monitor/mem_monitor.so ...
  734. C++ ede-panel/applets/keyboard-layout/KeyLayout.o
  735. Link ede-panel/applets/keyboard-layout/keyboard_layout.so
  736. /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start':
  737. (.text+0x20): undefined reference to `main'
  738. collect2: error: ld returned 1 exit status
  739.  
  740. gcc -shared -rdynamic -o ede-panel/applets/keyboard-layout/keyboard_layout.so  ede-panel/applets/keyboard-layout/KeyLayout.o  -L/usr/local/lib -ledelib -L/usr/local/lib -ledelib_gui -lfltk_images -lfltk -ledelib -L/usr/lib/x86_64-linux-gnu -fPIE -pie -Wl,-z,relro -Wl,-z,now -lfltk_images -lfltk -lstdc++
  741.  
  742. ...failed Link ede-panel/applets/keyboard-layout/keyboard_layout.so ...
  743. C++ ede-panel/applets/pager/Pager.o
  744. C++ ede-panel/applets/pager/PagerButton.o
  745. Link ede-panel/applets/pager/pager.so
  746. /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start':
  747. (.text+0x20): undefined reference to `main'
  748. collect2: error: ld returned 1 exit status
  749.  
  750. gcc -shared -rdynamic -o ede-panel/applets/pager/pager.so  ede-panel/applets/pager/Pager.o ede-panel/applets/pager/PagerButton.o  -L/usr/local/lib -ledelib -L/usr/local/lib -ledelib_gui -lfltk_images -lfltk -ledelib -L/usr/lib/x86_64-linux-gnu -fPIE -pie -Wl,-z,relro -Wl,-z,now -lfltk_images -lfltk -lstdc++
  751.  
  752. ...failed Link ede-panel/applets/pager/pager.so ...
  753. C++ ede-panel/applets/quick-launch/QuickLaunch.o
  754. Link ede-panel/applets/quick-launch/quick_launch.so
  755. /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start':
  756. (.text+0x20): undefined reference to `main'
  757. collect2: error: ld returned 1 exit status
  758.  
  759. gcc -shared -rdynamic -o ede-panel/applets/quick-launch/quick_launch.so  ede-panel/applets/quick-launch/QuickLaunch.o  -L/usr/local/lib -ledelib -L/usr/local/lib -ledelib_gui -lfltk_images -lfltk -ledelib -L/usr/lib/x86_64-linux-gnu -fPIE -pie -Wl,-z,relro -Wl,-z,now -lfltk_images -lfltk -lstdc++
  760.  
  761. ...failed Link ede-panel/applets/quick-launch/quick_launch.so ...
  762. C++ ede-panel/applets/start-menu/StartMenu.o
  763. Link ede-panel/applets/start-menu/start_menu.so
  764. /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start':
  765. (.text+0x20): undefined reference to `main'
  766. collect2: error: ld returned 1 exit status
  767.  
  768. gcc -shared -rdynamic -o ede-panel/applets/start-menu/start_menu.so  ede-panel/applets/start-menu/StartMenu.o  -Lede-panel/applets/start-menu -lmenu -L/usr/local/lib -ledelib -L/usr/local/lib -ledelib_gui -lfltk_images -lfltk -ledelib -L/usr/lib/x86_64-linux-gnu -fPIE -pie -Wl,-z,relro -Wl,-z,now -lfltk_images -lfltk -lstdc++
  769.  
  770. ...failed Link ede-panel/applets/start-menu/start_menu.so ...
  771. C++ ede-panel/applets/start-menu/ede-menu-spec-test.o
  772. Link ede-panel/applets/start-menu/ede-menu-spec-test
  773. Chmod1 ede-panel/applets/start-menu/ede-menu-spec-test
  774. C++ ede-panel/applets/system-tray/Tray.o
  775. Link ede-panel/applets/system-tray/system_tray.so
  776. /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start':
  777. (.text+0x20): undefined reference to `main'
  778. ede-panel/applets/system-tray/Tray.o: In function `Panel::relayout()':
  779. Tray.cpp:(.text._ZN5Panel8relayoutEv[_ZN5Panel8relayoutEv]+0x14): undefined reference to `Panel::do_layout()'
  780. collect2: error: ld returned 1 exit status
  781.  
  782. gcc -shared -rdynamic -o ede-panel/applets/system-tray/system_tray.so  ede-panel/applets/system-tray/Tray.o  -L/usr/local/lib -ledelib -L/usr/local/lib -ledelib_gui -lfltk_images -lfltk -ledelib -L/usr/lib/x86_64-linux-gnu -fPIE -pie -Wl,-z,relro -Wl,-z,now -lfltk_images -lfltk -lstdc++
  783.  
  784. ...failed Link ede-panel/applets/system-tray/system_tray.so ...
  785. C++ ede-panel/applets/taskbar/TaskButton.o
  786. ede-panel/applets/taskbar/TaskButton.cpp: In function ‘void maximize_cb(Fl_Widget*, void*)’:
  787. ede-panel/applets/taskbar/TaskButton.cpp:82:2: warning: ‘void edelib::netwm_window_maximize(Window)’ is deprecated (declared at /usr/local/include/edelib/Netwm.h:249) [-Wdeprecated-declarations]
  788. ede-panel/applets/taskbar/TaskButton.cpp:82:44: warning: ‘void edelib::netwm_window_maximize(Window)’ is deprecated (declared at /usr/local/include/edelib/Netwm.h:249) [-Wdeprecated-declarations]
  789. C++ ede-panel/applets/taskbar/Taskbar.o
  790. Link ede-panel/applets/taskbar/taskbar.so
  791. /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start':
  792. (.text+0x20): undefined reference to `main'
  793. collect2: error: ld returned 1 exit status
  794.  
  795. gcc -shared -rdynamic -o ede-panel/applets/taskbar/taskbar.so  ede-panel/applets/taskbar/TaskButton.o ede-panel/applets/taskbar/Taskbar.o  -L/usr/local/lib -ledelib -L/usr/local/lib -ledelib_gui -lfltk_images -lfltk -ledelib -L/usr/lib/x86_64-linux-gnu -fPIE -pie -Wl,-z,relro -Wl,-z,now -lfltk_images -lfltk -lstdc++
  796.  
  797. ...failed Link ede-panel/applets/taskbar/taskbar.so ...
  798. C++ pekwm/ActionHandler.o
  799. pekwm/ActionHandler.cc: In member function ‘void ActionHandler::actionFocusToggle(unsigned int, unsigned int, int, bool, bool)’:
  800. pekwm/ActionHandler.cc:749:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  801. pekwm/ActionHandler.cc:749:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  802. pekwm/ActionHandler.cc:749:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  803. pekwm/ActionHandler.cc:749:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  804. pekwm/ActionHandler.cc:749:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  805. pekwm/ActionHandler.cc:749:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  806. pekwm/ActionHandler.cc:749:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  807. pekwm/ActionHandler.cc:749:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  808. pekwm/ActionHandler.cc:749:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  809. pekwm/ActionHandler.cc:749:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  810. pekwm/ActionHandler.cc:749:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  811. pekwm/ActionHandler.cc:749:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  812. C++ pekwm/ActionMenu.o
  813. C++ pekwm/Atoms.o
  814. C++ pekwm/AutoProperties.o
  815. pekwm/AutoProperties.cc: In member function ‘Property* AutoProperties::findProperty(const ClassHint*, std::list<Property*>*, int, unsigned int)’:
  816. pekwm/AutoProperties.cc:263:15: warning: variable ‘ok’ set but not used [-Wunused-but-set-variable]
  817. C++ pekwm/CfgParser.o
  818. C++ pekwm/CfgParserKey.o
  819. C++ pekwm/CfgParserSource.o
  820. C++ pekwm/Client.o
  821. C++ pekwm/CmdDialog.o
  822. C++ pekwm/ColorHandler.o
  823. C++ pekwm/Compat.o
  824. C++ pekwm/Completer.o
  825. C++ pekwm/Config.o
  826. C++ pekwm/DecorMenu.o
  827. C++ pekwm/DockApp.o
  828. C++ pekwm/FontHandler.o
  829. C++ pekwm/Frame.o
  830. pekwm/Frame.cc: In member function ‘void Frame::doResize(bool, bool, bool, bool)’:
  831. pekwm/Frame.cc:1177:10: warning: variable ‘last_width’ set but not used [-Wunused-but-set-variable]
  832. pekwm/Frame.cc:1178:10: warning: variable ‘last_height’ set but not used [-Wunused-but-set-variable]
  833. pekwm/Frame.cc: In member function ‘void Frame::getMaxBounds(int&, int&, int&, int&)’:
  834. pekwm/Frame.cc:1758:15: warning: variable ‘h’ set but not used [-Wunused-but-set-variable]
  835. pekwm/Frame.cc:1758:18: warning: variable ‘wset but not used [-Wunused-but-set-variable]
  836. C++ pekwm/FrameListMenu.o
  837. C++ pekwm/Harbour.o
  838. C++ pekwm/HarbourMenu.o
  839. C++ pekwm/ImageHandler.o
  840. C++ pekwm/InputDialog.o
  841. C++ pekwm/KeyGrabber.o
  842. pekwm/KeyGrabber.cc: In member function ‘ActionEvent* KeyGrabber::findAction(XKeyEvent*, KeyGrabber::Chain*)’:
  843. pekwm/KeyGrabber.cc:345:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  844. pekwm/KeyGrabber.cc:345:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  845. pekwm/KeyGrabber.cc:345:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  846. pekwm/KeyGrabber.cc:345:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  847. pekwm/KeyGrabber.cc:345:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  848. pekwm/KeyGrabber.cc:345:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  849. pekwm/KeyGrabber.cc:345:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  850. pekwm/KeyGrabber.cc:345:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  851. pekwm/KeyGrabber.cc:345:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  852. pekwm/KeyGrabber.cc:345:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  853. pekwm/KeyGrabber.cc:345:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  854. pekwm/KeyGrabber.cc:345:17: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
  855. C++ pekwm/main.o
  856. C++ pekwm/ManagerWindows.o
  857. C++ pekwm/MenuHandler.o
  858. C++ pekwm/Observable.o
  859. C++ pekwm/PDecor.o
  860. pekwm/PDecor.cc: In member function ‘void PDecor::Button::setState(ButtonState)’:
  861. pekwm/PDecor.cc:128:76: warning: narrowing conversion of ‘((PDecor::Button*)this)->PDecor::Button::<anonymous>.PWinObj::_gm.Geometry::width’ from ‘unsigned int’ to ‘short unsigned int’ inside { } is ill-formed in C++11 [-Wnarrowing]
  862. pekwm/PDecor.cc:128:76: warning: narrowing conversion of ‘((PDecor::Button*)this)->PDecor::Button::<anonymous>.PWinObj::_gm.Geometry::height’ from ‘unsigned int’ to ‘short unsigned int’ inside { } is ill-formed in C++11 [-Wnarrowing]
  863. C++ pekwm/PFont.o
  864. C++ pekwm/PImage.o
  865. pekwm/PImage.cc: In member function ‘XImage* PImage::createXImage(unsigned char*, unsigned int, unsigned int)’:
  866. pekwm/PImage.cc:491:23: warning: value computed is not used [-Wunused-value]
  867. C++ pekwm/PImageIcon.o
  868. C++ pekwm/PImageLoaderJpeg.o
  869. C++ pekwm/PImageLoaderPng.o
  870. C++ pekwm/PImageLoaderXpm.o
  871. C++ pekwm/PixmapHandler.o
  872. C++ pekwm/PMenu.o
  873. C++ pekwm/PScreen.o
  874. C++ pekwm/PTexturePlain.o
  875. C++ pekwm/PWinObj.o
  876. C++ pekwm/PWinObjReference.o
  877. C++ pekwm/RegexString.o
  878. C++ pekwm/ScreenResources.o
  879. C++ pekwm/SearchDialog.o
  880. C++ pekwm/StatusWindow.o
  881. C++ pekwm/TextureHandler.o
  882. C++ pekwm/Theme.o
  883. C++ pekwm/Util.o
  884. C++ pekwm/WindowManager.o
  885. C++ pekwm/WORefMenu.o
  886. C++ pekwm/WorkspaceIndicator.o
  887. C++ pekwm/Workspaces.o
  888. Link pekwm/pekwm
  889. Chmod1 pekwm/pekwm
  890. AsciiDoc1 ./doc/manual/README.html
  891. MkDir1 ede-about/locale
  892. XGettext ede-about/locale/messages.pot
  893. ...on 200th target...
  894. MkDir1 ede-bell-conf/locale
  895. XGettext ede-bell-conf/locale/messages.pot
  896. MkDir1 ede-bug-tools/ede-bug-report/locale
  897. XGettext ede-bug-tools/ede-bug-report/locale/messages.pot
  898. MkDir1 ede-bug-tools/ede-crasher/locale
  899. XGettext ede-bug-tools/ede-crasher/locale/messages.pot
  900. AsciiDoc1 ./doc/manual/ede-calc.html
  901. Copy ./doc/manual/images/ede-calc.jpg
  902. MkDir1 ede-conf/locale
  903. XGettext ede-conf/locale/messages.pot
  904. MkDir1 ede-desktop/locale
  905. XGettext ede-desktop/locale/messages.pot
  906. MkDir1 ede-desktop-conf/locale
  907. XGettext ede-desktop-conf/locale/messages.pot
  908. MkDir1 ede-dialog/locale
  909. XGettext ede-dialog/locale/messages.pot
  910. AsciiDoc1 ./doc/manual/ede-dialog.html
  911. MkDir1 ede-keyboard-conf/locale
  912. XGettext ede-keyboard-conf/locale/messages.pot
  913. MkDir1 ede-notify-daemon/locale
  914. XGettext ede-notify-daemon/locale/messages.pot
  915. AsciiDoc1 ./doc/manual/ede-notify-daemon.html
  916. MkDir1 ede-screensaver-conf/locale
  917. XGettext ede-screensaver-conf/locale/messages.pot
  918. MakeScript1 ede-help/ede-help
  919. Chmod1 ede-help/ede-help
  920. AsciiDoc1 ./doc/manual/ede-help.html
  921. MkDir1 ede-image-view/locale
  922. XGettext ede-image-view/locale/messages.pot
  923. MkDir1 ede-launch/locale
  924. XGettext ede-launch/locale/messages.pot
  925. AsciiDoc1 ./doc/manual/emountd.html
  926. MkDir1 ede-timedate/locale
  927. XGettext ede-timedate/locale/messages.pot
  928. MkDir1 ede-tip/locale
  929. XGettext ede-tip/locale/messages.pot
  930. AsciiDoc1 ./doc/manual/ede-tip.html
  931. Copy ./doc/manual/images/ede-tip.jpg
  932. FortuneCompile1 ede-tip/tips/ede.dat
  933. MkDir1 ede-preferred-applications/locale
  934. XGettext ede-preferred-applications/locale/messages.pot
  935. AsciiDoc1 ./doc/manual/evoke.html
  936. MkDir1 evoke/locale
  937. XGettext evoke/locale/messages.pot
  938. AsciiDoc1 ./doc/manual/index.html
  939. AsciiDoc1 ./doc/manual/introduction.html
  940. AsciiDoc1 ./doc/manual/hacking.html
  941. AsciiDoc1 ./doc/manual/dbus-usage.html
  942. ...skipped all for lack of exe...
  943. ...failed updating 10 target(s)...
  944. ...skipped 1 target(s)...
  945. ...updated 236 target(s)...
  946. *** Compilation failed, reciving '256' from the shell. There should be some output, right :-)
  947. root@pc-s2xzgfd9qtj3drhcl9geanbrv47cmfm:/home/conta#
Add Comment
Please, Sign In to add comment