Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.22 KB | None | 0 0
  1.  
  2. Spiros@LAPTOP-HFRAOJ7E MINGW64 /c/Users/Spiros/haskell/fltkhs-hello-world
  3. $ stack install --flag fltkhs:bundled && stack exec fltkhs-hello-world
  4. fltkhs-0.5.1.6: configure
  5. fltkhs-0.5.1.6: build
  6.  
  7. -- While building package fltkhs-0.5.1.6 using:
  8. C:\Users\Spiros\AppData\Local\Temp\stack4804\fltkhs-0.5.1.6\.stack-work\di st\ca59d0ab\setup\setup --builddir=.stack-work\dist\ca59d0ab build --ghc-options " -ddump-hi -ddump-to-file"
  9. Process exited with code: ExitFailure 2
  10. Logs have been written to: C:\Users\Spiros\haskell\fltkhs-hello-world\.stack -work\logs\fltkhs-0.5.1.6.log
  11.  
  12. [1 of 1] Compiling Main ( C:\Users\Spiros\AppData\Local\Temp\sta ck4804\fltkhs-0.5.1.6\Setup.hs, C:\Users\Spiros\AppData\Local\Temp\stack4804\flt khs-0.5.1.6\.stack-work\dist\ca59d0ab\setup\Main.o )
  13. Linking C:\Users\Spiros\AppData\Local\Temp\stack4804\fltkhs-0.5.1.6\.stack-w ork\dist\ca59d0ab\setup\setup.exe ...
  14. Building bundled FLTK
  15. configure: loading site script /usr/local/etc/config.site
  16. checking build system type... x86_64-w64-mingw32
  17. checking host system type... x86_64-w64-mingw32
  18. checking for gcc... gcc
  19. checking whether the C compiler works... yes
  20. checking for C compiler default output file name... a.exe
  21. checking for suffix of executables... .exe
  22. checking whether we are cross compiling... no
  23. checking for suffix of object files... o
  24. checking whether we are using the GNU C compiler... yes
  25. checking whether gcc accepts -g... yes
  26. checking for gcc option to accept ISO C89... none needed
  27. checking for g++... g++
  28. checking whether we are using the GNU C++ compiler... yes
  29. checking whether g++ accepts -g... yes
  30. checking for a BSD-compatible install... /usr/bin/install -c
  31. checking for nroff... /usr/bin/nroff
  32. checking for doxygen... no
  33. checking for ranlib... ranlib
  34. checking for ar... /c/Users/Spiros/AppData/Local/Programs/stack/x86_64-windo ws/ghc-8.0.2/mingw/bin/ar
  35. checking for windres... /c/Users/Spiros/AppData/Local/Programs/stack/x86_64- windows/ghc-8.0.2/mingw/bin/windres
  36. checking how to run the C preprocessor... gcc -E
  37. checking for grep that handles long lines and -e... /usr/bin/grep
  38. checking for egrep... /usr/bin/grep -E
  39. checking for ANSI C header files... yes
  40. checking for sys/types.h... yes
  41. checking for sys/stat.h... yes
  42. checking for stdlib.h... yes
  43. checking for string.h... yes
  44. checking for memory.h... yes
  45. checking for strings.h... yes
  46. checking for inttypes.h... yes
  47. checking for stdint.h... yes
  48. checking for unistd.h... yes
  49. checking size of short... 2
  50. checking size of int... 4
  51. checking size of long... 4
  52. checking whether byte ordering is bigendian... no
  53. checking whether the compiler recognizes bool as a built-in type... yes
  54. checking for dirent.h that defines DIR... yes
  55. checking for library containing opendir... none required
  56. checking sys/select.h usability... no
  57. checking sys/select.h presence... no
  58. checking for sys/select.h... no
  59. checking sys/stdtypes.h usability... no
  60. checking sys/stdtypes.h presence... no
  61. checking for sys/stdtypes.h... no
  62. checking whether we have the POSIX compatible scandir() prototype... no
  63. checking for scandir... no
  64. checking for vsnprintf... yes
  65. checking for snprintf... yes
  66. checking for strings.h... (cached) yes
  67. checking for strcasecmp... yes
  68. checking for strlcat... no
  69. checking for strlcpy... no
  70. checking locale.h usability... yes
  71. checking locale.h presence... yes
  72. checking for locale.h... yes
  73. checking for localeconv... yes
  74. checking for library containing pow... none required
  75. checking for special C compiler options needed for large files... no
  76. checking for _FILE_OFFSET_BITS value needed for large files... 64
  77. checking for long long int... yes
  78. checking for library containing dlsym... no
  79. checking dlfcn.h usability... no
  80. checking dlfcn.h presence... no
  81. checking for dlfcn.h... no
  82. checking GL/gl.h usability... yes
  83. checking GL/gl.h presence... yes
  84. checking for GL/gl.h... yes
  85. checking GL/glu.h usability... yes
  86. checking GL/glu.h presence... yes
  87. checking for GL/glu.h... yes
  88. checking if GCC supports -fno-exceptions... yes
  89. checking if GCC supports -fno-strict-aliasing... yes
  90. checking if ld supports -no-undefined... yes
  91. checking if ld supports -Bsymbolic-functions... yes
  92. checking if toolchain supports sections... yes
  93.  
  94. Configuration Summary
  95. -------------------------------------------------------------------------
  96. Directories: prefix=/mingw64
  97. bindir=${exec_prefix}/bin
  98. datadir=${datarootdir}
  99. datarootdir=${prefix}/share
  100. exec_prefix=${prefix}
  101. includedir=${prefix}/include
  102. libdir=${exec_prefix}/lib
  103. mandir=${datarootdir}/man
  104. MSys docpath=/local/share/doc/fltk
  105. Graphics: GDI
  106. Image Libraries: JPEG=Builtin
  107. PNG=Builtin
  108. ZLIB=Builtin
  109. Large Files: YES
  110. OpenGL: YES
  111. Threads: YES
  112. configure: creating ./config.status
  113. config.status: creating makeinclude
  114. config.status: creating fltk.list
  115. config.status: creating fltk-config
  116. config.status: creating fltk.spec
  117. config.status: creating FL/Makefile
  118. config.status: creating config.h
  119. config.status: creating FL/abi-version.h
  120. === making jpeg ===
  121. Compiling jaricom.c...
  122. Compiling jcapimin.c...
  123. Compiling jcapistd.c...
  124. Compiling jcarith.c...
  125. Compiling jccoefct.c...
  126. Compiling jccolor.c...
  127. Compiling jcdctmgr.c...
  128. Compiling jchuff.c...
  129. Compiling jcinit.c...
  130. Compiling jcmainct.c...
  131. Compiling jcmarker.c...
  132. Compiling jcmaster.c...
  133. Compiling jcomapi.c...
  134. Compiling jcparam.c...
  135. Compiling jcprepct.c...
  136. Compiling jcsample.c...
  137. Compiling jctrans.c...
  138. Compiling jdapimin.c...
  139. Compiling jdapistd.c...
  140. Compiling jdarith.c...
  141. Compiling jdatadst.c...
  142. Compiling jdatasrc.c...
  143. Compiling jdcoefct.c...
  144. Compiling jdcolor.c...
  145. Compiling jddctmgr.c...
  146. Compiling jdhuff.c...
  147. Compiling jdinput.c...
  148. Compiling jdmainct.c...
  149. Compiling jdmarker.c...
  150. Compiling jdmaster.c...
  151. Compiling jdmerge.c...
  152. Compiling jdpostct.c...
  153. Compiling jdsample.c...
  154. Compiling jdtrans.c...
  155. Compiling jerror.c...
  156. Compiling jfdctflt.c...
  157. Compiling jfdctfst.c...
  158. Compiling jfdctint.c...
  159. Compiling jidctflt.c...
  160. Compiling jidctfst.c...
  161. Compiling jidctint.c...
  162. Compiling jmemmgr.c...
  163. Compiling jmemnobs.c...
  164. Compiling jquant1.c...
  165. Compiling jquant2.c...
  166. Compiling jutils.c...
  167. Archiving ../lib/libfltk_jpeg.a...
  168. === making zlib ===
  169. Compiling adler32.c...
  170. Compiling compress.c...
  171. Compiling crc32.c...
  172. Compiling uncompr.c...
  173. Compiling deflate.c...
  174. Compiling trees.c...
  175. Compiling zutil.c...
  176. Compiling inflate.c...
  177. Compiling inftrees.c...
  178. Compiling inffast.c...
  179. Compiling gzclose.c...
  180. Compiling gzlib.c...
  181. Compiling gzread.c...
  182. Compiling gzwrite.c...
  183. Compiling infback.c...
  184. Archiving ../lib/libfltk_z.a...
  185. === making png ===
  186. Compiling png.c...
  187. Compiling pngset.c...
  188. Compiling pngget.c...
  189. Compiling pngrutil.c...
  190. Compiling pngtrans.c...
  191. Compiling pngwutil.c...
  192. Compiling pngread.c...
  193. Compiling pngrio.c...
  194. Compiling pngwio.c...
  195. Compiling pngwrite.c...
  196. Compiling pngrtran.c...
  197. Compiling pngwtran.c...
  198. Compiling pngmem.c...
  199. Compiling pngerror.c...
  200. Compiling pngpread.c...
  201. Archiving ../lib/libfltk_png.a...
  202. === making src ===
  203. Compiling Fl.cxx...
  204. Compiling Fl_Adjuster.cxx...
  205. Compiling Fl_Bitmap.cxx...
  206. Compiling Fl_Browser.cxx...
  207. Compiling Fl_Browser_.cxx...
  208. Compiling Fl_Browser_load.cxx...
  209. Compiling Fl_Box.cxx...
  210. Compiling Fl_Button.cxx...
  211. Compiling Fl_Chart.cxx...
  212. Compiling Fl_Check_Browser.cxx...
  213. Compiling Fl_Check_Button.cxx...
  214. Compiling Fl_Choice.cxx...
  215. Compiling Fl_Clock.cxx...
  216. Compiling Fl_Color_Chooser.cxx...
  217. Compiling Fl_Copy_Surface.cxx...
  218. Compiling Fl_Counter.cxx...
  219. Compiling Fl_Dial.cxx...
  220. Compiling Fl_Device.cxx...
  221. Compiling Fl_Double_Window.cxx...
  222. Compiling Fl_File_Browser.cxx...
  223. Compiling Fl_File_Chooser.cxx...
  224. Compiling Fl_File_Chooser2.cxx...
  225. Compiling Fl_File_Icon.cxx...
  226. Compiling Fl_File_Input.cxx...
  227. Compiling Fl_Group.cxx...
  228. Compiling Fl_Help_View.cxx...
  229. Compiling Fl_Image.cxx...
  230. Compiling Fl_Image_Surface.cxx...
  231. Compiling Fl_Input.cxx...
  232. Compiling Fl_Input_.cxx...
  233. Compiling Fl_Light_Button.cxx...
  234. Compiling Fl_Menu.cxx...
  235. Compiling Fl_Menu_.cxx...
  236. Compiling Fl_Menu_Bar.cxx...
  237. Compiling Fl_Menu_Button.cxx...
  238. Compiling Fl_Menu_Window.cxx...
  239. Compiling Fl_Menu_add.cxx...
  240. Compiling Fl_Menu_global.cxx...
  241. Compiling Fl_Multi_Label.cxx...
  242. Compiling Fl_Native_File_Chooser.cxx...
  243. Compiling Fl_Overlay_Window.cxx...
  244. Compiling Fl_Pack.cxx...
  245. Compiling Fl_Paged_Device.cxx...
  246. Compiling Fl_Pixmap.cxx...
  247. Compiling Fl_PostScript.cxx...
  248. Compiling Fl_Positioner.cxx...
  249. Compiling Fl_Preferences.cxx...
  250. Compiling Fl_Printer.cxx...
  251. Compiling Fl_Progress.cxx...
  252. Compiling Fl_Repeat_Button.cxx...
  253. Compiling Fl_Return_Button.cxx...
  254. Compiling Fl_Roller.cxx...
  255. Compiling Fl_Round_Button.cxx...
  256. Compiling Fl_Scroll.cxx...
  257. Compiling Fl_Scrollbar.cxx...
  258. Compiling Fl_Shared_Image.cxx...
  259. Compiling Fl_Single_Window.cxx...
  260. Compiling Fl_Slider.cxx...
  261. Compiling Fl_Table.cxx...
  262. Compiling Fl_Table_Row.cxx...
  263. Compiling Fl_Tabs.cxx...
  264. Compiling Fl_Text_Buffer.cxx...
  265. Compiling Fl_Text_Display.cxx...
  266. Compiling Fl_Text_Editor.cxx...
  267. Compiling Fl_Tile.cxx...
  268. Compiling Fl_Tiled_Image.cxx...
  269. Compiling Fl_Tree.cxx...
  270. Compiling Fl_Tree_Item.cxx...
  271. Compiling Fl_Tree_Item_Array.cxx...
  272. Compiling Fl_Tree_Prefs.cxx...
  273. Compiling Fl_Tooltip.cxx...
  274. Compiling Fl_Valuator.cxx...
  275. Compiling Fl_Value_Input.cxx...
  276. Compiling Fl_Value_Output.cxx...
  277. Compiling Fl_Value_Slider.cxx...
  278. Compiling Fl_Widget.cxx...
  279. Compiling Fl_Window.cxx...
  280. Compiling Fl_Window_fullscreen.cxx...
  281. Compiling Fl_Window_hotspot.cxx...
  282. Compiling Fl_Window_iconize.cxx...
  283. Compiling Fl_Window_shape.cxx...
  284. Compiling Fl_Wizard.cxx...
  285. Compiling Fl_XBM_Image.cxx...
  286. Compiling Fl_XPM_Image.cxx...
  287. Compiling Fl_abort.cxx...
  288. Compiling Fl_add_idle.cxx...
  289. Compiling Fl_arg.cxx...
  290. Compiling Fl_compose.cxx...
  291. Compiling Fl_display.cxx...
  292. Compiling Fl_get_key.cxx...
  293. Compiling Fl_get_system_colors.cxx...
  294. Compiling Fl_grab.cxx...
  295. Compiling Fl_lock.cxx...
  296. Compiling Fl_own_colormap.cxx...
  297. Compiling Fl_visual.cxx...
  298. Compiling Fl_x.cxx...
  299. Compiling filename_absolute.cxx...
  300. Compiling filename_expand.cxx...
  301. Compiling filename_ext.cxx...
  302. Compiling filename_isdir.cxx...
  303. Compiling filename_list.cxx...
  304. Compiling filename_match.cxx...
  305. Compiling filename_setext.cxx...
  306. Compiling fl_arc.cxx...
  307. Compiling fl_arci.cxx...
  308. Compiling fl_ask.cxx...
  309. Compiling fl_boxtype.cxx...
  310. Compiling fl_color.cxx...
  311. Compiling fl_cursor.cxx...
  312. Compiling fl_curve.cxx...
  313. Compiling fl_diamond_box.cxx...
  314. Compiling fl_dnd.cxx...
  315. Compiling fl_draw.cxx...
  316. Compiling fl_draw_image.cxx...
  317. Compiling fl_draw_pixmap.cxx...
  318. Compiling fl_encoding_latin1.cxx...
  319. Compiling fl_encoding_mac_roman.cxx...
  320. Compiling fl_engraved_label.cxx...
  321. Compiling fl_file_dir.cxx...
  322. Compiling fl_font.cxx...
  323. Compiling fl_gleam.cxx...
  324. Compiling fl_gtk.cxx...
  325. Compiling fl_labeltype.cxx...
  326. Compiling fl_line_style.cxx...
  327. Compiling fl_open_uri.cxx...
  328. Compiling fl_oval_box.cxx...
  329. Compiling fl_overlay.cxx...
  330. Compiling fl_overlay_visual.cxx...
  331. Compiling fl_plastic.cxx...
  332. Compiling fl_read_image.cxx...
  333. Compiling fl_rect.cxx...
  334. Compiling fl_round_box.cxx...
  335. Compiling fl_rounded_box.cxx...
  336. Compiling fl_set_font.cxx...
  337. Compiling fl_set_fonts.cxx...
  338. Compiling fl_scroll_area.cxx...
  339. Compiling fl_shadow_box.cxx...
  340. Compiling fl_shortcut.cxx...
  341. Compiling fl_show_colormap.cxx...
  342. Compiling fl_symbols.cxx...
  343. Compiling fl_vertex.cxx...
  344. Compiling screen_xywh.cxx...
  345. Compiling fl_utf8.cxx...
  346. Compiling ps_image.cxx...
  347. Compiling fl_call_main.c...
  348. Compiling flstring.c...
  349. Compiling scandir.c...
  350. Compiling numericsort.c...
  351. Compiling vsnprintf.c...
  352. Compiling fl_utf.c...
  353. Compiling xutf8/case.c...
  354. Compiling xutf8/is_right2left.c...
  355. Compiling xutf8/is_spacing.c...
  356. Compiling xutf8/keysym2Ucs.c...
  357. Compiling xutf8/utf8Input.c...
  358. Compiling xutf8/utf8Utils.c...
  359. Compiling xutf8/utf8Wrap.c...
  360. /c/Users/Spiros/AppData/Local/Programs/stack/x86_64-windows/ghc-8.0.2/mingw/ bin/ar cr ../lib/libfltk.a ...
  361. g++ -L. -mwindows -Wl,-no-undefined -Wl,-Bsymbolic-functions -Wl,-gc-section s -shared -Wl,--whole-archive -Wl,--export-all-symbols -Wl,--enable-runtime-pseu do-reloc -Wl,--enable-auto-import -Wl,--enable-auto-image-base -o mgwfltknox-1.3 .dll ../lib/libfltk.a ...
  362. Compiling forms_compatability.cxx...
  363. Compiling forms_bitmap.cxx...
  364. Compiling forms_free.cxx...
  365. Compiling forms_fselect.cxx...
  366. Compiling forms_pixmap.cxx...
  367. Compiling forms_timer.cxx...
  368. /c/Users/Spiros/AppData/Local/Programs/stack/x86_64-windows/ghc-8.0.2/mingw/ bin/ar cr ../lib/libfltk_forms.a ...
  369. g++ -L. -mwindows -Wl,-no-undefined -Wl,-Bsymbolic-functions -Wl,-gc-section s -shared -Wl,--whole-archive -Wl,--export-all-symbols -Wl,--enable-runtime-pseu do-reloc -Wl,--enable-auto-import -Wl,--enable-auto-image-base -o mgwfltknox_for ms-1.3.dll ../lib/libfltk_forms.a ...
  370. Compiling Fl_Gl_Choice.cxx...
  371. Compiling Fl_Gl_Overlay.cxx...
  372. Compiling Fl_Gl_Device_Plugin.cxx...
  373. Compiling Fl_Gl_Window.cxx...
  374. Compiling freeglut_geometry.cxx...
  375. Compiling freeglut_stroke_mono_roman.cxx...
  376. Compiling freeglut_stroke_roman.cxx...
  377. Compiling freeglut_teapot.cxx...
  378. Compiling gl_draw.cxx...
  379. Compiling gl_start.cxx...
  380. Compiling glut_compatability.cxx...
  381. Compiling glut_font.cxx...
  382. /c/Users/Spiros/AppData/Local/Programs/stack/x86_64-windows/ghc-8.0.2/mingw/ bin/ar cr ../lib/libfltk_gl.a ...
  383. g++ -L. -mwindows -Wl,-no-undefined -Wl,-Bsymbolic-functions -Wl,-gc-section s -shared -Wl,--whole-archive -Wl,--export-all-symbols -Wl,--enable-runtime-pseu do-reloc -Wl,--enable-auto-import -Wl,--enable-auto-image-base -o mgwfltknox_gl- 1.3.dll ../lib/libfltk_gl.a ...
  384. Compiling fl_images_core.cxx...
  385. Compiling Fl_BMP_Image.cxx...
  386. Compiling Fl_File_Icon2.cxx...
  387. Compiling Fl_GIF_Image.cxx...
  388. Compiling Fl_Help_Dialog.cxx...
  389. Compiling Fl_JPEG_Image.cxx...
  390. Compiling Fl_PNG_Image.cxx...
  391. Compiling Fl_PNM_Image.cxx...
  392. /c/Users/Spiros/AppData/Local/Programs/stack/x86_64-windows/ghc-8.0.2/mingw/ bin/ar cr ../lib/libfltk_images.a ...
  393. g++ -L. -mwindows -Wl,-no-undefined -Wl,-Bsymbolic-functions -Wl,-gc-section s -shared -Wl,--whole-archive -Wl,--export-all-symbols -Wl,--enable-runtime-pseu do-reloc -Wl,--enable-auto-import -Wl,--enable-auto-image-base -o mgwfltknox_ima ges-1.3.dll ../lib/libfltk_images.a ...
  394. === making fluid ===
  395. Compiling CodeEditor.cxx...
  396. Compiling ExternalCodeEditor_UNIX.cxx...
  397. Compiling ExternalCodeEditor_WIN32.cxx...
  398. Compiling Fl_Function_Type.cxx...
  399. Compiling Fl_Group_Type.cxx...
  400. Compiling Fl_Menu_Type.cxx...
  401. Compiling Fl_Type.cxx...
  402. Compiling Fl_Widget_Type.cxx...
  403. Compiling Fl_Window_Type.cxx...
  404. Compiling Fluid_Image.cxx...
  405. Compiling about_panel.cxx...
  406. Compiling align_widget.cxx...
  407. Compiling alignment_panel.cxx...
  408. Compiling code.cxx...
  409. Compiling factory.cxx...
  410. Compiling file.cxx...
  411. Compiling fluid.cxx...
  412. Compiling function_panel.cxx...
  413. Compiling template_panel.cxx...
  414. Compiling undo.cxx...
  415. Compiling widget_panel.cxx...
  416. Linking fluid-shared.exe...
  417. Linking fluid.exe...
  418. === making test ===
  419. Compiling unittests.cxx...
  420. Linking unittests.exe...
  421. Compiling animated.cxx...
  422. Linking animated.exe...
  423. Compiling adjuster.cxx...
  424. Linking adjuster.exe...
  425. Compiling arc.cxx...
  426. Linking arc.exe...
  427. Compiling ask.cxx...
  428. Linking ask.exe...
  429. Compiling bitmap.cxx...
  430. Linking bitmap.exe...
  431. Compiling blocks.cxx...
  432. Linking blocks.exe...
  433. Compiling boxtype.cxx...
  434. Linking boxtype.exe...
  435. Compiling browser.cxx...
  436. Linking browser.exe...
  437. Compiling button.cxx...
  438. Linking button.exe...
  439. Compiling buttons.cxx...
  440. Linking buttons.exe...
  441. Compiling cairo_test.cxx...
  442. Linking cairo_test.exe...
  443. Compiling checkers.cxx...
  444. Linking checkers.exe...
  445. Compiling clock.cxx...
  446. Linking clock.exe...
  447. Compiling colbrowser.cxx...
  448. Linking colbrowser.exe...
  449. Compiling color_chooser.cxx...
  450. Linking color_chooser.exe...
  451. Compiling cursor.cxx...
  452. Linking cursor.exe...
  453. Compiling curve.cxx...
  454. Linking curve.exe...
  455. Compiling demo.cxx...
  456. Linking demo.exe...
  457. Compiling device.cxx...
  458. Linking device.exe...
  459. Compiling doublebuffer.cxx...
  460. Linking doublebuffer.exe...
  461. Compiling editor.cxx...
  462. Linking editor.exe...
  463. Generating fast_slow.cxx and header from fast_slow.fl...
  464. Compiling fast_slow.cxx...
  465. Linking fast_slow.exe...
  466. Compiling file_chooser.cxx...
  467. Linking file_chooser.exe...
  468. Compiling fonts.cxx...
  469. Linking fonts.exe...
  470. Compiling forms.cxx...
  471. Linking forms.exe...
  472. Compiling hello.cxx...
  473. Linking hello.exe...
  474. Compiling help.cxx...
  475. Linking help.exe...
  476. Compiling icon.cxx...
  477. Linking icon.exe...
  478. Compiling iconize.cxx...
  479. Linking iconize.exe...
  480. Compiling image.cxx...
  481. Linking image.exe...
  482. Generating inactive.cxx and header from inactive.fl...
  483. Compiling inactive.cxx...
  484. Linking inactive.exe...
  485. Compiling input.cxx...
  486. Linking input.exe...
  487. Compiling input_choice.cxx...
  488. Linking input_choice.exe...
  489. Generating keyboard_ui.cxx and header from keyboard_ui.fl...
  490. Compiling keyboard_ui.cxx...
  491. Compiling keyboard.cxx...
  492. Linking keyboard.exe...
  493. Compiling label.cxx...
  494. Linking label.exe...
  495. Compiling line_style.cxx...
  496. Linking line_style.exe...
  497. Compiling list_visuals.cxx...
  498. Linking list_visuals.exe...
  499. Generating mandelbrot_ui.cxx and header from mandelbrot_ui.fl...
  500. Compiling mandelbrot_ui.cxx...
  501. Compiling mandelbrot.cxx...
  502. Linking mandelbrot.exe...
  503. Compiling menubar.cxx...
  504. Linking menubar.exe...
  505. Compiling message.cxx...
  506. Linking message.exe...
  507. Compiling minimum.cxx...
  508. Linking minimum.exe...
  509. Compiling native-filechooser.cxx...
  510. Linking native-filechooser.exe...
  511. Compiling navigation.cxx...
  512. Linking navigation.exe...
  513. Compiling offscreen.cxx...
  514. Linking offscreen.exe...
  515. Compiling output.cxx...
  516. Linking output.exe...
  517. Compiling overlay.cxx...
  518. Linking overlay.exe...
  519. Compiling pack.cxx...
  520. Linking pack.exe...
  521. Compiling pixmap.cxx...
  522. Linking pixmap.exe...
  523. Compiling pixmap_browser.cxx...
  524. Linking pixmap_browser.exe...
  525. Generating preferences.cxx and header from preferences.fl...
  526. Compiling preferences.cxx...
  527. Linking preferences.exe...
  528. Generating radio.cxx and header from radio.fl...
  529. Compiling radio.cxx...
  530. Linking radio.exe...
  531. Generating resize.cxx and header from resize.fl...
  532. Compiling resize.cxx...
  533. Linking resize.exe...
  534. Compiling resizebox.cxx...
  535. Linking resizebox.exe...
  536. Compiling rotated_text.cxx...
  537. Linking rotated_text.exe...
  538. Compiling scroll.cxx...
  539. Linking scroll.exe...
  540. Compiling subwindow.cxx...
  541. Linking subwindow.exe...
  542. Compiling sudoku.cxx...
  543. Linking sudoku.exe...
  544. Compiling symbols.cxx...
  545. Linking symbols.exe...
  546. Compiling table.cxx...
  547. Linking table.exe...
  548. Generating tabs.cxx and header from tabs.fl...
  549. Compiling tabs.cxx...
  550. Linking tabs.exe...
  551. Compiling threads.cxx...
  552. Linking threads.exe...
  553. Compiling tile.cxx...
  554. Linking tile.exe...
  555. Compiling tiled_image.cxx...
  556. Linking tiled_image.exe...
  557. Generating tree.cxx and header from tree.fl...
  558. Compiling tree.cxx...
  559. Linking tree.exe...
  560. Compiling twowin.cxx...
  561. Linking twowin.exe...
  562. Generating valuators.cxx and header from valuators.fl...
  563. Compiling valuators.cxx...
  564. Linking valuators.exe...
  565. Compiling utf8.cxx...
  566. Linking utf8.exe...
  567. Compiling windowfocus.cxx...
  568. Linking windowfocus.exe...
  569. Compiling cube.cxx...
  570. Linking cube.exe...
  571. Generating CubeViewUI.h and header from CubeViewUI.fl...
  572. Compiling CubeMain.cxx...
  573. Compiling CubeView.cxx...
  574. Compiling CubeViewUI.cxx...
  575. Linking CubeView.exe...
  576. Compiling fractals.cxx...
  577. Compiling fracviewer.cxx...
  578. Linking fractals.exe...
  579. Compiling fullscreen.cxx...
  580. Linking fullscreen.exe...
  581. Compiling gl_overlay.cxx...
  582. Linking gl_overlay.exe...
  583. Compiling glpuzzle.cxx...
  584. Linking glpuzzle.exe...
  585. Compiling shape.cxx...
  586. Linking shape.exe...
  587. === making documentation ===
  588. Formatting src/fltk.man...
  589. Formatting src/fltk-config.man...
  590. Formatting src/fluid.man...
  591. Formatting src/blocks.man...
  592. Formatting src/checkers.man...
  593. Formatting src/sudoku.man...
  594. Running autoconf ...
  595. Configuring fltkhs-0.5.1.6...
  596. : WARNING: unrecognized options: --with-compiler
  597. : loading site script /usr/local/etc/config.site
  598. checking whether the C compiler works... yes
  599. checking for C compiler default output file name... a.exe
  600. checking for suffix of executables... .exe
  601. checking whether we are cross compiling... no
  602. checking for suffix of object files... o
  603. checking whether we are using the GNU C compiler... yes
  604. checking whether C:\Users\Spiros\AppData\Local\Programs\stack\X86_64~1\GHC-8 0~1.2\mingw\bin\gcc.exe accepts -g... yes
  605. checking for C:\Users\Spiros\AppData\Local\Programs\stack\X86_64~1\GHC-80~1. 2\mingw\bin\gcc.exe option to accept ISO C89... none needed
  606. checking for clang++... no
  607. checking for g++... g++
  608. checking whether we are using the GNU C++ compiler... yes
  609. checking whether g++ accepts -g... yes
  610. checking for fltk-config... fltk-config
  611. checking how to run the C preprocessor... C:\Users\Spiros\AppData\Local\Prog rams\stack\X86_64~1\GHC-80~1.2\mingw\bin\gcc.exe -E
  612. checking for grep that handles long lines and -e... /usr/bin/grep
  613. checking for egrep... /usr/bin/grep -E
  614. checking for ANSI C header files... yes
  615. checking for sys/types.h... yes
  616. checking for sys/stat.h... yes
  617. checking for stdlib.h... yes
  618. checking for string.h... yes
  619. checking for memory.h... yes
  620. checking for strings.h... yes
  621. checking for inttypes.h... yes
  622. checking for stdint.h... yes
  623. checking for unistd.h... yes
  624. checking stddef.h usability... yes
  625. checking stddef.h presence... yes
  626. checking for stddef.h... yes
  627. checking for stdint.h... (cached) yes
  628. checking for stdlib.h... (cached) yes
  629. checking for string.h... (cached) yes
  630. checking for unistd.h... (cached) yes
  631. checking for main in -ldl... no
  632. checking for size_t... yes
  633. checking for stdlib.h... (cached) yes
  634. checking for GNU libc compatible malloc... yes
  635. checking for select... no
  636. checking for strdup... yes
  637. checking for strerror... yes
  638. checking for strrchr... yes
  639. checking for strtol... yes
  640. : creating ./config.status
  641. config.status: creating Makefile
  642. config.status: creating c-src/Makefile
  643. config.status: creating c-examples/Makefile
  644. config.status: creating fltkhs.buildinfo
  645. : WARNING: unrecognized options: --with-compiler
  646. ==Compiling C bindings==
  647. make[1]: fltk-config: Command not found
  648. make[1]: fltk-config: Command not found
  649. make[1]: fltk-config: Command not found
  650. make[1]: fltk-config: Command not found
  651. *** Compiling Fl_Menu_ButtonC.cpp...
  652. make[1]: Wall: Command not found
  653. make[1]: Wall: Command not found
  654. make[1]: fltk-config: Command not found
  655. make[1]: fltk-config: Command not found
  656. make[1]: fltk-config: Command not found
  657. make[1]: fltk-config: Command not found
  658. *** Compiling Fl_PositionerC.cpp...
  659. make[1]: Wall: Command not found
  660. make[1]: Wall: Command not found
  661. make[1]: fltk-config: Command not found
  662. make[1]: fltk-config: Command not found
  663. make[1]: fltk-config: Command not found
  664. make[1]: fltk-config: Command not found
  665. *** Compiling Fl_TimerC.cpp...
  666. make[1]: Wall: Command not found
  667. make[1]: Wall: Command not found
  668. make[1]: fltk-config: Command not found
  669. make[1]: fltk-config: Command not found
  670. make[1]: fltk-config: Command not found
  671. make[1]: fltk-config: Command not found
  672. *** Compiling Fl_Value_OutputC.cpp...
  673. make[1]: Wall: Command not found
  674. make[1]: Wall: Command not found
  675. make[1]: fltk-config: Command not found
  676. make[1]: fltk-config: Command not found
  677. make[1]: fltk-config: Command not found
  678. make[1]: fltk-config: Command not found
  679. *** Compiling Fl_Value_SliderC.cpp...
  680. make[1]: Wall: Command not found
  681. make[1]: Wall: Command not found
  682. make[1]: fltk-config: Command not found
  683. make[1]: fltk-config: Command not found
  684. make[1]: fltk-config: Command not found
  685. make[1]: fltk-config: Command not found
  686. *** Compiling Fl_ScrollbarC.cpp...
  687. make[1]: Wall: Command not found
  688. make[1]: Wall: Command not found
  689. make[1]: fltk-config: Command not found
  690. make[1]: fltk-config: Command not found
  691. make[1]: fltk-config: Command not found
  692. make[1]: fltk-config: Command not found
  693. *** Compiling Fl_ScrollC.cpp...
  694. make[1]: Wall: Command not found
  695. make[1]: Wall: Command not found
  696. make[1]: fltk-config: Command not found
  697. make[1]: fltk-config: Command not found
  698. make[1]: fltk-config: Command not found
  699. make[1]: fltk-config: Command not found
  700. *** Compiling Fl_RollerC.cpp...
  701. make[1]: Wall: Command not found
  702. make[1]: Wall: Command not found
  703. make[1]: fltk-config: Command not found
  704. make[1]: fltk-config: Command not found
  705. make[1]: fltk-config: Command not found
  706. make[1]: fltk-config: Command not found
  707. *** Compiling Fl_DialC.cpp...
  708. make[1]: Wall: Command not found
  709. make[1]: Wall: Command not found
  710. make[1]: fltk-config: Command not found
  711. make[1]: fltk-config: Command not found
  712. make[1]: fltk-config: Command not found
  713. make[1]: fltk-config: Command not found
  714. *** Compiling Fl_CounterC.cpp...
  715. make[1]: Wall: Command not found
  716. make[1]: Wall: Command not found
  717. make[1]: fltk-config: Command not found
  718. make[1]: fltk-config: Command not found
  719. make[1]: fltk-config: Command not found
  720. make[1]: fltk-config: Command not found
  721. *** Compiling Fl_SpinnerC.cpp...
  722. make[1]: Wall: Command not found
  723. make[1]: Wall: Command not found
  724. make[1]: fltk-config: Command not found
  725. make[1]: fltk-config: Command not found
  726. make[1]: fltk-config: Command not found
  727. make[1]: fltk-config: Command not found
  728. *** Compiling UtilsC.cpp...
  729. make[1]: Wall: Command not found
  730. make[1]: Wall: Command not found
  731. make[1]: fltk-config: Command not found
  732. make[1]: fltk-config: Command not found
  733. make[1]: fltk-config: Command not found
  734. make[1]: fltk-config: Command not found
  735. *** Compiling xC.cpp...
  736. make[1]: Wall: Command not found
  737. make[1]: Wall: Command not found
  738. make[1]: fltk-config: Command not found
  739. make[1]: fltk-config: Command not found
  740. make[1]: fltk-config: Command not found
  741. make[1]: fltk-config: Command not found
  742. *** Compiling fl_utf8C.cpp...
  743. make[1]: Wall: Command not found
  744. make[1]: Wall: Command not found
  745. make[1]: fltk-config: Command not found
  746. make[1]: fltk-config: Command not found
  747. make[1]: fltk-config: Command not found
  748. make[1]: fltk-config: Command not found
  749. *** Compiling glC.cpp...
  750. make[1]: Wall: Command not found
  751. make[1]: Wall: Command not found
  752. make[1]: fltk-config: Command not found
  753. make[1]: fltk-config: Command not found
  754. make[1]: fltk-config: Command not found
  755. make[1]: fltk-config: Command not found
  756. *** Compiling glutC.cpp...
  757. make[1]: Wall: Command not found
  758. make[1]: Wall: Command not found
  759. make[1]: fltk-config: Command not found
  760. make[1]: fltk-config: Command not found
  761. make[1]: fltk-config: Command not found
  762. make[1]: fltk-config: Command not found
  763. *** Compiling Fl_CallbackC.cpp...
  764. make[1]: Wall: Command not found
  765. make[1]: Wall: Command not found
  766. make[1]: fltk-config: Command not found
  767. make[1]: fltk-config: Command not found
  768. make[1]: fltk-config: Command not found
  769. make[1]: fltk-config: Command not found
  770. *** Compiling DerivedText_Editor.cpp...
  771. make[1]: Wall: Command not found
  772. make[1]: Wall: Command not found
  773. make[1]: fltk-config: Command not found
  774. make[1]: fltk-config: Command not found
  775. make[1]: fltk-config: Command not found
  776. make[1]: fltk-config: Command not found
  777. *** Compiling DerivedShared_Image.cpp...
  778. make[1]: Wall: Command not found
  779. make[1]: Wall: Command not found
  780. make[1]: fltk-config: Command not found
  781. make[1]: fltk-config: Command not found
  782. make[1]: fltk-config: Command not found
  783. make[1]: fltk-config: Command not found
  784. *** Compiling filenameC.cpp...
  785. make[1]: Wall: Command not found
  786. make[1]: Wall: Command not found
  787. make[1]: fltk-config: Command not found
  788. make[1]: fltk-config: Command not found
  789. make[1]: fltk-config: Command not found
  790. make[1]: fltk-config: Command not found
  791. *** Compiling Fl_AskC.cpp...
  792. make[1]: Wall: Command not found
  793. make[1]: Wall: Command not found
  794. make[1]: fltk-config: Command not found
  795. make[1]: fltk-config: Command not found
  796. make[1]: fltk-config: Command not found
  797. make[1]: fltk-config: Command not found
  798. *** Compiling Fl_BitmapC.cpp...
  799. make[1]: Wall: Command not found
  800. make[1]: Wall: Command not found
  801. make[1]: fltk-config: Command not found
  802. make[1]: fltk-config: Command not found
  803. make[1]: fltk-config: Command not found
  804. make[1]: fltk-config: Command not found
  805. *** Compiling Fl_BoxC.cpp...
  806. make[1]: Wall: Command not found
  807. make[1]: Wall: Command not found
  808. make[1]: fltk-config: Command not found
  809. make[1]: fltk-config: Command not found
  810. make[1]: fltk-config: Command not found
  811. make[1]: fltk-config: Command not found
  812. *** Compiling Fl_BrowserC.cpp...
  813. make[1]: Wall: Command not found
  814. make[1]: Wall: Command not found
  815. make[1]: fltk-config: Command not found
  816. make[1]: fltk-config: Command not found
  817. make[1]: fltk-config: Command not found
  818. make[1]: fltk-config: Command not found
  819. *** Compiling Fl_ButtonC.cpp...
  820. make[1]: Wall: Command not found
  821. make[1]: Wall: Command not found
  822. make[1]: fltk-config: Command not found
  823. make[1]: fltk-config: Command not found
  824. make[1]: fltk-config: Command not found
  825. make[1]: fltk-config: Command not found
  826. *** Compiling Fl_C.cpp...
  827. make[1]: Wall: Command not found
  828. make[1]: Wall: Command not found
  829. make[1]: fltk-config: Command not found
  830. make[1]: fltk-config: Command not found
  831. make[1]: fltk-config: Command not found
  832. make[1]: fltk-config: Command not found
  833. *** Compiling Fl_Check_ButtonC.cpp...
  834. make[1]: Wall: Command not found
  835. make[1]: Wall: Command not found
  836. make[1]: fltk-config: Command not found
  837. make[1]: fltk-config: Command not found
  838. make[1]: fltk-config: Command not found
  839. make[1]: fltk-config: Command not found
  840. *** Compiling Fl_ChoiceC.cpp...
  841. make[1]: Wall: Command not found
  842. make[1]: Wall: Command not found
  843. make[1]: fltk-config: Command not found
  844. make[1]: fltk-config: Command not found
  845. make[1]: fltk-config: Command not found
  846. make[1]: fltk-config: Command not found
  847. *** Compiling Fl_ClockC.cpp...
  848. make[1]: Wall: Command not found
  849. make[1]: Wall: Command not found
  850. make[1]: fltk-config: Command not found
  851. make[1]: fltk-config: Command not found
  852. make[1]: fltk-config: Command not found
  853. make[1]: fltk-config: Command not found
  854. *** Compiling Fl_Color_ChooserC.cpp...
  855. make[1]: Wall: Command not found
  856. make[1]: Wall: Command not found
  857. make[1]: fltk-config: Command not found
  858. make[1]: fltk-config: Command not found
  859. make[1]: fltk-config: Command not found
  860. make[1]: fltk-config: Command not found
  861. *** Compiling Fl_Copy_SurfaceC.cpp...
  862. make[1]: Wall: Command not found
  863. make[1]: Wall: Command not found
  864. make[1]: fltk-config: Command not found
  865. make[1]: fltk-config: Command not found
  866. make[1]: fltk-config: Command not found
  867. make[1]: fltk-config: Command not found
  868. *** Compiling Fl_Double_WindowC.cpp...
  869. make[1]: Wall: Command not found
  870. make[1]: Wall: Command not found
  871. make[1]: fltk-config: Command not found
  872. make[1]: fltk-config: Command not found
  873. make[1]: fltk-config: Command not found
  874. make[1]: fltk-config: Command not found
  875. *** Compiling Fl_DrawC.cpp...
  876. make[1]: Wall: Command not found
  877. make[1]: Wall: Command not found
  878. make[1]: fltk-config: Command not found
  879. make[1]: fltk-config: Command not found
  880. make[1]: fltk-config: Command not found
  881. make[1]: fltk-config: Command not found
  882. *** Compiling Fl_DeviceC.cpp...
  883. make[1]: Wall: Command not found
  884. make[1]: Wall: Command not found
  885. make[1]: fltk-config: Command not found
  886. make[1]: fltk-config: Command not found
  887. make[1]: fltk-config: Command not found
  888. make[1]: fltk-config: Command not found
  889. *** Compiling Fl_EnumerationsC.cpp...
  890. make[1]: Wall: Command not found
  891. make[1]: Wall: Command not found
  892. make[1]: fltk-config: Command not found
  893. make[1]: fltk-config: Command not found
  894. make[1]: fltk-config: Command not found
  895. make[1]: fltk-config: Command not found
  896. *** Compiling Fl_File_BrowserC.cpp...
  897. make[1]: Wall: Command not found
  898. make[1]: Wall: Command not found
  899. make[1]: fltk-config: Command not found
  900. make[1]: fltk-config: Command not found
  901. make[1]: fltk-config: Command not found
  902. make[1]: fltk-config: Command not found
  903. *** Compiling Fl_File_IconC.cpp...
  904. make[1]: Wall: Command not found
  905. make[1]: Wall: Command not found
  906. make[1]: fltk-config: Command not found
  907. make[1]: fltk-config: Command not found
  908. make[1]: fltk-config: Command not found
  909. make[1]: fltk-config: Command not found
  910. *** Compiling Fl_File_InputC.cpp...
  911. make[1]: Wall: Command not found
  912. make[1]: Wall: Command not found
  913. make[1]: fltk-config: Command not found
  914. make[1]: fltk-config: Command not found
  915. make[1]: fltk-config: Command not found
  916. make[1]: fltk-config: Command not found
  917. *** Compiling Fl_File_ChooserC.cpp...
  918. make[1]: Wall: Command not found
  919. make[1]: Wall: Command not found
  920. make[1]: fltk-config: Command not found
  921. make[1]: fltk-config: Command not found
  922. make[1]: fltk-config: Command not found
  923. make[1]: fltk-config: Command not found
  924. *** Compiling Fl_Float_InputC.cpp...
  925. make[1]: Wall: Command not found
  926. make[1]: Wall: Command not found
  927. make[1]: fltk-config: Command not found
  928. make[1]: fltk-config: Command not found
  929. make[1]: fltk-config: Command not found
  930. make[1]: fltk-config: Command not found
  931. *** Compiling Fl_Gl_WindowC.cpp...
  932. make[1]: Wall: Command not found
  933. make[1]: Wall: Command not found
  934. make[1]: fltk-config: Command not found
  935. make[1]: fltk-config: Command not found
  936. make[1]: fltk-config: Command not found
  937. make[1]: fltk-config: Command not found
  938. *** Compiling Fl_GroupC.cpp...
  939. make[1]: Wall: Command not found
  940. make[1]: Wall: Command not found
  941. make[1]: fltk-config: Command not found
  942. make[1]: fltk-config: Command not found
  943. make[1]: fltk-config: Command not found
  944. make[1]: fltk-config: Command not found
  945. *** Compiling Fl_Hold_BrowserC.cpp...
  946. make[1]: Wall: Command not found
  947. make[1]: Wall: Command not found
  948. make[1]: fltk-config: Command not found
  949. make[1]: fltk-config: Command not found
  950. make[1]: fltk-config: Command not found
  951. make[1]: fltk-config: Command not found
  952. *** Compiling Fl_Image_SurfaceC.cpp...
  953. make[1]: Wall: Command not found
  954. make[1]: Wall: Command not found
  955. make[1]: fltk-config: Command not found
  956. make[1]: fltk-config: Command not found
  957. make[1]: fltk-config: Command not found
  958. make[1]: fltk-config: Command not found
  959. *** Compiling Fl_ImageC.cpp...
  960. make[1]: Wall: Command not found
  961. make[1]: Wall: Command not found
  962. make[1]: fltk-config: Command not found
  963. make[1]: fltk-config: Command not found
  964. make[1]: fltk-config: Command not found
  965. make[1]: fltk-config: Command not found
  966. *** Compiling Fl_JPEG_ImageC.cpp...
  967. make[1]: Wall: Command not found
  968. make[1]: Wall: Command not found
  969. make[1]: fltk-config: Command not found
  970. make[1]: fltk-config: Command not found
  971. make[1]: fltk-config: Command not found
  972. make[1]: fltk-config: Command not found
  973. *** Compiling Fl_Input_C.cpp...
  974. make[1]: Wall: Command not found
  975. make[1]: Wall: Command not found
  976. make[1]: fltk-config: Command not found
  977. make[1]: fltk-config: Command not found
  978. make[1]: fltk-config: Command not found
  979. make[1]: fltk-config: Command not found
  980. *** Compiling Fl_InputC.cpp...
  981. make[1]: Wall: Command not found
  982. make[1]: Wall: Command not found
  983. make[1]: fltk-config: Command not found
  984. make[1]: fltk-config: Command not found
  985. make[1]: fltk-config: Command not found
  986. make[1]: fltk-config: Command not found
  987. *** Compiling Fl_Int_InputC.cpp...
  988. make[1]: Wall: Command not found
  989. make[1]: Wall: Command not found
  990. make[1]: fltk-config: Command not found
  991. make[1]: fltk-config: Command not found
  992. make[1]: fltk-config: Command not found
  993. make[1]: fltk-config: Command not found
  994. *** Compiling Fl_Light_ButtonC.cpp...
  995. make[1]: Wall: Command not found
  996. make[1]: Wall: Command not found
  997. make[1]: fltk-config: Command not found
  998. make[1]: fltk-config: Command not found
  999. make[1]: fltk-config: Command not found
  1000. make[1]: fltk-config: Command not found
  1001. *** Compiling Fl_Menu_C.cpp...
  1002. make[1]: Wall: Command not found
  1003. make[1]: Wall: Command not found
  1004. make[1]: fltk-config: Command not found
  1005. make[1]: fltk-config: Command not found
  1006. make[1]: fltk-config: Command not found
  1007. make[1]: fltk-config: Command not found
  1008. *** Compiling Fl_Menu_ItemC.cpp...
  1009. make[1]: Wall: Command not found
  1010. make[1]: Wall: Command not found
  1011. make[1]: fltk-config: Command not found
  1012. make[1]: fltk-config: Command not found
  1013. make[1]: fltk-config: Command not found
  1014. make[1]: fltk-config: Command not found
  1015. *** Compiling Fl_Multi_BrowserC.cpp...
  1016. make[1]: Wall: Command not found
  1017. make[1]: Wall: Command not found
  1018. make[1]: fltk-config: Command not found
  1019. make[1]: fltk-config: Command not found
  1020. make[1]: fltk-config: Command not found
  1021. make[1]: fltk-config: Command not found
  1022. *** Compiling Fl_Multiline_InputC.cpp...
  1023. make[1]: Wall: Command not found
  1024. make[1]: Wall: Command not found
  1025. make[1]: fltk-config: Command not found
  1026. make[1]: fltk-config: Command not found
  1027. make[1]: fltk-config: Command not found
  1028. make[1]: fltk-config: Command not found
  1029. *** Compiling Fl_Multiline_OutputC.cpp...
  1030. make[1]: Wall: Command not found
  1031. make[1]: Wall: Command not found
  1032. make[1]: fltk-config: Command not found
  1033. make[1]: fltk-config: Command not found
  1034. make[1]: fltk-config: Command not found
  1035. make[1]: fltk-config: Command not found
  1036. *** Compiling Fl_Native_File_ChooserC.cpp...
  1037. make[1]: Wall: Command not found
  1038. make[1]: Wall: Command not found
  1039. make[1]: fltk-config: Command not found
  1040. make[1]: fltk-config: Command not found
  1041. make[1]: fltk-config: Command not found
  1042. make[1]: fltk-config: Command not found
  1043. *** Compiling Fl_OutputC.cpp...
  1044. make[1]: Wall: Command not found
  1045. make[1]: Wall: Command not found
  1046. make[1]: fltk-config: Command not found
  1047. make[1]: fltk-config: Command not found
  1048. make[1]: fltk-config: Command not found
  1049. make[1]: fltk-config: Command not found
  1050. *** Compiling Fl_Overlay_WindowC.cpp...
  1051. make[1]: Wall: Command not found
  1052. make[1]: Wall: Command not found
  1053. make[1]: fltk-config: Command not found
  1054. make[1]: fltk-config: Command not found
  1055. make[1]: fltk-config: Command not found
  1056. make[1]: fltk-config: Command not found
  1057. *** Compiling Fl_Paged_DeviceC.cpp...
  1058. make[1]: Wall: Command not found
  1059. make[1]: Wall: Command not found
  1060. make[1]: fltk-config: Command not found
  1061. make[1]: fltk-config: Command not found
  1062. make[1]: fltk-config: Command not found
  1063. make[1]: fltk-config: Command not found
  1064. *** Compiling Fl_PixmapC.cpp...
  1065. make[1]: Wall: Command not found
  1066. make[1]: Wall: Command not found
  1067. make[1]: fltk-config: Command not found
  1068. make[1]: fltk-config: Command not found
  1069. make[1]: fltk-config: Command not found
  1070. make[1]: fltk-config: Command not found
  1071. *** Compiling Fl_PNM_ImageC.cpp...
  1072. make[1]: Wall: Command not found
  1073. make[1]: Wall: Command not found
  1074. make[1]: fltk-config: Command not found
  1075. make[1]: fltk-config: Command not found
  1076. make[1]: fltk-config: Command not found
  1077. make[1]: fltk-config: Command not found
  1078. *** Compiling Fl_PNG_ImageC.cpp...
  1079. make[1]: Wall: Command not found
  1080. make[1]: Wall: Command not found
  1081. make[1]: fltk-config: Command not found
  1082. make[1]: fltk-config: Command not found
  1083. make[1]: fltk-config: Command not found
  1084. make[1]: fltk-config: Command not found
  1085. *** Compiling Fl_XBM_ImageC.cpp...
  1086. make[1]: Wall: Command not found
  1087. make[1]: Wall: Command not found
  1088. make[1]: fltk-config: Command not found
  1089. make[1]: fltk-config: Command not found
  1090. make[1]: fltk-config: Command not found
  1091. make[1]: fltk-config: Command not found
  1092. *** Compiling Fl_XPM_ImageC.cpp...
  1093. make[1]: Wall: Command not found
  1094. make[1]: Wall: Command not found
  1095. make[1]: fltk-config: Command not found
  1096. make[1]: fltk-config: Command not found
  1097. make[1]: fltk-config: Command not found
  1098. make[1]: fltk-config: Command not found
  1099. *** Compiling Fl_GIF_ImageC.cpp...
  1100. make[1]: Wall: Command not found
  1101. make[1]: Wall: Command not found
  1102. make[1]: fltk-config: Command not found
  1103. make[1]: fltk-config: Command not found
  1104. make[1]: fltk-config: Command not found
  1105. make[1]: fltk-config: Command not found
  1106. *** Compiling Fl_BMP_ImageC.cpp...
  1107. make[1]: Wall: Command not found
  1108. make[1]: Wall: Command not found
  1109. make[1]: fltk-config: Command not found
  1110. make[1]: fltk-config: Command not found
  1111. make[1]: fltk-config: Command not found
  1112. make[1]: fltk-config: Command not found
  1113. *** Compiling Fl_PreferencesC.cpp...
  1114. make[1]: Wall: Command not found
  1115. make[1]: Wall: Command not found
  1116. make[1]: fltk-config: Command not found
  1117. make[1]: fltk-config: Command not found
  1118. make[1]: fltk-config: Command not found
  1119. make[1]: fltk-config: Command not found
  1120. *** Compiling Fl_PrinterC.cpp...
  1121. make[1]: Wall: Command not found
  1122. make[1]: Wall: Command not found
  1123. make[1]: fltk-config: Command not found
  1124. make[1]: fltk-config: Command not found
  1125. make[1]: fltk-config: Command not found
  1126. make[1]: fltk-config: Command not found
  1127. *** Compiling Fl_ProgressC.cpp...
  1128. make[1]: Wall: Command not found
  1129. make[1]: Wall: Command not found
  1130. make[1]: fltk-config: Command not found
  1131. make[1]: fltk-config: Command not found
  1132. make[1]: fltk-config: Command not found
  1133. make[1]: fltk-config: Command not found
  1134. *** Compiling Fl_Radio_ButtonC.cpp...
  1135. make[1]: Wall: Command not found
  1136. make[1]: Wall: Command not found
  1137. make[1]: fltk-config: Command not found
  1138. make[1]: fltk-config: Command not found
  1139. make[1]: fltk-config: Command not found
  1140. make[1]: fltk-config: Command not found
  1141. *** Compiling Fl_Radio_Light_ButtonC.cpp...
  1142. make[1]: Wall: Command not found
  1143. make[1]: Wall: Command not found
  1144. make[1]: fltk-config: Command not found
  1145. make[1]: fltk-config: Command not found
  1146. make[1]: fltk-config: Command not found
  1147. make[1]: fltk-config: Command not found
  1148. *** Compiling Fl_Repeat_ButtonC.cpp...
  1149. make[1]: Wall: Command not found
  1150. make[1]: Wall: Command not found
  1151. make[1]: fltk-config: Command not found
  1152. make[1]: fltk-config: Command not found
  1153. make[1]: fltk-config: Command not found
  1154. make[1]: fltk-config: Command not found
  1155. *** Compiling Fl_Return_ButtonC.cpp...
  1156. make[1]: Wall: Command not found
  1157. make[1]: Wall: Command not found
  1158. make[1]: fltk-config: Command not found
  1159. make[1]: fltk-config: Command not found
  1160. make[1]: fltk-config: Command not found
  1161. make[1]: fltk-config: Command not found
  1162. *** Compiling Fl_RGB_ImageC.cpp...
  1163. make[1]: Wall: Command not found
  1164. make[1]: Wall: Command not found
  1165. make[1]: fltk-config: Command not found
  1166. make[1]: fltk-config: Command not found
  1167. make[1]: fltk-config: Command not found
  1168. make[1]: fltk-config: Command not found
  1169. *** Compiling Fl_Round_ButtonC.cpp...
  1170. make[1]: Wall: Command not found
  1171. make[1]: Wall: Command not found
  1172. make[1]: fltk-config: Command not found
  1173. make[1]: fltk-config: Command not found
  1174. make[1]: fltk-config: Command not found
  1175. make[1]: fltk-config: Command not found
  1176. *** Compiling Fl_Round_ClockC.cpp...
  1177. make[1]: Wall: Command not found
  1178. make[1]: Wall: Command not found
  1179. make[1]: fltk-config: Command not found
  1180. make[1]: fltk-config: Command not found
  1181. make[1]: fltk-config: Command not found
  1182. make[1]: fltk-config: Command not found
  1183. *** Compiling Fl_Secret_InputC.cpp...
  1184. make[1]: Wall: Command not found
  1185. make[1]: Wall: Command not found
  1186. make[1]: fltk-config: Command not found
  1187. make[1]: fltk-config: Command not found
  1188. make[1]: fltk-config: Command not found
  1189. make[1]: fltk-config: Command not found
  1190. *** Compiling Fl_Select_BrowserC.cpp...
  1191. make[1]: Wall: Command not found
  1192. make[1]: Wall: Command not found
  1193. make[1]: fltk-config: Command not found
  1194. make[1]: fltk-config: Command not found
  1195. make[1]: fltk-config: Command not found
  1196. make[1]: fltk-config: Command not found
  1197. *** Compiling Fl_Shared_ImageC.cpp...
  1198. make[1]: Wall: Command not found
  1199. make[1]: Wall: Command not found
  1200. make[1]: fltk-config: Command not found
  1201. make[1]: fltk-config: Command not found
  1202. make[1]: fltk-config: Command not found
  1203. make[1]: fltk-config: Command not found
  1204. *** Compiling fl_show_colormapC.cpp...
  1205. make[1]: Wall: Command not found
  1206. make[1]: Wall: Command not found
  1207. make[1]: fltk-config: Command not found
  1208. make[1]: fltk-config: Command not found
  1209. make[1]: fltk-config: Command not found
  1210. make[1]: fltk-config: Command not found
  1211. *** Compiling Fl_Single_WindowC.cpp...
  1212. make[1]: Wall: Command not found
  1213. make[1]: Wall: Command not found
  1214. make[1]: fltk-config: Command not found
  1215. make[1]: fltk-config: Command not found
  1216. make[1]: fltk-config: Command not found
  1217. make[1]: fltk-config: Command not found
  1218. *** Compiling Fl_SliderC.cpp...
  1219. make[1]: Wall: Command not found
  1220. make[1]: Wall: Command not found
  1221. make[1]: fltk-config: Command not found
  1222. make[1]: fltk-config: Command not found
  1223. make[1]: fltk-config: Command not found
  1224. make[1]: fltk-config: Command not found
  1225. *** Compiling Fl_Menu_BarC.cpp...
  1226. make[1]: Wall: Command not found
  1227. make[1]: Wall: Command not found
  1228. make[1]: fltk-config: Command not found
  1229. make[1]: fltk-config: Command not found
  1230. make[1]: fltk-config: Command not found
  1231. make[1]: fltk-config: Command not found
  1232. *** Compiling Fl_Sys_Menu_BarC.cpp...
  1233. make[1]: Wall: Command not found
  1234. make[1]: Wall: Command not found
  1235. make[1]: fltk-config: Command not found
  1236. make[1]: fltk-config: Command not found
  1237. make[1]: fltk-config: Command not found
  1238. make[1]: fltk-config: Command not found
  1239. *** Compiling Fl_TableC.cpp...
  1240. make[1]: Wall: Command not found
  1241. make[1]: Wall: Command not found
  1242. make[1]: fltk-config: Command not found
  1243. make[1]: fltk-config: Command not found
  1244. make[1]: fltk-config: Command not found
  1245. make[1]: fltk-config: Command not found
  1246. *** Compiling Fl_Table_RowC.cpp...
  1247. make[1]: Wall: Command not found
  1248. make[1]: Wall: Command not found
  1249. make[1]: fltk-config: Command not found
  1250. make[1]: fltk-config: Command not found
  1251. make[1]: fltk-config: Command not found
  1252. make[1]: fltk-config: Command not found
  1253. *** Compiling Fl_TabsC.cpp...
  1254. make[1]: Wall: Command not found
  1255. make[1]: Wall: Command not found
  1256. make[1]: fltk-config: Command not found
  1257. make[1]: fltk-config: Command not found
  1258. make[1]: fltk-config: Command not found
  1259. make[1]: fltk-config: Command not found
  1260. *** Compiling Fl_Text_BufferC.cpp...
  1261. make[1]: Wall: Command not found
  1262. make[1]: Wall: Command not found
  1263. make[1]: fltk-config: Command not found
  1264. make[1]: fltk-config: Command not found
  1265. make[1]: fltk-config: Command not found
  1266. make[1]: fltk-config: Command not found
  1267. *** Compiling Fl_Text_DisplayC.cpp...
  1268. make[1]: Wall: Command not found
  1269. make[1]: Wall: Command not found
  1270. make[1]: fltk-config: Command not found
  1271. make[1]: fltk-config: Command not found
  1272. make[1]: fltk-config: Command not found
  1273. make[1]: fltk-config: Command not found
  1274. *** Compiling Fl_Text_EditorC.cpp...
  1275. make[1]: Wall: Command not found
  1276. make[1]: Wall: Command not found
  1277. make[1]: fltk-config: Command not found
  1278. make[1]: fltk-config: Command not found
  1279. make[1]: fltk-config: Command not found
  1280. make[1]: fltk-config: Command not found
  1281. *** Compiling Fl_Text_SelectionC.cpp...
  1282. make[1]: Wall: Command not found
  1283. make[1]: Wall: Command not found
  1284. make[1]: fltk-config: Command not found
  1285. make[1]: fltk-config: Command not found
  1286. make[1]: fltk-config: Command not found
  1287. make[1]: fltk-config: Command not found
  1288. *** Compiling Fl_TileC.cpp...
  1289. make[1]: Wall: Command not found
  1290. make[1]: Wall: Command not found
  1291. make[1]: fltk-config: Command not found
  1292. make[1]: fltk-config: Command not found
  1293. make[1]: fltk-config: Command not found
  1294. make[1]: fltk-config: Command not found
  1295. *** Compiling Fl_PackC.cpp...
  1296. make[1]: Wall: Command not found
  1297. make[1]: Wall: Command not found
  1298. make[1]: fltk-config: Command not found
  1299. make[1]: fltk-config: Command not found
  1300. make[1]: fltk-config: Command not found
  1301. make[1]: fltk-config: Command not found
  1302. *** Compiling Fl_Toggle_ButtonC.cpp...
  1303. make[1]: Wall: Command not found
  1304. make[1]: Wall: Command not found
  1305. make[1]: fltk-config: Command not found
  1306. make[1]: fltk-config: Command not found
  1307. make[1]: fltk-config: Command not found
  1308. make[1]: fltk-config: Command not found
  1309. *** Compiling Fl_TooltipC.cpp...
  1310. make[1]: Wall: Command not found
  1311. make[1]: Wall: Command not found
  1312. make[1]: fltk-config: Command not found
  1313. make[1]: fltk-config: Command not found
  1314. make[1]: fltk-config: Command not found
  1315. make[1]: fltk-config: Command not found
  1316. *** Compiling Fl_TreeC.cpp...
  1317. make[1]: Wall: Command not found
  1318. make[1]: Wall: Command not found
  1319. make[1]: fltk-config: Command not found
  1320. make[1]: fltk-config: Command not found
  1321. make[1]: fltk-config: Command not found
  1322. make[1]: fltk-config: Command not found
  1323. *** Compiling Fl_Tree_ItemC.cpp...
  1324. make[1]: Wall: Command not found
  1325. make[1]: Wall: Command not found
  1326. make[1]: fltk-config: Command not found
  1327. make[1]: fltk-config: Command not found
  1328. make[1]: fltk-config: Command not found
  1329. make[1]: fltk-config: Command not found
  1330. *** Compiling Fl_Tree_PrefsC.cpp...
  1331. make[1]: Wall: Command not found
  1332. make[1]: Wall: Command not found
  1333. make[1]: fltk-config: Command not found
  1334. make[1]: fltk-config: Command not found
  1335. make[1]: fltk-config: Command not found
  1336. make[1]: fltk-config: Command not found
  1337. *** Compiling Fl_ValuatorC.cpp...
  1338. make[1]: Wall: Command not found
  1339. make[1]: Wall: Command not found
  1340. make[1]: fltk-config: Command not found
  1341. make[1]: fltk-config: Command not found
  1342. make[1]: fltk-config: Command not found
  1343. make[1]: fltk-config: Command not found
  1344. *** Compiling Fl_AdjusterC.cpp...
  1345. make[1]: Wall: Command not found
  1346. make[1]: Wall: Command not found
  1347. make[1]: fltk-config: Command not found
  1348. make[1]: fltk-config: Command not found
  1349. make[1]: fltk-config: Command not found
  1350. make[1]: fltk-config: Command not found
  1351. *** Compiling Fl_Value_InputC.cpp...
  1352. make[1]: Wall: Command not found
  1353. make[1]: Wall: Command not found
  1354. make[1]: fltk-config: Command not found
  1355. make[1]: fltk-config: Command not found
  1356. make[1]: fltk-config: Command not found
  1357. make[1]: fltk-config: Command not found
  1358. *** Compiling Fl_WidgetC.cpp...
  1359. make[1]: Wall: Command not found
  1360. make[1]: Wall: Command not found
  1361. make[1]: fltk-config: Command not found
  1362. make[1]: fltk-config: Command not found
  1363. make[1]: fltk-config: Command not found
  1364. make[1]: fltk-config: Command not found
  1365. *** Compiling Fl_WindowC.cpp...
  1366. make[1]: Wall: Command not found
  1367. make[1]: Wall: Command not found
  1368. make[1]: fltk-config: Command not found
  1369. make[1]: fltk-config: Command not found
  1370. make[1]: fltk-config: Command not found
  1371. make[1]: fltk-config: Command not found
  1372. *** Compiling Fl_WizardC.cpp...
  1373. make[1]: Wall: Command not found
  1374. make[1]: Wall: Command not found
  1375. *** Linking libfltkc.a...
  1376. C:\Users\Spiros\AppData\Local\Programs\stack\x86_64-windows\ghc-8.0.2\mingw\ bin\ar.exe: Fl_Menu_ButtonC.o: No such file or directory
  1377. make[1]: *** [Makefile:142: libfltkc.a] Error 1
  1378. make: *** [Makefile:16: src] Error 2
  1379.  
  1380. Spiros@LAPTOP-HFRAOJ7E MINGW64 /c/Users/Spiros/haskell/fltkhs-hello-world
  1381. $
  1382.  
  1383. Spiros@LAPTOP-HFRAOJ7E MINGW64 /c/Users/Spiros/haskell/fltkhs-hello-world
  1384. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement