Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.22 KB | None | 0 0
  1. exec_prefix=${prefix}
  2. includedir=${prefix}/include
  3. libdir=${exec_prefix}/lib
  4. mandir=/usr/share/man
  5. Graphics: X11+Xft+Xdbe+Xinerama
  6. Image Libraries: JPEG=System
  7. PNG=System
  8. ZLIB=System
  9. Large Files: YES
  10. OpenGL: YES
  11. Threads: YES
  12. configure: creating ./config.status
  13. config.status: creating makeinclude
  14. config.status: creating fltk.list
  15. config.status: creating fltk-config
  16. config.status: creating fltk.spec
  17. config.status: creating FL/Makefile
  18. config.status: creating config.h
  19. DEBUG: "./configure --prefix=/usr --build=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/libexec --enable-gl --enable-shared --enable-threads --with-optim='-mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fPIC'" dönüş değeri 0
  20. Kaynak inşa ediliyor...
  21. Sandbox açık inşa...
  22. === making src ===
  23. Compiling Fl.cxx...
  24. Compiling Fl_Adjuster.cxx...
  25. Compiling Fl_Bitmap.cxx...
  26. Compiling Fl_Browser.cxx...
  27. Compiling Fl_Browser_.cxx...
  28. Compiling Fl_Browser_load.cxx...
  29. Compiling Fl_Box.cxx...
  30. Compiling Fl_Button.cxx...
  31. Compiling Fl_Chart.cxx...
  32. Compiling Fl_Check_Browser.cxx...
  33. Compiling Fl_Check_Button.cxx...
  34. Compiling Fl_Clock.cxx...
  35. Compiling Fl_Choice.cxx...
  36. Compiling Fl_Copy_Surface.cxx...
  37. Compiling Fl_Color_Chooser.cxx...
  38. Compiling Fl_Counter.cxx...
  39. Compiling Fl_Dial.cxx...
  40. Compiling Fl_Device.cxx...
  41. Compiling Fl_Double_Window.cxx...
  42. Compiling Fl_File_Browser.cxx...
  43. Compiling Fl_File_Chooser.cxx...
  44. Compiling Fl_File_Chooser2.cxx...
  45. Compiling Fl_File_Icon.cxx...
  46. Compiling Fl_File_Input.cxx...
  47. Compiling Fl_Group.cxx...
  48. Compiling Fl_Help_View.cxx...
  49. Compiling Fl_Image.cxx...
  50. Compiling Fl_Image_Surface.cxx...
  51. Compiling Fl_Input.cxx...
  52. Compiling Fl_Input_.cxx...
  53. Compiling Fl_Light_Button.cxx...
  54. Compiling Fl_Menu.cxx...
  55. Compiling Fl_Menu_.cxx...
  56. Compiling Fl_Menu_Bar.cxx...
  57. Compiling Fl_Menu_Button.cxx...
  58. Compiling Fl_Menu_Window.cxx...
  59. Compiling Fl_Menu_add.cxx...
  60. Compiling Fl_Menu_global.cxx...
  61. Compiling Fl_Multi_Label.cxx...
  62. Compiling Fl_Native_File_Chooser.cxx...
  63. Compiling Fl_Overlay_Window.cxx...
  64. Compiling Fl_Pack.cxx...
  65. Compiling Fl_Paged_Device.cxx...
  66. Compiling Fl_Pixmap.cxx...
  67. Compiling Fl_PostScript.cxx...
  68. Compiling Fl_Positioner.cxx...
  69. Compiling Fl_Preferences.cxx...
  70. Compiling Fl_Printer.cxx...
  71. Compiling Fl_Progress.cxx...
  72. Compiling Fl_Repeat_Button.cxx...
  73. Compiling Fl_Return_Button.cxx...
  74. Compiling Fl_Roller.cxx...
  75. Compiling Fl_Round_Button.cxx...
  76. Compiling Fl_Scroll.cxx...
  77. Compiling Fl_Scrollbar.cxx...
  78. Compiling Fl_Shared_Image.cxx...
  79. Compiling Fl_Single_Window.cxx...
  80. Compiling Fl_Slider.cxx...
  81. Compiling Fl_Table.cxx...
  82. Compiling Fl_Table_Row.cxx...
  83. Compiling Fl_Tabs.cxx...
  84. Compiling Fl_Text_Buffer.cxx...
  85. Fl_Table.cxx: In member function ‘void Fl_Table::recalc_dimensions()’:
  86. Fl_Table.cxx:494:11: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses]
  87. if ( !hideh & hidev ) { hidev = (( table_h - tih + scrollsize ) <= 0 ); }
  88. ^
  89. Fl_Table.cxx:495:11: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses]
  90. if ( !hidev & hideh ) { hideh = (( table_w - tiw + scrollsize ) <= 0 ); }
  91. ^
  92. Compiling Fl_Text_Display.cxx...
  93. Compiling Fl_Text_Editor.cxx...
  94. Compiling Fl_Tile.cxx...
  95. Compiling Fl_Tiled_Image.cxx...
  96. Compiling Fl_Tree.cxx...
  97. Compiling Fl_Tree_Item.cxx...
  98. Compiling Fl_Tree_Item_Array.cxx...
  99. Compiling Fl_Tree_Prefs.cxx...
  100. Compiling Fl_Tooltip.cxx...
  101. Compiling Fl_Valuator.cxx...
  102. Compiling Fl_Value_Input.cxx...
  103. Compiling Fl_Value_Output.cxx...
  104. Compiling Fl_Value_Slider.cxx...
  105. Compiling Fl_Widget.cxx...
  106. Compiling Fl_Window.cxx...
  107. Compiling Fl_Window_fullscreen.cxx...
  108. Compiling Fl_Window_hotspot.cxx...
  109. Compiling Fl_Window_iconize.cxx...
  110. Compiling Fl_Window_shape.cxx...
  111. Compiling Fl_Wizard.cxx...
  112. Compiling Fl_XBM_Image.cxx...
  113. Compiling Fl_XPM_Image.cxx...
  114. Compiling Fl_abort.cxx...
  115. Compiling Fl_add_idle.cxx...
  116. Compiling Fl_compose.cxx...
  117. Compiling Fl_arg.cxx...
  118. Compiling Fl_display.cxx...
  119. Compiling Fl_get_key.cxx...
  120. Compiling Fl_get_system_colors.cxx...
  121. Compiling Fl_grab.cxx...
  122. Compiling Fl_lock.cxx...
  123. Compiling Fl_own_colormap.cxx...
  124. Compiling Fl_visual.cxx...
  125. Compiling Fl_x.cxx...
  126. Compiling filename_absolute.cxx...
  127. Compiling filename_expand.cxx...
  128. Compiling filename_ext.cxx...
  129. Compiling filename_isdir.cxx...
  130. Compiling filename_list.cxx...
  131. Fl_x.cxx: In function ‘KeySym fl_KeycodeToKeysym(Display*, KeyCode, unsigned int)’:
  132. Fl_x.cxx:1337:10: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated [-Wdeprecated-declarations]
  133. return XKeycodeToKeysym(d, k, i);
  134. ^
  135. In file included from ../FL/fl_utf8.h:63:0,
  136. from ../FL/Fl.H:30,
  137. from Fl_x.cxx:30:
  138. /usr/include/X11/Xlib.h:1687:15: note: declared here
  139. extern KeySym XKeycodeToKeysym(
  140. ^
  141. Fl_x.cxx:1337:10: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated [-Wdeprecated-declarations]
  142. return XKeycodeToKeysym(d, k, i);
  143. ^
  144. In file included from ../FL/fl_utf8.h:63:0,
  145. from ../FL/Fl.H:30,
  146. from Fl_x.cxx:30:
  147. /usr/include/X11/Xlib.h:1687:15: note: declared here
  148. extern KeySym XKeycodeToKeysym(
  149. ^
  150. Fl_x.cxx:1337:34: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated [-Wdeprecated-declarations]
  151. return XKeycodeToKeysym(d, k, i);
  152. ^
  153. In file included from ../FL/fl_utf8.h:63:0,
  154. from ../FL/Fl.H:30,
  155. from Fl_x.cxx:30:
  156. /usr/include/X11/Xlib.h:1687:15: note: declared here
  157. extern KeySym XKeycodeToKeysym(
  158. ^
  159. Compiling filename_match.cxx...
  160. Compiling filename_setext.cxx...
  161. Compiling fl_arc.cxx...
  162. Compiling fl_arci.cxx...
  163. Compiling fl_ask.cxx...
  164. Compiling fl_boxtype.cxx...
  165. Compiling fl_color.cxx...
  166. Compiling fl_cursor.cxx...
  167. Compiling fl_curve.cxx...
  168. Compiling fl_diamond_box.cxx...
  169. Compiling fl_dnd.cxx...
  170. Compiling fl_draw.cxx...
  171. Compiling fl_draw_image.cxx...
  172. Compiling fl_draw_pixmap.cxx...
  173. Compiling fl_encoding_latin1.cxx...
  174. Compiling fl_encoding_mac_roman.cxx...
  175. Compiling fl_engraved_label.cxx...
  176. Compiling fl_file_dir.cxx...
  177. Compiling fl_font.cxx...
  178. Compiling fl_gleam.cxx...
  179. Compiling fl_gtk.cxx...
  180. Compiling fl_labeltype.cxx...
  181. Compiling fl_line_style.cxx...
  182. Compiling fl_open_uri.cxx...
  183. Compiling fl_oval_box.cxx...
  184. Compiling fl_overlay.cxx...
  185. Compiling fl_overlay_visual.cxx...
  186. Compiling fl_plastic.cxx...
  187. Compiling fl_read_image.cxx...
  188. Compiling fl_rect.cxx...
  189. Compiling fl_round_box.cxx...
  190. Compiling fl_rounded_box.cxx...
  191. Compiling fl_set_font.cxx...
  192. Compiling fl_set_fonts.cxx...
  193. Compiling fl_scroll_area.cxx...
  194. Compiling fl_shadow_box.cxx...
  195. Compiling fl_shortcut.cxx...
  196. Compiling fl_show_colormap.cxx...
  197. Compiling fl_symbols.cxx...
  198. Compiling fl_vertex.cxx...
  199. Compiling screen_xywh.cxx...
  200. Compiling fl_utf8.cxx...
  201. Compiling ps_image.cxx...
  202. Compiling fl_call_main.c...
  203. Compiling flstring.c...
  204. Compiling scandir.c...
  205. Compiling numericsort.c...
  206. Compiling vsnprintf.c...
  207. Compiling fl_utf.c...
  208. Compiling xutf8/is_right2left.c...
  209. Compiling xutf8/case.c...
  210. Compiling xutf8/is_spacing.c...
  211. Compiling xutf8/keysym2Ucs.c...
  212. Compiling xutf8/utf8Input.c...
  213. Compiling xutf8/utf8Utils.c...
  214. Compiling xutf8/utf8Wrap.c...
  215. Compiling forms_compatability.cxx...
  216. Compiling forms_bitmap.cxx...
  217. Compiling forms_free.cxx...
  218. Compiling forms_fselect.cxx...
  219. Compiling forms_pixmap.cxx...
  220. Compiling forms_timer.cxx...
  221. Compiling Fl_Gl_Choice.cxx...
  222. Compiling Fl_Gl_Overlay.cxx...
  223. Compiling Fl_Gl_Device_Plugin.cxx...
  224. Compiling Fl_Gl_Window.cxx...
  225. Compiling freeglut_geometry.cxx...
  226. Compiling freeglut_stroke_mono_roman.cxx...
  227. Compiling freeglut_stroke_roman.cxx...
  228. Compiling freeglut_teapot.cxx...
  229. Compiling gl_draw.cxx...
  230. Compiling gl_start.cxx...
  231. Compiling glut_compatability.cxx...
  232. Compiling glut_font.cxx...
  233. Compiling fl_images_core.cxx...
  234. Compiling Fl_BMP_Image.cxx...
  235. Compiling Fl_File_Icon2.cxx...
  236. Compiling Fl_GIF_Image.cxx...
  237. Compiling Fl_Help_Dialog.cxx...
  238. Compiling Fl_JPEG_Image.cxx...
  239. Compiling Fl_PNM_Image.cxx...
  240. Compiling Fl_PNG_Image.cxx...
  241. /usr/bin/ar cr ../lib/libfltk.a ...
  242. x86_64-pc-linux-gnu-g++ -L. -Wl,-Bsymbolic-functions -Wl,-gc-sections -Wl,-soname,libfltk.so.1.3 -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 -shared -fPIC -o libfltk.so.1.3 ...
  243. /usr/bin/ar cr ../lib/libfltk_forms.a ...
  244. /usr/bin/ar cr ../lib/libfltk_gl.a ...
  245. /usr/bin/ar cr ../lib/libfltk_images.a ...
  246. x86_64-pc-linux-gnu-g++ -L. -Wl,-Bsymbolic-functions -Wl,-gc-sections -Wl,-soname,libfltk_forms.so.1.3 -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 -shared -fPIC -o libfltk_forms.so.1.3 ...
  247. x86_64-pc-linux-gnu-g++ -L. -Wl,-Bsymbolic-functions -Wl,-gc-sections -Wl,-soname,libfltk_gl.so.1.3 -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 -shared -fPIC -o libfltk_gl.so.1.3 ...
  248. x86_64-pc-linux-gnu-g++ -L. -Wl,-Bsymbolic-functions -Wl,-gc-sections -Wl,-soname,libfltk_images.so.1.3 -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 -shared -fPIC -o libfltk_images.so.1.3 ...
  249. === making fluid ===
  250. Compiling CodeEditor.cxx...
  251. Compiling Fl_Function_Type.cxx...
  252. Compiling Fl_Group_Type.cxx...
  253. Compiling Fl_Menu_Type.cxx...
  254. Compiling Fl_Type.cxx...
  255. Compiling Fl_Widget_Type.cxx...
  256. Compiling Fl_Window_Type.cxx...
  257. Compiling Fluid_Image.cxx...
  258. Compiling about_panel.cxx...
  259. Compiling align_widget.cxx...
  260. Compiling alignment_panel.cxx...
  261. Compiling code.cxx...
  262. Compiling factory.cxx...
  263. Compiling file.cxx...
  264. Compiling fluid.cxx...
  265. Compiling function_panel.cxx...
  266. Compiling template_panel.cxx...
  267. Compiling undo.cxx...
  268. Compiling widget_panel.cxx...
  269. Linking fluid-shared...
  270. Linking fluid...
  271. === making test ===
  272. Compiling unittests.cxx...
  273. Compiling adjuster.cxx...
  274. Compiling ask.cxx...
  275. Compiling bitmap.cxx...
  276. Compiling arc.cxx...
  277. Compiling blocks.cxx...
  278. Compiling boxtype.cxx...
  279. Compiling browser.cxx...
  280. Compiling button.cxx...
  281. Compiling buttons.cxx...
  282. Compiling cairo_test.cxx...
  283. Compiling checkers.cxx...
  284. Compiling clock.cxx...
  285. Compiling colbrowser.cxx...
  286. Compiling color_chooser.cxx...
  287. Compiling cursor.cxx...
  288. Compiling curve.cxx...
  289. Compiling demo.cxx...
  290. Compiling device.cxx...
  291. Compiling doublebuffer.cxx...
  292. Compiling editor.cxx...
  293. Generating fast_slow.cxx and header from fast_slow.fl...
  294. Generating fast_slow.h and header from fast_slow.fl...
  295. Compiling file_chooser.cxx...
  296. Compiling fonts.cxx...
  297. Compiling forms.cxx...
  298. Compiling hello.cxx...
  299. Compiling help.cxx...
  300. Compiling icon.cxx...
  301. Compiling iconize.cxx...
  302. Compiling image.cxx...
  303. Generating inactive.cxx and header from inactive.fl...
  304. Generating inactive.h and header from inactive.fl...
  305. Compiling input_choice.cxx...
  306. Compiling input.cxx...
  307. Generating keyboard_ui.cxx and header from keyboard_ui.fl...
  308. Generating keyboard_ui.h and header from keyboard_ui.fl...
  309. Compiling label.cxx...
  310. Compiling line_style.cxx...
  311. Compiling list_visuals.cxx...
  312. Generating mandelbrot_ui.cxx and header from mandelbrot_ui.fl...
  313. Generating mandelbrot_ui.h and header from mandelbrot_ui.fl...
  314. Compiling menubar.cxx...
  315. Compiling message.cxx...
  316. Compiling minimum.cxx...
  317. Compiling native-filechooser.cxx...
  318. Compiling navigation.cxx...
  319. Compiling output.cxx...
  320. Compiling overlay.cxx...
  321. Compiling pack.cxx...
  322. Compiling pixmap.cxx...
  323. Compiling pixmap_browser.cxx...
  324. Generating preferences.cxx and header from preferences.fl...
  325. Generating preferences.h and header from preferences.fl...
  326. Generating radio.cxx and header from radio.fl...
  327. Generating radio.h and header from radio.fl...
  328. Generating resize.cxx and header from resize.fl...
  329. Generating resize.h and header from resize.fl...
  330. Compiling resizebox.cxx...
  331. Compiling rotated_text.cxx...
  332. Compiling scroll.cxx...
  333. Compiling subwindow.cxx...
  334. Compiling sudoku.cxx...
  335. Compiling symbols.cxx...
  336. Compiling table.cxx...
  337. Generating tabs.cxx and header from tabs.fl...
  338. Generating tabs.h and header from tabs.fl...
  339. Compiling threads.cxx...
  340. Compiling tile.cxx...
  341. Compiling tiled_image.cxx...
  342. Generating tree.cxx and header from tree.fl...
  343. Generating tree.h and header from tree.fl...
  344. Compiling twowin.cxx...
  345. Generating valuators.cxx and header from valuators.fl...
  346. Generating valuators.h and header from valuators.fl...
  347. Compiling utf8.cxx...
  348. Compiling windowfocus.cxx...
  349. Compiling cube.cxx...
  350. Generating CubeViewUI.h and header from CubeViewUI.fl...
  351. Generating CubeViewUI.cxx and header from CubeViewUI.fl...
  352. Compiling CubeView.cxx...
  353. Compiling CubeViewUI.cxx...
  354. Compiling fractals.cxx...
  355. Compiling fracviewer.cxx...
  356. Compiling fullscreen.cxx...
  357. Compiling gl_overlay.cxx...
  358. Compiling glpuzzle.cxx...
  359. Compiling shape.cxx...
  360. Linking unittests...
  361. Linking adjuster...
  362. Linking arc...
  363. Linking ask...
  364. Linking bitmap...
  365. Linking blocks...
  366. Linking boxtype...
  367. Linking browser...
  368. Linking button...
  369. Linking buttons...
  370. Linking cairo_test...
  371. Linking checkers...
  372. Linking clock...
  373. Linking colbrowser...
  374. Linking color_chooser...
  375. Linking cursor...
  376. Linking curve...
  377. Linking demo...
  378. Linking device...
  379. Linking doublebuffer...
  380. Linking editor...
  381. Compiling fast_slow.cxx...
  382. Linking file_chooser...
  383. Linking fonts...
  384. Linking forms...
  385. Linking hello...
  386. Linking help...
  387. Linking icon...
  388. Linking iconize...
  389. Linking image...
  390. Compiling inactive.cxx...
  391. Linking input...
  392. Linking input_choice...
  393. Compiling keyboard_ui.cxx...
  394. Compiling keyboard.cxx...
  395. Linking label...
  396. Linking line_style...
  397. Linking list_visuals...
  398. Compiling mandelbrot_ui.cxx...
  399. Compiling mandelbrot.cxx...
  400. Linking menubar...
  401. Linking message...
  402. Linking minimum...
  403. Linking native-filechooser...
  404. Linking navigation...
  405. Linking output...
  406. Linking overlay...
  407. Linking pack...
  408. Linking pixmap...
  409. Linking pixmap_browser...
  410. Compiling preferences.cxx...
  411. Compiling radio.cxx...
  412. Compiling resize.cxx...
  413. Linking resizebox...
  414. Linking rotated_text...
  415. Linking scroll...
  416. Linking subwindow...
  417. Linking sudoku...
  418. Linking symbols...
  419. Linking table...
  420. Compiling tabs.cxx...
  421. Linking threads...
  422. Linking tile...
  423. Linking tiled_image...
  424. Compiling tree.cxx...
  425. Linking twowin...
  426. Compiling valuators.cxx...
  427. Linking utf8...
  428. Linking windowfocus...
  429. Linking cube...
  430. Compiling CubeMain.cxx...
  431. Linking fractals...
  432. Linking fullscreen...
  433. Linking gl_overlay...
  434. Linking glpuzzle...
  435. Linking shape...
  436. Linking fast_slow...
  437. Linking inactive...
  438. Linking keyboard...
  439. Linking mandelbrot...
  440. Linking preferences...
  441. Linking radio...
  442. Linking resize...
  443. Linking tabs...
  444. Linking tree...
  445. Linking valuators...
  446. Linking CubeView...
  447. === making documentation ===
  448. Formatting src/fltk.man...
  449. Formatting src/fltk-config.man...
  450. Formatting src/fluid.man...
  451. Formatting src/blocks.man...
  452. Formatting src/checkers.man...
  453. Formatting src/sudoku.man...
  454. DEBUG: "make -j5" dönüş değeri 0
  455. DEBUG: "make -j5 -C documentation all" dönüş değeri 0
  456. Paket test ediliyor...
  457. Kuruluyor...
  458. Sandbox açık inşa...
  459. === installing FL ===
  460. Installing include files in /var/pisi/fltk-1.3.3-6/install/usr/include...
  461. === installing src ===
  462. Installing libraries in /var/pisi/fltk-1.3.3-6/install/usr/lib...
  463. === installing fluid ===
  464. Installing FLUID in /var/pisi/fltk-1.3.3-6/install/usr/bin...
  465. === installing test ===
  466. Installing example programs to /var/pisi/fltk-1.3.3-6/install/usr/share/doc/fltk/html/examples...
  467. === installing documentation ===
  468. Installing documentation files in /var/pisi/fltk-1.3.3-6/install/usr/share/doc/fltk/html ...
  469. Installing man pages in /var/pisi/fltk-1.3.3-6/install/usr/share/man ...
  470. DEBUG: "make DESTDIR=/var/pisi/fltk-1.3.3-6/install install" dönüş değeri 0
  471. make: Entering directory '/var/pisi/fltk-1.3.3-6/work/fltk-1.3.3/documentation'
  472. Installing documentation files in /var/pisi/fltk-1.3.3-6/install/usr/share/doc/fltk/html ...
  473. Installing man pages in /var/pisi/fltk-1.3.3-6/install/usr/share/man ...
  474. make: Leaving directory '/var/pisi/fltk-1.3.3-6/work/fltk-1.3.3/documentation'
  475. DEBUG: "make prefix=/var/pisi/fltk-1.3.3-6/install/usr datadir=/var/pisi/fltk-1.3.3-6/install/usr/share infodir=/var/pisi/fltk-1.3.3-6/install/usr/share/info localstatedir=/var/pisi/fltk-1.3.3-6/install/var mandir=/var/pisi/fltk-1.3.3-6/install/usr/share/man sysconfdir=/var/pisi/fltk-1.3.3-6/install/etc -C documentation install" dönüş değeri 0
  476. make: Entering directory '/var/pisi/fltk-1.3.3-6/work/fltk-1.3.3/fluid'
  477. make: Leaving directory '/var/pisi/fltk-1.3.3-6/work/fltk-1.3.3/fluid'
  478. DEBUG: "make DESTDIR=/var/pisi/fltk-1.3.3-6/install -C fluid install-linux" dönüş değeri 0
  479. DEBUG: "install -m0644 "ANNOUNCEMENT" /var/pisi/fltk-1.3.3-6/install/usr/share/doc/fltk" dönüş değeri 0
  480. DEBUG: "install -m0644 "CHANGES" /var/pisi/fltk-1.3.3-6/install/usr/share/doc/fltk" dönüş değeri 0
  481. DEBUG: "install -m0644 "COPYING" /var/pisi/fltk-1.3.3-6/install/usr/share/doc/fltk" dönüş değeri 0
  482. DEBUG: "install -m0644 "CREDITS" /var/pisi/fltk-1.3.3-6/install/usr/share/doc/fltk" dönüş değeri 0
  483. DEBUG: "install -m0644 "README" /var/pisi/fltk-1.3.3-6/install/usr/share/doc/fltk" dönüş değeri 0
  484. emul32 için tekrar inşa ediliyor
  485. Arşiv(ler) açılıyor...
  486. Yama uygulanıyor: tigervnc.patch
  487. DEBUG: "patch --remove-empty-files --no-backup-if-mismatch -p1 -i "/var/pisi/fltk/files/tigervnc.patch"" dönüş değeri 0
  488. Yama uygulanıyor: fltk-config-dynlibs.patch
  489. DEBUG: "patch --remove-empty-files --no-backup-if-mismatch -p1 -i "/var/pisi/fltk/files/fltk-config-dynlibs.patch"" dönüş değeri 0
  490. açıldı (/var/pisi/fltk-1.3.3-6/work-emul32)
  491. Kaynak yapılandırılıyor...
  492. DEBUG: "autoconf" dönüş değeri 0
  493. GNU Yapılandırma Güncellemesi Bitti.
  494. GNU Yapılandırma Güncellemesi Bitti.
  495. GNU Yapılandırma Güncellemesi Bitti.
  496. GNU Yapılandırma Güncellemesi Bitti.
  497. checking build system type... x86_64-pc-linux-gnu
  498. checking host system type... x86_64-pc-linux-gnu
  499. checking for gcc... x86_64-pc-linux-gnu-gcc -m32
  500. checking whether the C compiler works... yes
  501. checking for C compiler default output file name... a.out
  502. checking for suffix of executables...
  503. checking whether we are cross compiling... no
  504. checking for suffix of object files... o
  505. checking whether we are using the GNU C compiler... yes
  506. checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g... yes
  507. checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89... none needed
  508. checking whether we are using the GNU C++ compiler... yes
  509. checking whether x86_64-pc-linux-gnu-g++ -m32 accepts -g... yes
  510. checking if the compiler supports -fvisibility... yes
  511. checking if the compiler supports -fvisibility-inlines-hidden... yes
  512. checking for a BSD-compatible install... /usr/bin/install -c
  513. checking for nroff... /usr/bin/nroff
  514. checking for doxygen... no
  515. checking for ranlib... ranlib
  516. checking for ar... /usr/bin/ar
  517. checking for windres... no
  518. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -m32 -E
  519. checking for grep that handles long lines and -e... /bin/grep
  520. checking for egrep... /bin/grep -E
  521. checking for ANSI C header files... yes
  522. checking for sys/types.h... yes
  523. checking for sys/stat.h... yes
  524. checking for stdlib.h... yes
  525. checking for string.h... yes
  526. checking for memory.h... yes
  527. checking for strings.h... yes
  528. checking for inttypes.h... yes
  529. checking for stdint.h... yes
  530. checking for unistd.h... yes
  531. checking size of short... 2
  532. checking size of int... 4
  533. checking size of long... 4
  534. checking whether byte ordering is bigendian... no
  535. checking whether the compiler recognizes bool as a built-in type... yes
  536. checking for dirent.h that defines DIR... yes
  537. checking for library containing opendir... none required
  538. checking sys/select.h usability... yes
  539. checking sys/select.h presence... yes
  540. checking for sys/select.h... yes
  541. checking sys/stdtypes.h usability... no
  542. checking sys/stdtypes.h presence... no
  543. checking for sys/stdtypes.h... no
  544. checking whether we have the POSIX compatible scandir() prototype... yes
  545. checking for vsnprintf... yes
  546. checking for snprintf... yes
  547. checking for strings.h... (cached) yes
  548. checking for strcasecmp... yes
  549. checking for strlcat... no
  550. checking for strlcpy... no
  551. checking locale.h usability... yes
  552. checking locale.h presence... yes
  553. checking for locale.h... yes
  554. checking for localeconv... yes
  555. checking for library containing pow... -lm
  556. checking for special C compiler options needed for large files... no
  557. checking for _FILE_OFFSET_BITS value needed for large files... 64
  558. checking for long long int... yes
  559. checking for library containing dlsym... -ldl
  560. checking dlfcn.h usability... yes
  561. checking dlfcn.h presence... yes
  562. checking for dlfcn.h... yes
  563. checking alsa/asoundlib.h usability... yes
  564. checking alsa/asoundlib.h presence... yes
  565. checking for alsa/asoundlib.h... yes
  566. checking for jpeg_CreateCompress in -ljpeg... yes
  567. checking jpeglib.h usability... yes
  568. checking jpeglib.h presence... yes
  569. checking for jpeglib.h... yes
  570. checking for gzgets in -lz... yes
  571. checking zlib.h usability... yes
  572. checking zlib.h presence... yes
  573. checking for zlib.h... yes
  574. checking for png_read_info in -lpng... yes
  575. checking png.h usability... yes
  576. checking png.h presence... yes
  577. checking for png.h... yes
  578. checking libpng/png.h usability... no
  579. checking libpng/png.h presence... no
  580. checking for libpng/png.h... no
  581. checking for png_get_valid in -lpng... yes
  582. checking for png_set_tRNS_to_alpha in -lpng... yes
  583. checking pthread.h usability... yes
  584. checking pthread.h presence... yes
  585. checking for pthread.h... yes
  586. checking for pthread_create using -lpthreads... no
  587. checking for pthread_create using -lpthread... yes
  588. checking for X... libraries , headers
  589. checking for gethostbyname... yes
  590. checking for connect... yes
  591. checking for remove... yes
  592. checking for shmat... yes
  593. checking for IceConnectionNumber in -lICE... no
  594. checking for library containing dlopen... none required
  595. checking GL/gl.h usability... yes
  596. checking GL/gl.h presence... yes
  597. checking for GL/gl.h... yes
  598. checking for glXMakeCurrent in -lGL... yes
  599. checking for glXGetProcAddressARB in -lGL... yes
  600. checking GL/glu.h usability... yes
  601. checking GL/glu.h presence... yes
  602. checking for GL/glu.h... yes
  603. checking for XineramaIsActive in -lXinerama... yes
  604. checking for freetype-config... /usr/bin/freetype-config
  605. checking for FcPatternCreate in -lfontconfig... yes
  606. checking X11/Xft/Xft.h usability... yes
  607. checking X11/Xft/Xft.h presence... yes
  608. checking for X11/Xft/Xft.h... yes
  609. checking for XftDrawCreate in -lXft... yes
  610. checking for X11/extensions/Xdbe.h... yes
  611. checking for XdbeQueryExtension in -lXext... yes
  612. checking for X11/extensions/Xfixes.h... yes
  613. checking for XFixesQueryExtension in -lXfixes... yes
  614. checking for X11/Xcursor/Xcursor.h... yes
  615. checking for XcursorImageCreate in -lXcursor... yes
  616. checking for xprop... /usr/bin/xprop
  617. checking for X overlay visuals... no
  618. checking if GCC supports -fno-exceptions... yes
  619. checking if GCC supports -fno-strict-aliasing... yes
  620. checking if ld supports -Bsymbolic-functions... yes
  621. checking if toolchain supports sections... yes
  622.  
  623. Configuration Summary
  624. -------------------------------------------------------------------------
  625. Directories: prefix=/usr
  626. bindir=${exec_prefix}/bin
  627. datadir=/usr/share
  628. datarootdir=${prefix}/share
  629. exec_prefix=${prefix}
  630. includedir=${prefix}/include
  631. libdir=/usr/lib32
  632. mandir=/usr/share/man
  633. Graphics: X11+Xft+Xdbe+Xinerama
  634. Image Libraries: JPEG=System
  635. PNG=System
  636. ZLIB=System
  637. Large Files: YES
  638. OpenGL: YES
  639. Threads: YES
  640. configure: creating ./config.status
  641. config.status: creating makeinclude
  642. config.status: creating fltk.list
  643. config.status: creating fltk-config
  644. config.status: creating fltk.spec
  645. config.status: creating FL/Makefile
  646. config.status: creating config.h
  647. DEBUG: "./configure --prefix=/emul32 --build=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/libexec --libdir=/usr/lib32 --enable-gl --enable-shared --enable-threads --prefix=/usr --libdir=/usr/lib32 --with-optim='-m32'" dönüş değeri 0
  648. Kaynak inşa ediliyor...
  649. === making src ===
  650. Compiling Fl.cxx...
  651. Compiling Fl_Adjuster.cxx...
  652. Compiling Fl_Bitmap.cxx...
  653. Compiling Fl_Browser.cxx...
  654. Compiling Fl_Browser_.cxx...
  655. Compiling Fl_Browser_load.cxx...
  656. Compiling Fl_Button.cxx...
  657. Compiling Fl_Box.cxx...
  658. Compiling Fl_Chart.cxx...
  659. Compiling Fl_Check_Browser.cxx...
  660. Compiling Fl_Choice.cxx...
  661. Compiling Fl_Check_Button.cxx...
  662. Compiling Fl_Clock.cxx...
  663. Compiling Fl_Color_Chooser.cxx...
  664. Compiling Fl_Copy_Surface.cxx...
  665. Compiling Fl_Counter.cxx...
  666. Compiling Fl_Dial.cxx...
  667. Compiling Fl_Device.cxx...
  668. Compiling Fl_Double_Window.cxx...
  669. Compiling Fl_File_Browser.cxx...
  670. Compiling Fl_File_Chooser.cxx...
  671. Compiling Fl_File_Icon.cxx...
  672. Compiling Fl_File_Chooser2.cxx...
  673. Compiling Fl_Group.cxx...
  674. Compiling Fl_File_Input.cxx...
  675. Compiling Fl_Help_View.cxx...
  676. Compiling Fl_Image.cxx...
  677. Compiling Fl_Image_Surface.cxx...
  678. Compiling Fl_Input.cxx...
  679. Compiling Fl_Input_.cxx...
  680. Compiling Fl_Light_Button.cxx...
  681. Compiling Fl_Menu.cxx...
  682. Compiling Fl_Menu_.cxx...
  683. Compiling Fl_Menu_Bar.cxx...
  684. Compiling Fl_Menu_Button.cxx...
  685. Compiling Fl_Menu_Window.cxx...
  686. Compiling Fl_Menu_add.cxx...
  687. Compiling Fl_Menu_global.cxx...
  688. Compiling Fl_Multi_Label.cxx...
  689. Compiling Fl_Native_File_Chooser.cxx...
  690. Compiling Fl_Overlay_Window.cxx...
  691. Compiling Fl_Pack.cxx...
  692. Compiling Fl_Paged_Device.cxx...
  693. Compiling Fl_Pixmap.cxx...
  694. Compiling Fl_PostScript.cxx...
  695. Compiling Fl_Positioner.cxx...
  696. Compiling Fl_Preferences.cxx...
  697. Compiling Fl_Printer.cxx...
  698. Compiling Fl_Progress.cxx...
  699. Compiling Fl_Repeat_Button.cxx...
  700. Compiling Fl_Return_Button.cxx...
  701. Compiling Fl_Round_Button.cxx...
  702. Compiling Fl_Roller.cxx...
  703. Compiling Fl_Scroll.cxx...
  704. Compiling Fl_Scrollbar.cxx...
  705. Compiling Fl_Shared_Image.cxx...
  706. Compiling Fl_Single_Window.cxx...
  707. Compiling Fl_Slider.cxx...
  708. Compiling Fl_Table_Row.cxx...
  709. Compiling Fl_Table.cxx...
  710. Compiling Fl_Tabs.cxx...
  711. Compiling Fl_Text_Buffer.cxx...
  712. Fl_Table.cxx: In member function ‘void Fl_Table::recalc_dimensions()’:
  713. Fl_Table.cxx:494:11: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses]
  714. if ( !hideh & hidev ) { hidev = (( table_h - tih + scrollsize ) <= 0 ); }
  715. ^
  716. Fl_Table.cxx:495:11: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses]
  717. if ( !hidev & hideh ) { hideh = (( table_w - tiw + scrollsize ) <= 0 ); }
  718. ^
  719. Compiling Fl_Text_Display.cxx...
  720. Compiling Fl_Text_Editor.cxx...
  721. Compiling Fl_Tile.cxx...
  722. Compiling Fl_Tiled_Image.cxx...
  723. Compiling Fl_Tree.cxx...
  724. Compiling Fl_Tree_Item.cxx...
  725. Compiling Fl_Tree_Item_Array.cxx...
  726. Compiling Fl_Tree_Prefs.cxx...
  727. Compiling Fl_Tooltip.cxx...
  728. Compiling Fl_Valuator.cxx...
  729. Compiling Fl_Value_Input.cxx...
  730. Compiling Fl_Value_Output.cxx...
  731. Compiling Fl_Value_Slider.cxx...
  732. Compiling Fl_Widget.cxx...
  733. Compiling Fl_Window.cxx...
  734. Compiling Fl_Window_fullscreen.cxx...
  735. Compiling Fl_Window_hotspot.cxx...
  736. Compiling Fl_Window_iconize.cxx...
  737. Compiling Fl_Window_shape.cxx...
  738. Compiling Fl_Wizard.cxx...
  739. Compiling Fl_XPM_Image.cxx...
  740. Compiling Fl_XBM_Image.cxx...
  741. Compiling Fl_abort.cxx...
  742. Compiling Fl_arg.cxx...
  743. Compiling Fl_add_idle.cxx...
  744. Compiling Fl_compose.cxx...
  745. Compiling Fl_display.cxx...
  746. Compiling Fl_get_key.cxx...
  747. Compiling Fl_get_system_colors.cxx...
  748. Compiling Fl_grab.cxx...
  749. Compiling Fl_lock.cxx...
  750. Compiling Fl_own_colormap.cxx...
  751. Compiling Fl_visual.cxx...
  752. Compiling Fl_x.cxx...
  753. Compiling filename_expand.cxx...
  754. Compiling filename_absolute.cxx...
  755. Compiling filename_ext.cxx...
  756. Compiling filename_isdir.cxx...
  757. Compiling filename_list.cxx...
  758. Compiling filename_setext.cxx...
  759. Fl_x.cxx: In function ‘KeySym fl_KeycodeToKeysym(Display*, KeyCode, unsigned int)’:
  760. Fl_x.cxx:1337:10: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated [-Wdeprecated-declarations]
  761. return XKeycodeToKeysym(d, k, i);
  762. ^
  763. In file included from ../FL/fl_utf8.h:63:0,
  764. from ../FL/Fl.H:30,
  765. from Fl_x.cxx:30:
  766. /usr/include/X11/Xlib.h:1687:15: note: declared here
  767. extern KeySym XKeycodeToKeysym(
  768. ^
  769. Fl_x.cxx:1337:10: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated [-Wdeprecated-declarations]
  770. return XKeycodeToKeysym(d, k, i);
  771. ^
  772. In file included from ../FL/fl_utf8.h:63:0,
  773. from ../FL/Fl.H:30,
  774. from Fl_x.cxx:30:
  775. /usr/include/X11/Xlib.h:1687:15: note: declared here
  776. extern KeySym XKeycodeToKeysym(
  777. ^
  778. Fl_x.cxx:1337:34: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated [-Wdeprecated-declarations]
  779. return XKeycodeToKeysym(d, k, i);
  780. ^
  781. In file included from ../FL/fl_utf8.h:63:0,
  782. from ../FL/Fl.H:30,
  783. from Fl_x.cxx:30:
  784. /usr/include/X11/Xlib.h:1687:15: note: declared here
  785. extern KeySym XKeycodeToKeysym(
  786. ^
  787. Compiling filename_match.cxx...
  788. Compiling fl_arc.cxx...
  789. Compiling fl_arci.cxx...
  790. Compiling fl_ask.cxx...
  791. Compiling fl_boxtype.cxx...
  792. Compiling fl_color.cxx...
  793. Compiling fl_cursor.cxx...
  794. Compiling fl_curve.cxx...
  795. Compiling fl_diamond_box.cxx...
  796. Compiling fl_dnd.cxx...
  797. Compiling fl_draw.cxx...
  798. Compiling fl_draw_image.cxx...
  799. Compiling fl_draw_pixmap.cxx...
  800. Compiling fl_encoding_latin1.cxx...
  801. Compiling fl_encoding_mac_roman.cxx...
  802. Compiling fl_engraved_label.cxx...
  803. Compiling fl_file_dir.cxx...
  804. Compiling fl_font.cxx...
  805. Compiling fl_gleam.cxx...
  806. Compiling fl_gtk.cxx...
  807. Compiling fl_labeltype.cxx...
  808. Compiling fl_line_style.cxx...
  809. Compiling fl_open_uri.cxx...
  810. Compiling fl_overlay.cxx...
  811. Compiling fl_oval_box.cxx...
  812. Compiling fl_overlay_visual.cxx...
  813. Compiling fl_read_image.cxx...
  814. Compiling fl_plastic.cxx...
  815. Compiling fl_rect.cxx...
  816. Compiling fl_round_box.cxx...
  817. Compiling fl_rounded_box.cxx...
  818. Compiling fl_set_font.cxx...
  819. Compiling fl_set_fonts.cxx...
  820. Compiling fl_scroll_area.cxx...
  821. Compiling fl_shadow_box.cxx...
  822. Compiling fl_shortcut.cxx...
  823. Compiling fl_show_colormap.cxx...
  824. Compiling fl_symbols.cxx...
  825. Compiling fl_vertex.cxx...
  826. Compiling screen_xywh.cxx...
  827. Compiling fl_utf8.cxx...
  828. Compiling ps_image.cxx...
  829. Compiling fl_call_main.c...
  830. Compiling flstring.c...
  831. Compiling numericsort.c...
  832. Compiling scandir.c...
  833. Compiling vsnprintf.c...
  834. Compiling fl_utf.c...
  835. Compiling xutf8/case.c...
  836. Compiling xutf8/is_spacing.c...
  837. Compiling xutf8/is_right2left.c...
  838. Compiling xutf8/keysym2Ucs.c...
  839. Compiling xutf8/utf8Input.c...
  840. Compiling xutf8/utf8Utils.c...
  841. Compiling xutf8/utf8Wrap.c...
  842. Compiling forms_compatability.cxx...
  843. Compiling forms_bitmap.cxx...
  844. Compiling forms_free.cxx...
  845. Compiling forms_fselect.cxx...
  846. Compiling forms_pixmap.cxx...
  847. Compiling forms_timer.cxx...
  848. Compiling Fl_Gl_Choice.cxx...
  849. Compiling Fl_Gl_Overlay.cxx...
  850. Compiling Fl_Gl_Device_Plugin.cxx...
  851. Compiling Fl_Gl_Window.cxx...
  852. Compiling freeglut_geometry.cxx...
  853. Compiling freeglut_stroke_mono_roman.cxx...
  854. Compiling freeglut_stroke_roman.cxx...
  855. Compiling freeglut_teapot.cxx...
  856. Compiling gl_draw.cxx...
  857. Compiling gl_start.cxx...
  858. Compiling glut_compatability.cxx...
  859. Compiling glut_font.cxx...
  860. Compiling fl_images_core.cxx...
  861. Compiling Fl_BMP_Image.cxx...
  862. Compiling Fl_File_Icon2.cxx...
  863. Compiling Fl_GIF_Image.cxx...
  864. Compiling Fl_Help_Dialog.cxx...
  865. Compiling Fl_JPEG_Image.cxx...
  866. Compiling Fl_PNG_Image.cxx...
  867. Compiling Fl_PNM_Image.cxx...
  868. /usr/bin/ar cr ../lib/libfltk.a ...
  869. /usr/bin/ar cr ../lib/libfltk_forms.a ...
  870. x86_64-pc-linux-gnu-g++ -m32 -L. -Wl,-Bsymbolic-functions -Wl,-gc-sections -Wl,-soname,libfltk.so.1.3 -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 -shared -fPIC -o libfltk.so.1.3 ...
  871. /usr/bin/ar cr ../lib/libfltk_gl.a ...
  872. /usr/bin/ar cr ../lib/libfltk_images.a ...
  873. x86_64-pc-linux-gnu-g++ -m32 -L. -Wl,-Bsymbolic-functions -Wl,-gc-sections -Wl,-soname,libfltk_forms.so.1.3 -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 -shared -fPIC -o libfltk_forms.so.1.3 ...
  874. x86_64-pc-linux-gnu-g++ -m32 -L. -Wl,-Bsymbolic-functions -Wl,-gc-sections -Wl,-soname,libfltk_gl.so.1.3 -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 -shared -fPIC -o libfltk_gl.so.1.3 ...
  875. x86_64-pc-linux-gnu-g++ -m32 -L. -Wl,-Bsymbolic-functions -Wl,-gc-sections -Wl,-soname,libfltk_images.so.1.3 -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 -shared -fPIC -o libfltk_images.so.1.3 ...
  876. === making fluid ===
  877. Compiling CodeEditor.cxx...
  878. Compiling Fl_Function_Type.cxx...
  879. Compiling Fl_Menu_Type.cxx...
  880. Compiling Fl_Group_Type.cxx...
  881. Compiling Fl_Type.cxx...
  882. Compiling Fl_Widget_Type.cxx...
  883. Compiling Fl_Window_Type.cxx...
  884. Compiling Fluid_Image.cxx...
  885. Compiling about_panel.cxx...
  886. Compiling align_widget.cxx...
  887. Compiling alignment_panel.cxx...
  888. Compiling code.cxx...
  889. Compiling factory.cxx...
  890. Compiling file.cxx...
  891. Compiling fluid.cxx...
  892. Compiling function_panel.cxx...
  893. Compiling template_panel.cxx...
  894. Compiling undo.cxx...
  895. Compiling widget_panel.cxx...
  896. Linking fluid-shared...
  897. Linking fluid...
  898. === making test ===
  899. Compiling unittests.cxx...
  900. Compiling adjuster.cxx...
  901. Compiling arc.cxx...
  902. Compiling ask.cxx...
  903. Compiling bitmap.cxx...
  904. Compiling blocks.cxx...
  905. Compiling boxtype.cxx...
  906. Compiling browser.cxx...
  907. Compiling button.cxx...
  908. Compiling buttons.cxx...
  909. Compiling cairo_test.cxx...
  910. Compiling checkers.cxx...
  911. Compiling clock.cxx...
  912. Compiling colbrowser.cxx...
  913. Compiling color_chooser.cxx...
  914. Compiling cursor.cxx...
  915. Compiling curve.cxx...
  916. Compiling demo.cxx...
  917. Compiling device.cxx...
  918. Compiling doublebuffer.cxx...
  919. Compiling editor.cxx...
  920. Generating fast_slow.cxx and header from fast_slow.fl...
  921. Generating fast_slow.h and header from fast_slow.fl...
  922. Compiling file_chooser.cxx...
  923. Compiling fonts.cxx...
  924. Compiling forms.cxx...
  925. Compiling hello.cxx...
  926. Compiling help.cxx...
  927. Compiling icon.cxx...
  928. Compiling iconize.cxx...
  929. Compiling image.cxx...
  930. Generating inactive.cxx and header from inactive.fl...
  931. Generating inactive.h and header from inactive.fl...
  932. Compiling input.cxx...
  933. Compiling input_choice.cxx...
  934. Generating keyboard_ui.cxx and header from keyboard_ui.fl...
  935. Generating keyboard_ui.h and header from keyboard_ui.fl...
  936. Compiling label.cxx...
  937. Compiling line_style.cxx...
  938. Compiling list_visuals.cxx...
  939. Generating mandelbrot_ui.cxx and header from mandelbrot_ui.fl...
  940. Generating mandelbrot_ui.h and header from mandelbrot_ui.fl...
  941. Compiling menubar.cxx...
  942. Compiling message.cxx...
  943. Compiling native-filechooser.cxx...
  944. Compiling minimum.cxx...
  945. Compiling navigation.cxx...
  946. Compiling output.cxx...
  947. Compiling overlay.cxx...
  948. Compiling pack.cxx...
  949. Compiling pixmap.cxx...
  950. Compiling pixmap_browser.cxx...
  951. Generating preferences.cxx and header from preferences.fl...
  952. Generating radio.cxx and header from radio.fl...
  953. Generating preferences.h and header from preferences.fl...
  954. Generating radio.h and header from radio.fl...
  955. Generating resize.cxx and header from resize.fl...
  956. Generating resize.h and header from resize.fl...
  957. Compiling resizebox.cxx...
  958. Compiling rotated_text.cxx...
  959. Compiling scroll.cxx...
  960. Compiling subwindow.cxx...
  961. Compiling sudoku.cxx...
  962. Compiling symbols.cxx...
  963. Compiling table.cxx...
  964. Generating tabs.cxx and header from tabs.fl...
  965. Generating tabs.h and header from tabs.fl...
  966. Compiling threads.cxx...
  967. Compiling tile.cxx...
  968. Compiling tiled_image.cxx...
  969. Generating tree.cxx and header from tree.fl...
  970. Generating tree.h and header from tree.fl...
  971. Compiling twowin.cxx...
  972. Generating valuators.cxx and header from valuators.fl...
  973. Compiling utf8.cxx...
  974. Generating valuators.h and header from valuators.fl...
  975. Compiling windowfocus.cxx...
  976. Compiling cube.cxx...
  977. Generating CubeViewUI.h and header from CubeViewUI.fl...
  978. Compiling CubeView.cxx...
  979. Generating CubeViewUI.cxx and header from CubeViewUI.fl...
  980. Compiling fractals.cxx...
  981. Compiling fracviewer.cxx...
  982. Compiling gl_overlay.cxx...
  983. Compiling fullscreen.cxx...
  984. Compiling glpuzzle.cxx...
  985. Linking unittests...
  986. Compiling shape.cxx...
  987. Linking adjuster...
  988. Linking arc...
  989. Linking ask...
  990. Linking bitmap...
  991. Linking blocks...
  992. Linking boxtype...
  993. Linking browser...
  994. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/../../../libasound.so when searching for -lasound
  995. /usr/bin/ld: skipping incompatible /usr/lib/libasound.so when searching for -lasound
  996. /usr/bin/ld: cannot find -lasound
  997. collect2: error: ld returned 1 exit status
  998. Makefile:304: recipe for target 'blocks' failed
  999. make[1]: *** [blocks] Error 1
  1000. make[1]: *** Bitmemiş işler için bekliyor....
  1001. Linking button...
  1002. Makefile:24: recipe for target 'all' failed
  1003. make: *** [all] Error 1
  1004. DEBUG: "make -j5" dönüş değeri 2
  1005. *** 0 hata, 1 uyarı
  1006. Program sonlandırıldı.
  1007. "make -j5" komutu başarısız oldu, dönüş değeri: 2 .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement