deech / fltkhs

Haskell bindings to FLTK GUI toolkit.
MIT License
190 stars 24 forks source link

Difficult to install on Arch linux #92

Open mitchellwrosen opened 6 years ago

mitchellwrosen commented 6 years ago

Hello! I'm having some difficulty trying out fltkhs on my system.

I suppose my options are...

Anyways, just thought I'd document this difficulty for anyone else trying to use this library on Arch linux.

mitchellwrosen commented 6 years ago

fltk-1.4 doesn't seem to be officially released yet. Not even nixpkgs unstable provides it (only 1.3.4). The download link to FLTK 1.4 from the readme is https://github.com/fltk/fltk/archive/master.tar.gz, which points at a 1.3.4 tarball!

On the official downloads page, http://www.fltk.org/software.php, 1.3.4 is recommended, but 1.4.x-r13117 is provided as well. Is this the version that's compatible with fltkhs?

mitchellwrosen commented 6 years ago

Oops, I'm wrong about https://github.com/fltk/fltk/archive/master.tar.gz pointing to a 1.3.4 tarball. It is some flavor of 1.4, I was just looking at the latest changelog entry, which is for 1.3.4. No changelog has been cut yet for 1.4.

mitchellwrosen commented 6 years ago

Ok, well I got everything working just by installing from source and disabling xft (don't want to mess with it right now) :)

mitchellwrosen commented 6 years ago

Blah, I spoke too soon, now I'm drowning in linker errors like

/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-5ff55cd6967ebc8a12034d16d0ea6a0ff8f9e8a1eb37fc2ec280fdedbb5b124b/lib/libHSfltkhs-0.6.0.0-5ff55cd6967ebc8a12034d16d0ea6a0ff8f9e8a1eb37fc2ec280fdedbb5b124b.a(Widget.o):ghc_350.c:fltkhszm0zi6zi0zi0zm5ff55cd6967ebc8a12034d16d0ea6a0ff8f9e8a1eb37fc2ec280fdedbb5b124b_GraphicsziUIziFLTKziLowLevelziWidget_customWidgetFunctionStruct1_info: error: undefined reference to 'Fl_Widget_default_virtual_funcs'

I installed fltkhs-1.4 into a non-standard location (~/.local/lib, ~/.local/install). So I've instrumented my cabal.project as:

packages: .

extra-lib-dirs: /home/mitchell/.local/lib
extra-include-dirs: /home/mitchell/.local/include

package fltkhs
  static: false

and tried building with LD_LIBRARY_PATH=~/.local/lib cabal new-build. No dice.

deech commented 6 years ago

Interesting, I'm running Arch myself and haven't hit this. First off, yes, the new release does use an unreleased version of FLTK because there is a bunch of new functionality that seems more or less stable so bundled is the recommended way to go. Also I did have problems with freetype-config which is why I created a dummy one which delegates to pkg-config. It should have been added to PATH by the build process, unfortunately it seems like it wasn't. Also xft is more or less required at this point because the new themes functionality uses it to add nicer TTF fonts.

It seems like we have roughly similar setups but you're running into issues. Do you have a stack installation handy just to test? If so would you mind running through the [installation instructions] using the bundled option?

mitchellwrosen commented 6 years ago

Of course I can! Hm, interestingly I'm still getting linker errors with bundled.

Here's my stack.yaml:

resolver: lts-12.18
extra-deps:
  - fltkhs-0.6.0.0
flags:
  fltkhs:
    bundled: true

and the build error:

Expand ```haskell Building all executables for `fltkhs-play' once. After a successful build of all of them, only specified executables will be rebuilt. fltkhs-play-0: build (exe) Preprocessing executable 'fltkhs-play' for fltkhs-play-0.. Building executable 'fltkhs-play' for fltkhs-play-0.. Linking .stack-work/dist/x86_64-linux-tinfo6/Cabal-2.2.0.1/build/fltkhs-play/fltkhs-play ... .stack-work/dist/x86_64-linux-tinfo6/Cabal-2.2.0.1/build/fltkhs-play/fltkhs-play-tmp/Main.o:siTn_info: error: undefined reference to 'Fl_Widget_set_labelfont' .stack-work/dist/x86_64-linux-tinfo6/Cabal-2.2.0.1/build/fltkhs-play/fltkhs-play-tmp/Main.o:siTO_info: error: undefined reference to 'Fl_Widget_set_labelsize' .stack-work/dist/x86_64-linux-tinfo6/Cabal-2.2.0.1/build/fltkhs-play/fltkhs-play-tmp/Main.o:siUB_info: error: undefined reference to 'Fl_Group_end' .stack-work/dist/x86_64-linux-tinfo6/Cabal-2.2.0.1/build/fltkhs-play/fltkhs-play-tmp/Main.o:siV2_info: error: undefined reference to 'Fl_Window_show' .stack-work/dist/x86_64-linux-tinfo6/Cabal-2.2.0.1/build/fltkhs-play/fltkhs-play-tmp/Main.o:Main_main1_info: error: undefined reference to 'Fl_run' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Box.o)(.text+0x340): error: undefined reference to 'Fl_Box_handle' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Box.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziBox_zdwoverriddenBoxNewzq_info: error: undefined reference to 'Fl_OverriddenBox_New' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Box.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziBox_zdwoverriddenBoxNewWithLabelzq_info: error: undefined reference to 'Fl_OverriddenBox_New_WithLabel' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Box.o)(.text+0x1234): error: undefined reference to 'Fl_Widget_set_flag' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Box.o)(.text+0x13cc): error: undefined reference to 'Fl_Widget_set_flag' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Box.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziBox_zdwboxNewWithBoxtype_info: error: undefined reference to 'Fl_Box_New_WithBoxtype' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Box.o)(.text+0x20e4): error: undefined reference to 'Fl_Widget_set_flag' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Box.o)(.text+0x227c): error: undefined reference to 'Fl_Widget_set_flag' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Box.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziBox_boxCustomWithBoxtype1_info: error: undefined reference to 'Fl_Widget_default_virtual_funcs' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Box.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziBox_boxCustomWithBoxtype1_info: error: undefined reference to 'Fl_OverriddenBox_New_WithBoxtype' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Box.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziBox_boxCustomWithBoxtype1_info: error: undefined reference to 'Fl_Box_New_WithBoxtype' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdfEnumLabeltype1_info: error: undefined reference to 'fl_define_FL_IMAGE_LABELC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdfEnumLabeltype3_info: error: undefined reference to 'fl_define_FL_MULTI_LABELC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdfEnumLabeltype2_info: error: undefined reference to 'fl_define_FL_ICON_LABELC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdfEnumLabeltype4_info: error: undefined reference to 'fl_define_FL_EMBOSSED_LABELC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdfEnumLabeltype5_info: error: undefined reference to 'fl_define_FL_ENGRAVED_LABELC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdfEnumLabeltype6_info: error: undefined reference to 'fl_define_FL_SHADOW_LABELC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdfEnumBoxtype2_info: error: undefined reference to 'fl_define_FL_GLEAM_UP_BOXC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdfEnumBoxtype3_info: error: undefined reference to 'fl_define_FL_GTK_UP_BOXC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdfEnumBoxtype4_info: error: undefined reference to 'fl_define_FL_PLASTIC_UP_BOXC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdfEnumBoxtype5_info: error: undefined reference to 'fl_define_FL_OVAL_BOXC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdfEnumBoxtype6_info: error: undefined reference to 'fl_define_FL_DIAMOND_BOXC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdfEnumBoxtype9_info: error: undefined reference to 'fl_define_FL_RSHADOW_BOXC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdfEnumBoxtype8_info: error: undefined reference to 'fl_define_FL_RFLAT_BOXC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdfEnumBoxtype10_info: error: undefined reference to 'fl_define_FL_ROUNDED_BOXC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdfEnumBoxtype11_info: error: undefined reference to 'fl_define_FL_SHADOW_BOXC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdfEnumBoxtype7_info: error: undefined reference to 'fl_define_FL_ROUND_UP_BOXC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdwrgbColorWithRgb_info: error: undefined reference to 'fl_rgb_color_with_rgbC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdwrgbColorWithGrayscale_info: error: undefined reference to 'fl_rgb_color_with_grayscaleC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdwgrayRamp_info: error: undefined reference to 'fl_gray_rampC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdwcolorCube_info: error: undefined reference to 'fl_color_cubeC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdwinactive_info: error: undefined reference to 'fl_inactiveC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdwcontrast_info: error: undefined reference to 'fl_contrastC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdwcolorAverage_info: error: undefined reference to 'fl_color_averageC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdwlighter_info: error: undefined reference to 'fl_lighterC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Fl_Enumerations.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziFlzuEnumerations_zdwdarker_info: error: undefined reference to 'fl_darkerC' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x74a): error: undefined reference to 'Fl_Group_insert_with_before' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0xee7): error: undefined reference to 'Fl_Group__ddfdesign_kludge' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x1379): error: undefined reference to 'Fl_Group_focus' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x188f): error: undefined reference to 'Fl_Group_clip_children' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x1c3f): error: undefined reference to 'Fl_Group_children' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x20e7): error: undefined reference to 'Fl_Group_children' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x226b): error: undefined reference to 'Fl_Group_array' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x27a7): error: undefined reference to 'Fl_Group_init_sizes' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x2b91): error: undefined reference to 'Fl_Group_add_resizable' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x31bf): error: undefined reference to 'Fl_Group_resizable' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x35e9): error: undefined reference to 'Fl_Group_set_resizable' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x3979): error: undefined reference to 'Fl_Group_set_resizable' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x3b9e): error: undefined reference to 'Fl_Group_set_resizable' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x3f87): error: undefined reference to 'Fl_Group_clear' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x4371): error: undefined reference to 'Fl_Group_remove_widget' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x48a9): error: undefined reference to 'Fl_Group_add' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x4de1): error: undefined reference to 'Fl_Group_find' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x52d7): error: undefined reference to 'Fl_Group_end' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x5657): error: undefined reference to 'Fl_Group_begin' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x5a41): error: undefined reference to 'Fl_Group_update_child' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x5f79): error: undefined reference to 'Fl_Group_draw_outside_label' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x6447): error: undefined reference to 'Fl_Group_draw_children' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x6831): error: undefined reference to 'Fl_Group_draw_child' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x6cff): error: undefined reference to 'Fl_Group_Destroy' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziGroup_groupCurrent1_info: error: undefined reference to 'Fl_Group_current' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x717f): error: undefined reference to 'Fl_Group_set_current' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziGroup_zdwgroupSetCurrent_info: error: undefined reference to 'Fl_Group_set_current' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x75fc): error: undefined reference to 'Fl_Group_set_clip_children' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x76f4): error: undefined reference to 'Fl_Group_set_clip_children' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x7b30): error: undefined reference to 'Fl_Group_handle_super' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x7f18): error: undefined reference to 'Fl_Group_handle' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x858f): error: undefined reference to 'Fl_Group_child' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x894f): error: undefined reference to 'Fl_Group_remove_index' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o)(.text+0x8d94): error: undefined reference to 'Fl_Group_insert' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziGroup_zdwoverriddenGroupNewzq_info: error: undefined reference to 'Fl_OverriddenGroup_New' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Group.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziGroup_zdwoverriddenGroupNewWithLabelzq_info: error: undefined reference to 'Fl_OverriddenGroup_New_WithLabel' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x2597): error: undefined reference to 'Fl_Widget_type' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x29ac): error: undefined reference to 'Fl_Widget_set_type' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x2aa7): error: undefined reference to 'Fl_Widget_set_type' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x2e17): error: undefined reference to 'Fl_Window_wait_for_expose' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x31f7): error: undefined reference to 'Fl_Window_draw_focus' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x3434): error: undefined reference to 'Fl_Window_draw_focus_with_txywh' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x3a27): error: undefined reference to 'Fl_Window_draw_backdrop' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x3eae): error: undefined reference to 'Fl_Window_draw_box_with_tc' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x40ea): error: undefined reference to 'Fl_Window_draw_box_with_txywhc' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x46f7): error: undefined reference to 'Fl_Window_draw_box' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x4a77): error: undefined reference to 'Fl_Window_decorated_h' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x4e27): error: undefined reference to 'Fl_Window_decorated_w' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x5217): error: undefined reference to 'Fl_Window_set_default_cursor' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x530f): error: undefined reference to 'Fl_Window_set_default_cursor' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x5407): error: undefined reference to 'Fl_Window_set_default_cursor' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x54ff): error: undefined reference to 'Fl_Window_set_default_cursor' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x628b): error: undefined reference to 'Fl_Window_set_default_cursor_with_bg' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x63c3): error: undefined reference to 'Fl_Window_set_default_cursor_with_bg' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x64fb): error: undefined reference to 'Fl_Window_set_default_cursor_with_bg' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x6633): error: undefined reference to 'Fl_Window_set_default_cursor_with_bg' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x6a7b): error: undefined reference to 'Fl_Window_set_default_cursor_with_fg' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x6bb3): error: undefined reference to 'Fl_Window_set_default_cursor_with_fg' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x6ceb): error: undefined reference to 'Fl_Window_set_default_cursor_with_fg' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x6e23): error: undefined reference to 'Fl_Window_set_default_cursor_with_fg' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x72ae): error: undefined reference to 'Fl_Window_set_default_cursor_with_fg_bg' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x7a48): error: undefined reference to 'Fl_Window_set_cursor' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x7f28): error: undefined reference to 'Fl_Window_set_cursor' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x80fe): error: undefined reference to 'Fl_Window_set_cursor_with_bg' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x82d6): error: undefined reference to 'Fl_Window_set_cursor_with_fg' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x84c6): error: undefined reference to 'Fl_Window_set_cursor_with_fg_bg' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x8bd7): error: undefined reference to 'Fl_Window_make_current' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziWindow_zdwcurrentWindow_info: error: undefined reference to 'Fl_Window_current' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x92ef): error: undefined reference to 'Fl_Window_y_root' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x969f): error: undefined reference to 'Fl_Window_x_root' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x9a4f): error: undefined reference to 'Fl_Window_iconize' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x9e1f): error: undefined reference to 'Fl_Window_shown' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xa1d9): error: undefined reference to 'Fl_Window_set_icon' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xa3fe): error: undefined reference to 'Fl_Window_set_icon' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xa947): error: undefined reference to 'Fl_Window_icon' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xadcc): error: undefined reference to 'Fl_Window_set_xclass' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xb217): error: undefined reference to 'Fl_Window_xclass' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xb62c): error: undefined reference to 'Fl_Window_copy_label' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xba49): error: undefined reference to 'Fl_Window_set_label_with_iconlabel' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xbecc): error: undefined reference to 'Fl_Window_set_iconlabel' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xc2cc): error: undefined reference to 'Fl_Window_set_label' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xc717): error: undefined reference to 'Fl_Window_iconlabel' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xcb77): error: undefined reference to 'Fl_Window_label' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xcfd7): error: undefined reference to 'Fl_Window_size_range' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xd39f): error: undefined reference to 'Fl_Window_free_position' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xd7e9): error: undefined reference to 'Fl_Window_hotspot_with_widget' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xd9b2): error: undefined reference to 'Fl_Window_hotspot_with_widget_with_offscreen' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xdab6): error: undefined reference to 'Fl_Window_hotspot_with_widget_with_offscreen' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xdd96): error: undefined reference to 'Fl_Window_hotspot_with_x_y_with_offscreen' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xdea6): error: undefined reference to 'Fl_Window_hotspot_with_x_y_with_offscreen' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xe0b7): error: undefined reference to 'Fl_Window_hotspot_with_x_y' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xe5f7): error: undefined reference to 'Fl_Window_tooltip_window' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xe9a7): error: undefined reference to 'Fl_Window_set_tooltip_window' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xed77): error: undefined reference to 'Fl_Window_menu_window' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xf127): error: undefined reference to 'Fl_Window_set_menu_window' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xf4f7): error: undefined reference to 'Fl_Window_non_modal' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xf8a7): error: undefined reference to 'Fl_Window_set_non_modal' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0xfc77): error: undefined reference to 'Fl_Window_modal' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x10027): error: undefined reference to 'Fl_Window_set_modal' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x103f7): error: undefined reference to 'Fl_Window_override' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x107a7): error: undefined reference to 'Fl_Window_set_override' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x10b77): error: undefined reference to 'Fl_Window_border' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x10f27): error: undefined reference to 'Fl_Window_clear_border' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x11304): error: undefined reference to 'Fl_Window_set_border' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x113fc): error: undefined reference to 'Fl_Window_set_border' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x117cf): error: undefined reference to 'Fl_Window_fullscreen_off' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x119f2): error: undefined reference to 'Fl_Window_fullscreen_off_with_resize' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x11f6f): error: undefined reference to 'Fl_Window_fullscreen' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x12337): error: undefined reference to 'Fl_Window_changed' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x126e7): error: undefined reference to 'Fl_Window_hide' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x12adc): error: undefined reference to 'Fl_Window_set_callback' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x12f22): error: undefined reference to 'Fl_Window_resize' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x13428): error: undefined reference to 'Fl_Window_handle' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x13827): error: undefined reference to 'Fl_Window_show' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x13ba7): error: undefined reference to 'Fl_Window_flush_super' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x13f27): error: undefined reference to 'Fl_Window_hide_super' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x142a7): error: undefined reference to 'Fl_Window_show_super' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x146fa): error: undefined reference to 'Fl_Window_resize_super' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x14c48): error: undefined reference to 'Fl_Window_handle_super' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x14faf): error: undefined reference to 'Fl_Window_draw_super' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x1532f): error: undefined reference to 'Fl_Window_Destroy' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziWindow_zdwoverriddenWindowNewWithLabelzq_info: error: undefined reference to 'Fl_OverriddenWindow_New_WithLabel' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziWindow_zdwoverriddenWindowNewXYWithLabelzq_info: error: undefined reference to 'Fl_OverriddenWindow_NewXY_WithLabel' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziWindow_zdwoverriddenWindowNewXYzq_info: error: undefined reference to 'Fl_OverriddenWindow_NewXY' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziWindow_windowCustom5_info: error: undefined reference to 'Fl_OverriddenWindow_New' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziWindow_windowCustom6_info: error: undefined reference to 'Fl_Window_default_virtual_funcs' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Window.o)(.text+0x17fe0): error: undefined reference to 'Fl_Window_size_range_with_args' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x4a17): error: undefined reference to 'Fl_Widget_flags' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x4e1f): error: undefined reference to 'Fl_Widget_clear_flag' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x55af): error: undefined reference to 'Fl_Widget_draw_focus' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x57ec): error: undefined reference to 'Fl_Widget_draw_focus_with_txywh' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x5ddf): error: undefined reference to 'Fl_Widget_draw_backdrop' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x6266): error: undefined reference to 'Fl_Widget_draw_box_with_tc' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x64a2): error: undefined reference to 'Fl_Widget_draw_box_with_txywhc' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x6aaf): error: undefined reference to 'Fl_Widget_draw_box' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x6e7f): error: undefined reference to 'Fl_Widget_has_callback' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x72a4): error: undefined reference to 'Fl_Widget_set_callback' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x76ea): error: undefined reference to 'Fl_Widget_resize' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x7c42): error: undefined reference to 'Fl_Widget_resize_super' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x81b9): error: undefined reference to 'Fl_Widget_top_window_offset' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x87ef): error: undefined reference to 'Fl_Widget_top_window' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x8d77): error: undefined reference to 'Fl_Widget_window' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x9297): error: undefined reference to 'Fl_Widget_measure_label' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x947f): error: undefined reference to 'Fl_Widget_measure_label' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x9b5c): error: undefined reference to 'Fl_Widget_damage_inside_widget' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xa143): error: undefined reference to 'Fl_Widget_damage_with_text' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xa5cf): error: undefined reference to 'Fl_Widget_clear_damage' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xaa23): error: undefined reference to 'Fl_Widget_clear_damage_with_bitmask' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xaf2f): error: undefined reference to 'Fl_Widget_damage' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xb2e7): error: undefined reference to 'Fl_Widget_redraw_label' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xb667): error: undefined reference to 'Fl_Widget_redraw' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xba99): error: undefined reference to 'Fl_Widget_inside' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xc041): error: undefined reference to 'Fl_Widget_contains' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xc57f): error: undefined reference to 'Fl_Widget_visible_focus' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xc98c): error: undefined reference to 'Fl_Widget_modify_visible_focus' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xca84): error: undefined reference to 'Fl_Widget_modify_visible_focus' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xcdf7): error: undefined reference to 'Fl_Widget_clear_visible_focus' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xd177): error: undefined reference to 'Fl_Widget_set_visible_focus' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xd53f): error: undefined reference to 'Fl_Widget_take_focus' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xd937): error: undefined reference to 'Fl_Widget_changed' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xdce7): error: undefined reference to 'Fl_Widget_clear_changed' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xe067): error: undefined reference to 'Fl_Widget_set_changed' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xe3e7): error: undefined reference to 'Fl_Widget_clear_active' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xe767): error: undefined reference to 'Fl_Widget_set_active' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xeb2f): error: undefined reference to 'Fl_Widget_takesevents' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xeedf): error: undefined reference to 'Fl_Widget_clear_output' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xf25f): error: undefined reference to 'Fl_Widget_set_output' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xf5df): error: undefined reference to 'Fl_Widget_output' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xf98f): error: undefined reference to 'Fl_Widget_deactivate' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0xfd0f): error: undefined reference to 'Fl_Widget_activate' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x100d7): error: undefined reference to 'Fl_Widget_active_r' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x104cf): error: undefined reference to 'Fl_Widget_active' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1087f): error: undefined reference to 'Fl_Widget_clear_visible' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x10bff): error: undefined reference to 'Fl_Widget_set_visible' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x10f7f): error: undefined reference to 'Fl_Widget_hide' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x112ff): error: undefined reference to 'Fl_Widget_hide_super' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1167f): error: undefined reference to 'Fl_Widget_show' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x119ff): error: undefined reference to 'Fl_Widget_show_super' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x11dc7): error: undefined reference to 'Fl_Widget_visible_r' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x121bf): error: undefined reference to 'Fl_Widget_visible' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1256f): error: undefined reference to 'Fl_Widget_do_callback' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x129c3): error: undefined reference to 'Fl_Widget_set_when' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x12ec7): error: undefined reference to 'Fl_Widget_when' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x132c8): error: undefined reference to 'Fl_Widget_copy_tooltip' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x13aa4): error: undefined reference to 'Fl_Widget_copy_tooltip' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x13eef): error: undefined reference to 'Fl_Widget_tooltip' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x142b1): error: undefined reference to 'Fl_Widget_set_deimage' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x144d6): error: undefined reference to 'Fl_Widget_set_deimage' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x148ff): error: undefined reference to 'Fl_Widget_deimage' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x14cc1): error: undefined reference to 'Fl_Widget_set_image' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x14ee6): error: undefined reference to 'Fl_Widget_set_image' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1530f): error: undefined reference to 'Fl_Widget_image' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1571c): error: undefined reference to 'Fl_Widget_set_labelsize' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x15a8f): error: undefined reference to 'Fl_Widget_labelsize' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x15e97): error: undefined reference to 'Fl_Widget_set_labelfont' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x16207): error: undefined reference to 'Fl_Widget_labelfont' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1660e): error: undefined reference to 'Fl_Widget_set_labelcolor' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1697f): error: undefined reference to 'Fl_Widget_labelcolor' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x16d77): error: undefined reference to 'Fl_Widget_labeltype' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1726f): error: undefined reference to 'Fl_Widget_labeltype' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1748c): error: undefined reference to 'Fl_Widget_copy_label' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1759f): error: undefined reference to 'Fl_Widget_set_labeltype' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1773c): error: undefined reference to 'Fl_Widget_copy_label' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1784f): error: undefined reference to 'Fl_Widget_set_labeltype' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x17997): error: undefined reference to 'Fl_Widget_set_labeltype' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x17e80): error: undefined reference to 'Fl_Widget_copy_label' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1865f): error: undefined reference to 'Fl_Widget_label' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x18a6e): error: undefined reference to 'Fl_Widget_set_selection_color' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x18ddf): error: undefined reference to 'Fl_Widget_selection_color' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x19235): error: undefined reference to 'Fl_Widget_set_color_with_bg_sel' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1960e): error: undefined reference to 'Fl_Widget_set_color' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1997f): error: undefined reference to 'Fl_Widget_color' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x19d87): error: undefined reference to 'Fl_Widget_set_box' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1a13f): error: undefined reference to 'Fl_Widget_box' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1a56f): error: undefined reference to 'Fl_Widget_align' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1a977): error: undefined reference to 'Fl_Widget_set_align' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1ace7): error: undefined reference to 'Fl_Widget_h' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1b097): error: undefined reference to 'Fl_Widget_w' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1b447): error: undefined reference to 'Fl_Widget_y' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1b7f7): error: undefined reference to 'Fl_Widget_x' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1bc07): error: undefined reference to 'Fl_Widget_draw_label' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1be15): error: undefined reference to 'Fl_Widget_draw_label_with_xywh_alignment' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1c4c7): error: undefined reference to 'Fl_Widget_set_type' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1c837): error: undefined reference to 'Fl_Widget_type' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1cbf1): error: undefined reference to 'Fl_Widget_set_parent' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1ce16): error: undefined reference to 'Fl_Widget_set_parent' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1d1ff): error: undefined reference to 'Fl_Widget_parent' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1d660): error: undefined reference to 'Fl_Widget_handle' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o)(.text+0x1d9ff): error: undefined reference to 'Fl_Widget_Destroy' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziWidget_zdwoverriddenWidgetNewzq_info: error: undefined reference to 'Fl_OverriddenWidget_New' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziWidget_zdwoverriddenWidgetNewWithLabelzq_info: error: undefined reference to 'Fl_OverriddenWidget_New_WithLabel' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziWidget_customWidgetFunctionStruct1_info: error: undefined reference to 'Fl_Widget_default_virtual_funcs' /home/mitchell/haskell/fltkhs-play/.stack-work/install/x86_64-linux-tinfo6/lts-12.18/8.4.4/lib/x86_64-linux-ghc-8.4.4/fltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me/libHSfltkhs-0.6.0.0-6M9RiIz0pwR5uaJ7v259Me.a(Widget.o):fltkhszm0zi6zi0zi0zm6M9RiIzz0pwR5uaJ7v259Me_GraphicsziUIziFLTKziLowLevelziWidget_zdwwidgetMaker_info: error: undefined reference to 'Fl_Widget_default_virtual_funcs' collect2: error: ld returned 1 exit status `gcc' failed in phase `Linker'. (Exit code: 1) -- While building custom Setup.hs for package fltkhs-play-0 using: /home/mitchell/.stack/setup-exe-cache/x86_64-linux-tinfo6/Cabal-simple_mPHDZzAJ_2.2.0.1_ghc-8.4.4 --builddir=.stack-work/dist/x86_64-linux-tinfo6/Cabal-2.2.0.1 build exe:fltkhs-play --ghc-options " -ddump-hi -ddump-to-file" Process exited with code: ExitFailure 1 ```
deech commented 6 years ago

Huh, I never actually tried setting the bundled flag in the stack.yaml like that. Good to know.

Can you try cloning the starter kit and it's directory do stack build --flag fltkhs:bundled?

There's an unfortunate amount of setup involved starting an fltkhs project which is why I provide the kits. Simply adding fltkhs as a dependency doesn't work. Wish it did.

mitchellwrosen commented 6 years ago

Oh! My mistake. I am indeed just inside a new project with an fltkhs dependency. I'll do it the right way (& I'm sure it will work this time). Will report back in a bit - but thanks!

deech commented 6 years ago

Ok cool! If that does work, try it with cabal as you were doing before. Hopefully it should also just work.

mitchellwrosen commented 6 years ago

An update:

stack build --flag fltkhs:bundled
stack exec fltkhs-light-theme-skeleton

does work, but

cabal new-build --constraint="fltkhs +bundled"

does not seem to find the patched freetype-config during configure:

checking for freetype-config... no
deech commented 6 years ago

Thanks for the update! Not super familiar with the new Cabal workflow, but does it now pull down and build dependencies for you? I would think with Cabal you'd need to install the fltkhs library as a separate step so that constraint maybe ignored.

mitchellwrosen commented 6 years ago

new-build does download and install the package; it's a bit like old-install and old-build at once. Here's the full build log.

Expand ``` File monitor 'config' unchanged. this build was affected by the following (project) config files: File monitor 'improved-plan' unchanged. PreExisting Cabal-2.4.0.1 (Cabal-2.4.0.1) array-0.5.3.0 base-4.12.0.0 binary-0.8.6.0 bytestring-0.10.8.2 containers-0.6.0.1 deepseq-1.4.4.0 directory-1.3.3.0 filepath-1.4.2.1 mtl-2.2.2 parsec-3.1.13.0 pretty-1.1.3.6 process-1.6.3.0 text-1.2.3.1 time-1.8.0.2 transformers-0.5.5.0 unix-2.7.2.2 Installed alex-3.2.4 (alex-3.2.4-f42ecec19a649371b54bc6a943ae74997cb9cc2df7626d83d24fe0a5e015a3cf) array-0.5.3.0 base-4.12.0.0 containers-0.6.0.1 directory-1.3.3.0 PreExisting array-0.5.3.0 (array-0.5.3.0) base-4.12.0.0 Installed asset-bundle-0.1.0.1 (asset-bundle-0.1.0.1-184c7edb3405def2e781af31f56a89816c8a10e2f6c7879fa5dd8f476437cf1e) Cabal-2.4.0.1 base-4.12.0.0 directory-1.3.3.0 filepath-1.4.2.1 PreExisting base-4.12.0.0 (base-4.12.0.0) ghc-prim-0.5.3 integer-gmp-1.0.2.0 rts PreExisting binary-0.8.6.0 (binary-0.8.6.0) array-0.5.3.0 base-4.12.0.0 bytestring-0.10.8.2 containers-0.6.0.1 PreExisting bytestring-0.10.8.2 (bytestring-0.10.8.2) base-4.12.0.0 deepseq-1.4.4.0 ghc-prim-0.5.3 integer-gmp-1.0.2.0 Installed c2hs-0.28.6 (c2hs-0.28.6-29f5ae8eb70b467aeb8c3d82fbe57dfa07cc4905160852715ec27691cc224651) array-0.5.3.0 base-4.12.0.0 bytestring-0.10.8.2 containers-0.6.0.1 directory-1.3.3.0 dlist-0.8.0.5-6aa436d5c162cc41350f3766c9cb6c6be6b4a7af061fd36955dc9cedad9f0cc5 filepath-1.4.2.1 language-c-0.8.2-f34ca47d5b9ca0e096e59447c97f0c11f61828843ee41ba5f8a4d13451d3a53d pretty-1.1.3.6 process-1.6.3.0 PreExisting containers-0.6.0.1 (containers-0.6.0.1) array-0.5.3.0 base-4.12.0.0 deepseq-1.4.4.0 ghc-prim-0.5.3 PreExisting deepseq-1.4.4.0 (deepseq-1.4.4.0) array-0.5.3.0 base-4.12.0.0 PreExisting directory-1.3.3.0 (directory-1.3.3.0) base-4.12.0.0 filepath-1.4.2.1 time-1.8.0.2 unix-2.7.2.2 Installed dlist-0.8.0.5 (dlist-0.8.0.5-6aa436d5c162cc41350f3766c9cb6c6be6b4a7af061fd36955dc9cedad9f0cc5) base-4.12.0.0 deepseq-1.4.4.0 PreExisting filepath-1.4.2.1 (filepath-1.4.2.1) base-4.12.0.0 Configured fltkhs-0.6.0.0 (fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15) base-4.12.0.0 bytestring-0.10.8.2 text-1.2.3.1 vector-0.12.0.1-959b3278eb03c494c9c33864bcaa5e8ecf0455b6f6d8fd11e984803a63c05b49 c2hs-0.28.6-29f5ae8eb70b467aeb8c3d82fbe57dfa07cc4905160852715ec27691cc224651 directory-1.3.3.0 filepath-1.4.2.1 mtl-2.2.2 parsec-3.1.13.0 Cabal-2.4.0.1 Configured fltkhs-light-theme-skeketon-0.1.0.0 (fltkhs-light-theme-skeketon-0.1.0.0-inplace) base-4.12.0.0 fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15 fltkhs-themes-0.1.0.1-c8b888d06dd83b3ad83942102498a6e1526dafd55c9d49f9e07354ff4f2329f5 load-font-0.1.0.2-8d4b133d8a7d48ba5d02fe5c1aa41b330b238a6cbf8440a481841956686dd4dc text-1.2.3.1 Cabal-2.4.0.1 asset-bundle-0.1.0.1-184c7edb3405def2e781af31f56a89816c8a10e2f6c7879fa5dd8f476437cf1e directory-1.3.3.0 filepath-1.4.2.1 Configured fltkhs-themes-0.1.0.1 (fltkhs-themes-0.1.0.1-c8b888d06dd83b3ad83942102498a6e1526dafd55c9d49f9e07354ff4f2329f5) base-4.12.0.0 bytestring-0.10.8.2 fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15 load-font-0.1.0.2-8d4b133d8a7d48ba5d02fe5c1aa41b330b238a6cbf8440a481841956686dd4dc text-1.2.3.1 vector-0.12.0.1-959b3278eb03c494c9c33864bcaa5e8ecf0455b6f6d8fd11e984803a63c05b49 Cabal-2.4.0.1 PreExisting ghc-prim-0.5.3 (ghc-prim-0.5.3) rts Installed happy-1.19.9 (happy-1.19.9-34e07675ecb15449d70df4a7a084ffcffb9c499547c68f7375a4d991dc6d9f73) array-0.5.3.0 base-4.12.0.0 containers-0.6.0.1 mtl-2.2.2 Cabal-2.4.0.1 directory-1.3.3.0 filepath-1.4.2.1 PreExisting integer-gmp-1.0.2.0 (integer-gmp-1.0.2.0) ghc-prim-0.5.3 Installed language-c-0.8.2 (language-c-0.8.2-f34ca47d5b9ca0e096e59447c97f0c11f61828843ee41ba5f8a4d13451d3a53d) array-0.5.3.0 base-4.12.0.0 bytestring-0.10.8.2 containers-0.6.0.1 deepseq-1.4.4.0 directory-1.3.3.0 filepath-1.4.2.1 pretty-1.1.3.6 process-1.6.3.0 syb-0.7-2783e43d0ca9c80134b31e1696acb9cabf2debe0c5d3317364eee36112457098 happy-1.19.9-34e07675ecb15449d70df4a7a084ffcffb9c499547c68f7375a4d991dc6d9f73 alex-3.2.4-f42ecec19a649371b54bc6a943ae74997cb9cc2df7626d83d24fe0a5e015a3cf Installed load-font-0.1.0.2 (load-font-0.1.0.2-8d4b133d8a7d48ba5d02fe5c1aa41b330b238a6cbf8440a481841956686dd4dc) base-4.12.0.0 c2hs-0.28.6-29f5ae8eb70b467aeb8c3d82fbe57dfa07cc4905160852715ec27691cc224651 Cabal-2.4.0.1 PreExisting mtl-2.2.2 (mtl-2.2.2) base-4.12.0.0 transformers-0.5.5.0 PreExisting parsec-3.1.13.0 (parsec-3.1.13.0) base-4.12.0.0 bytestring-0.10.8.2 mtl-2.2.2 text-1.2.3.1 PreExisting pretty-1.1.3.6 (pretty-1.1.3.6) base-4.12.0.0 deepseq-1.4.4.0 ghc-prim-0.5.3 Installed primitive-0.6.4.0 (primitive-0.6.4.0-c9f980d688e96749d6966a3b67565a363001a2013ba30c96631ca4085074e409) base-4.12.0.0 ghc-prim-0.5.3 transformers-0.5.5.0 PreExisting process-1.6.3.0 (process-1.6.3.0) base-4.12.0.0 deepseq-1.4.4.0 directory-1.3.3.0 filepath-1.4.2.1 unix-2.7.2.2 PreExisting rts-1.0 (rts) Installed syb-0.7 (syb-0.7-2783e43d0ca9c80134b31e1696acb9cabf2debe0c5d3317364eee36112457098) base-4.12.0.0 PreExisting text-1.2.3.1 (text-1.2.3.1) array-0.5.3.0 base-4.12.0.0 binary-0.8.6.0 bytestring-0.10.8.2 deepseq-1.4.4.0 ghc-prim-0.5.3 integer-gmp-1.0.2.0 PreExisting time-1.8.0.2 (time-1.8.0.2) base-4.12.0.0 deepseq-1.4.4.0 PreExisting transformers-0.5.5.0 (transformers-0.5.5.0) base-4.12.0.0 PreExisting unix-2.7.2.2 (unix-2.7.2.2) base-4.12.0.0 bytestring-0.10.8.2 time-1.8.0.2 Installed vector-0.12.0.1 (vector-0.12.0.1-959b3278eb03c494c9c33864bcaa5e8ecf0455b6f6d8fd11e984803a63c05b49) base-4.12.0.0 deepseq-1.4.4.0 ghc-prim-0.5.3 primitive-0.6.4.0-c9f980d688e96749d6966a3b67565a363001a2013ba30c96631ca4085074e409 Build profile: -w ghc-8.6.2 -O1 In order, the following will be built: - fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15 (lib:fltkhs) (requires build) - fltkhs-themes-0.1.0.1-c8b888d06dd83b3ad83942102498a6e1526dafd55c9d49f9e07354ff4f2329f5 (lib:fltkhs-themes) (requires download & build) - fltkhs-light-theme-skeketon-0.1.0.0-inplace (exe:fltkhs-light-theme-skeleton) (first run) Executing install plan in parallel using 4 threads. creating /home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/build creating /home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/tmp Downloading fltkhs-themes-0.1.0.1 Writing /home/mitchell/.cabal/packages/hackage.haskell.org/fltkhs-themes/0.1.0.1/fltkhs-themes-0.1.0.1.tar.gz Selected mirror http://hackage.haskell.org/ Extracting /home/mitchell/.cabal/packages/hackage.haskell.org/fltkhs/0.6.0.0/fltkhs-0.6.0.0.tar.gz to /home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/tmp/src-24408... Downloading package fltkhs-themes-0.1.0.1 Searching for curl in path. Found curl at /usr/bin/curl Searching for powershell in path. Cannot find powershell on the path Searching for wget in path. Found wget at /usr/bin/wget Selected http transport implementation: curl /usr/bin/curl 'http://hackage.haskell.org/package/fltkhs-themes-0.1.0.1.tar.gz' --output /tmp/transportAdapterGet24408-1 --location --write-out '%{http_code}' --user-agent 'cabal-install/2.5.0.0 (linux; x86_64)' --silent --show-error --dump-header /tmp/curl-headers24408-2.txt --header 'Cache-Control: no-transform' Updating fltkhs.cabal with the latest revision from the index. creating dist Starting fltkhs-0.6.0.0 (all, legacy fallback) Using external setup method with build-type Custom Using explicit dependencies: True creating /home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/tmp/src-24408/fltkhs-0.6.0.0/dist/setup creating /home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/tmp/src-24408/fltkhs-0.6.0.0/dist creating /home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/tmp/src-24408/fltkhs-0.6.0.0/dist/setup copy /home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/tmp/src-24408/fltkhs-0.6.0.0/Setup.hs to /home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/tmp/src-24408/fltkhs-0.6.0.0/dist/setup/setup.hs Using Cabal library version 2.4.0.1 Setup executable needs to be updated, compiling... Reading installed packages... /home/mitchell/.ghcup/bin/ghc-pkg dump --global -v0 /home/mitchell/.ghcup/bin/ghc-pkg dump '--package-db=/home/mitchell/.cabal/store/ghc-8.6.2/package.db' -v0 /home/mitchell/.ghcup/bin/ghc --print-libdir /home/mitchell/.ghcup/bin/ghc --make -fbuilding-cabal-package -odir /home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/tmp/src-24408/fltkhs-0.6.0.0/dist/setup -hidir /home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/tmp/src-24408/fltkhs-0.6.0.0/dist/setup -i -i/home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/tmp/src-24408/fltkhs-0.6.0.0 -optP-include -optP/home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/tmp/src-24408/fltkhs-0.6.0.0/dist/setup/setup_macros.h -hide-all-packages -no-user-package-db -package-db /home/mitchell/.cabal/store/ghc-8.6.2/package.db -package-id Cabal-2.4.0.1 -package-id base-4.12.0.0 -package-id directory-1.3.3.0 -package-id filepath-1.4.2.1 /home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/tmp/src-24408/fltkhs-0.6.0.0/dist/setup/setup.hs -o /home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/tmp/src-24408/fltkhs-0.6.0.0/dist/setup/setup -threaded /home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/tmp/src-24408/fltkhs-0.6.0.0/dist/setup/setup configure --verbose=3 --builddir=dist --ghc --prefix=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15 --bindir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/bin --libdir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/lib --libsubdir= --dynlibdir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/lib --libexecdir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/libexec --libexecsubdir= --datadir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/share --datasubdir= --docdir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/share/doc --htmldir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/share/doc/html --haddockdir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/share/doc/html --sysconfdir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/etc --enable-library-vanilla --disable-library-profiling --enable-shared --disable-static --disable-executable-dynamic --disable-profiling --profiling-detail=default --library-profiling-detail=default --enable-optimization --disable-debug-info --disable-library-for-ghci --disable-split-sections --disable-split-objs --disable-executable-stripping --disable-library-stripping --package-db=clear --package-db=global --package-db=/home/mitchell/.cabal/store/ghc-8.6.2/package.db --flags=bundled --flags=demos --flags=-opengl --ipid=fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15 --extra-prog-path=/home/mitchell/.cabal/bin --dependency=base=base-4.12.0.0 --dependency=bytestring=bytestring-0.10.8.2 --dependency=text=text-1.2.3.1 --dependency=vector=vector-0.12.0.1-959b3278eb03c494c9c33864bcaa5e8ecf0455b6f6d8fd11e984803a63c05b49 --dependency=directory=directory-1.3.3.0 --dependency=filepath=filepath-1.4.2.1 --dependency=mtl=mtl-2.2.2 --dependency=parsec=parsec-3.1.13.0 --disable-tests --disable-coverage --exact-configuration --disable-benchmarks --with-ghc=/home/mitchell/.ghcup/bin/ghc --with-ghc-pkg=/home/mitchell/.ghcup/bin/ghc-pkg --ghc-option=-hide-all-packages Redirecting build log to {handle: /home/mitchell/.cabal/logs/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15.log} Setup arguments: configure --verbose=3 --builddir=dist --ghc --prefix=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15 --bindir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/bin --libdir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/lib --libsubdir= --dynlibdir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/lib --libexecdir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/libexec --libexecsubdir= --datadir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/share --datasubdir= --docdir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/share/doc --htmldir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/share/doc/html --haddockdir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/share/doc/html --sysconfdir=/home/mitchell/.cabal/store/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15/etc --enable-library-vanilla --disable-library-profiling --enable-shared --disable-static --disable-executable-dynamic --disable-profiling --profiling-detail=default --library-profiling-detail=default --enable-optimization --disable-debug-info --disable-library-for-ghci --disable-split-sections --disable-split-objs --disable-executable-stripping --disable-library-stripping --package-db=clear --package-db=global --package-db=/home/mitchell/.cabal/store/ghc-8.6.2/package.db --flags=bundled --flags=demos --flags=-opengl --ipid=fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15 --extra-prog-path=/home/mitchell/.cabal/bin --dependency=base=base-4.12.0.0 --dependency=bytestring=bytestring-0.10.8.2 --dependency=text=text-1.2.3.1 --dependency=vector=vector-0.12.0.1-959b3278eb03c494c9c33864bcaa5e8ecf0455b6f6d8fd11e984803a63c05b49 --dependency=directory=directory-1.3.3.0 --dependency=filepath=filepath-1.4.2.1 --dependency=mtl=mtl-2.2.2 --dependency=parsec=parsec-3.1.13.0 --disable-tests --disable-coverage --exact-configuration --disable-benchmarks --with-ghc=/home/mitchell/.ghcup/bin/ghc --with-ghc-pkg=/home/mitchell/.ghcup/bin/ghc-pkg --ghc-option=-hide-all-packages packages definitely up to date: packages previously probably up to date: packages now probably up to date: packages newly up to date: packages out to date: fltkhs-light-theme-skeketon-0.1.0.0-inplace packages invalid due to dep change: fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15, fltkhs-light-theme-skeketon-0.1.0.0-inplace, fltkhs-themes-0.1.0.1-c8b888d06dd83b3ad83942102498a6e1526dafd55c9d49f9e07354ff4f2329f5 packages invalid due to build failure: fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15 Failed to build fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15. The failure occurred during the configure step. Build log ( /home/mitchell/.cabal/logs/ghc-8.6.2/fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15.log ): [1 of 1] Compiling Main ( /home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/tmp/src-24408/fltkhs-0.6.0.0/dist/setup/setup.hs, /home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/tmp/src-24408/fltkhs-0.6.0.0/dist/setup/Main.o ) Linking /home/mitchell/haskell/fltkhs-light-theme-skeleton/dist-newstyle/tmp/src-24408/fltkhs-0.6.0.0/dist/setup/setup ... Building bundled FLTK Archive: fltk-master.zip 318a756a60362534d56792b66f3748d654b1df46 creating: fltk-master/ inflating: fltk-master/.clang-format inflating: fltk-master/.gitlab-ci.yml inflating: fltk-master/ANNOUNCEMENT inflating: fltk-master/CHANGES inflating: fltk-master/CHANGES_1.0 inflating: fltk-master/CHANGES_1.1 inflating: fltk-master/CHANGES_1.3 creating: fltk-master/CMake/ inflating: fltk-master/CMake/FLTKConfig.cmake.in inflating: fltk-master/CMake/FindSDL2.cmake inflating: fltk-master/CMake/MacOSXBundleInfo.plist.in inflating: fltk-master/CMake/UseFLTK.cmake.in inflating: fltk-master/CMake/cmake_uninstall.cmake.in inflating: fltk-master/CMake/export.cmake inflating: fltk-master/CMake/install-symlinks.cmake.in inflating: fltk-master/CMake/install.cmake inflating: fltk-master/CMake/macros.cmake inflating: fltk-master/CMake/options.cmake inflating: fltk-master/CMake/posixScandir.cxx inflating: fltk-master/CMake/resources.cmake inflating: fltk-master/CMake/setup.cmake inflating: fltk-master/CMake/variables.cmake inflating: fltk-master/CMakeLists.txt inflating: fltk-master/COPYING inflating: fltk-master/CREDITS inflating: fltk-master/DartConfig.cmake creating: fltk-master/FL/ inflating: fltk-master/FL/Enumerations.H inflating: fltk-master/FL/Fl.H inflating: fltk-master/FL/Fl_Adjuster.H inflating: fltk-master/FL/Fl_BMP_Image.H inflating: fltk-master/FL/Fl_Bitmap.H inflating: fltk-master/FL/Fl_Box.H inflating: fltk-master/FL/Fl_Browser.H inflating: fltk-master/FL/Fl_Browser_.H inflating: fltk-master/FL/Fl_Button.H inflating: fltk-master/FL/Fl_Cairo.H inflating: fltk-master/FL/Fl_Cairo_Window.H inflating: fltk-master/FL/Fl_Chart.H inflating: fltk-master/FL/Fl_Check_Browser.H inflating: fltk-master/FL/Fl_Check_Button.H inflating: fltk-master/FL/Fl_Choice.H inflating: fltk-master/FL/Fl_Clock.H inflating: fltk-master/FL/Fl_Color_Chooser.H inflating: fltk-master/FL/Fl_Copy_Surface.H inflating: fltk-master/FL/Fl_Counter.H inflating: fltk-master/FL/Fl_Device.H inflating: fltk-master/FL/Fl_Dial.H inflating: fltk-master/FL/Fl_Double_Window.H inflating: fltk-master/FL/Fl_Export.H inflating: fltk-master/FL/Fl_File_Browser.H inflating: fltk-master/FL/Fl_File_Chooser.H inflating: fltk-master/FL/Fl_File_Icon.H inflating: fltk-master/FL/Fl_File_Input.H inflating: fltk-master/FL/Fl_Fill_Dial.H inflating: fltk-master/FL/Fl_Fill_Slider.H inflating: fltk-master/FL/Fl_Float_Input.H inflating: fltk-master/FL/Fl_FormsBitmap.H inflating: fltk-master/FL/Fl_FormsPixmap.H inflating: fltk-master/FL/Fl_Free.H inflating: fltk-master/FL/Fl_GIF_Image.H inflating: fltk-master/FL/Fl_Gl_Window.H inflating: fltk-master/FL/Fl_Graphics_Driver.H inflating: fltk-master/FL/Fl_Group.H inflating: fltk-master/FL/Fl_Help_Dialog.H inflating: fltk-master/FL/Fl_Help_View.H inflating: fltk-master/FL/Fl_Hold_Browser.H inflating: fltk-master/FL/Fl_Hor_Fill_Slider.H inflating: fltk-master/FL/Fl_Hor_Nice_Slider.H inflating: fltk-master/FL/Fl_Hor_Slider.H inflating: fltk-master/FL/Fl_Hor_Value_Slider.H inflating: fltk-master/FL/Fl_Image.H inflating: fltk-master/FL/Fl_Image_Surface.H inflating: fltk-master/FL/Fl_Input.H inflating: fltk-master/FL/Fl_Input_.H inflating: fltk-master/FL/Fl_Input_Choice.H inflating: fltk-master/FL/Fl_Int_Input.H inflating: fltk-master/FL/Fl_JPEG_Image.H inflating: fltk-master/FL/Fl_Light_Button.H inflating: fltk-master/FL/Fl_Line_Dial.H inflating: fltk-master/FL/Fl_Menu.H inflating: fltk-master/FL/Fl_Menu_.H inflating: fltk-master/FL/Fl_Menu_Bar.H inflating: fltk-master/FL/Fl_Menu_Button.H inflating: fltk-master/FL/Fl_Menu_Item.H inflating: fltk-master/FL/Fl_Menu_Window.H inflating: fltk-master/FL/Fl_Multi_Browser.H inflating: fltk-master/FL/Fl_Multi_Label.H inflating: fltk-master/FL/Fl_Multiline_Input.H inflating: fltk-master/FL/Fl_Multiline_Output.H inflating: fltk-master/FL/Fl_Native_File_Chooser.H inflating: fltk-master/FL/Fl_Nice_Slider.H inflating: fltk-master/FL/Fl_Object.H inflating: fltk-master/FL/Fl_Output.H inflating: fltk-master/FL/Fl_Overlay_Window.H inflating: fltk-master/FL/Fl_PNG_Image.H inflating: fltk-master/FL/Fl_PNM_Image.H inflating: fltk-master/FL/Fl_Pack.H inflating: fltk-master/FL/Fl_Paged_Device.H inflating: fltk-master/FL/Fl_Pixmap.H inflating: fltk-master/FL/Fl_Plugin.H inflating: fltk-master/FL/Fl_Positioner.H inflating: fltk-master/FL/Fl_PostScript.H inflating: fltk-master/FL/Fl_Preferences.H inflating: fltk-master/FL/Fl_Printer.H inflating: fltk-master/FL/Fl_Progress.H inflating: fltk-master/FL/Fl_RGB_Image.H inflating: fltk-master/FL/Fl_Radio_Button.H inflating: fltk-master/FL/Fl_Radio_Light_Button.H inflating: fltk-master/FL/Fl_Radio_Round_Button.H inflating: fltk-master/FL/Fl_Rect.H inflating: fltk-master/FL/Fl_Repeat_Button.H inflating: fltk-master/FL/Fl_Return_Button.H inflating: fltk-master/FL/Fl_Roller.H inflating: fltk-master/FL/Fl_Round_Button.H inflating: fltk-master/FL/Fl_Round_Clock.H inflating: fltk-master/FL/Fl_SVG_Image.H inflating: fltk-master/FL/Fl_Scroll.H inflating: fltk-master/FL/Fl_Scrollbar.H inflating: fltk-master/FL/Fl_Secret_Input.H inflating: fltk-master/FL/Fl_Select_Browser.H inflating: fltk-master/FL/Fl_Shared_Image.H inflating: fltk-master/FL/Fl_Simple_Counter.H inflating: fltk-master/FL/Fl_Simple_Terminal.H inflating: fltk-master/FL/Fl_Single_Window.H inflating: fltk-master/FL/Fl_Slider.H inflating: fltk-master/FL/Fl_Spinner.H inflating: fltk-master/FL/Fl_Sys_Menu_Bar.H inflating: fltk-master/FL/Fl_Table.H inflating: fltk-master/FL/Fl_Table_Row.H inflating: fltk-master/FL/Fl_Tabs.H inflating: fltk-master/FL/Fl_Text_Buffer.H inflating: fltk-master/FL/Fl_Text_Display.H inflating: fltk-master/FL/Fl_Text_Editor.H inflating: fltk-master/FL/Fl_Tile.H inflating: fltk-master/FL/Fl_Tiled_Image.H inflating: fltk-master/FL/Fl_Timer.H inflating: fltk-master/FL/Fl_Toggle_Button.H inflating: fltk-master/FL/Fl_Toggle_Light_Button.H inflating: fltk-master/FL/Fl_Toggle_Round_Button.H inflating: fltk-master/FL/Fl_Tooltip.H inflating: fltk-master/FL/Fl_Tree.H inflating: fltk-master/FL/Fl_Tree_Item.H inflating: fltk-master/FL/Fl_Tree_Item_Array.H inflating: fltk-master/FL/Fl_Tree_Prefs.H inflating: fltk-master/FL/Fl_Valuator.H inflating: fltk-master/FL/Fl_Value_Input.H inflating: fltk-master/FL/Fl_Value_Output.H inflating: fltk-master/FL/Fl_Value_Slider.H inflating: fltk-master/FL/Fl_Widget.H inflating: fltk-master/FL/Fl_Widget_Surface.H inflating: fltk-master/FL/Fl_Window.H inflating: fltk-master/FL/Fl_Wizard.H inflating: fltk-master/FL/Fl_XBM_Image.H inflating: fltk-master/FL/Fl_XPM_Image.H inflating: fltk-master/FL/Makefile.in inflating: fltk-master/FL/README.Xcode inflating: fltk-master/FL/android.H inflating: fltk-master/FL/filename.H inflating: fltk-master/FL/fl_ask.H inflating: fltk-master/FL/fl_draw.H inflating: fltk-master/FL/fl_message.H inflating: fltk-master/FL/fl_show_colormap.H inflating: fltk-master/FL/fl_show_input.H inflating: fltk-master/FL/fl_types.h inflating: fltk-master/FL/fl_utf8.h inflating: fltk-master/FL/forms.H inflating: fltk-master/FL/gl.h inflating: fltk-master/FL/gl2opengl.h inflating: fltk-master/FL/gl_draw.H inflating: fltk-master/FL/glu.h inflating: fltk-master/FL/glut.H inflating: fltk-master/FL/mac.H inflating: fltk-master/FL/math.h inflating: fltk-master/FL/names.h inflating: fltk-master/FL/platform.H inflating: fltk-master/FL/platform_types.h inflating: fltk-master/FL/win32.H inflating: fltk-master/FL/x.H creating: fltk-master/GL/ inflating: fltk-master/GL/glut.h inflating: fltk-master/Makefile inflating: fltk-master/README inflating: fltk-master/README.Android.txt inflating: fltk-master/README.CMake.txt inflating: fltk-master/README.Cairo.txt inflating: fltk-master/README.OSX.txt inflating: fltk-master/README.Pico.txt inflating: fltk-master/README.Unix.txt inflating: fltk-master/README.Windows.txt inflating: fltk-master/README.abi-version.txt inflating: fltk-master/README.bundled-libs.txt inflating: fltk-master/README.md extracting: fltk-master/VERSION inflating: fltk-master/abi-version.cmake.in inflating: fltk-master/abi-version.in inflating: fltk-master/autogen.sh creating: fltk-master/cairo/ inflating: fltk-master/cairo/CMakeLists.txt inflating: fltk-master/cairo/Fl_Cairo.cxx inflating: fltk-master/cairo/Makefile inflating: fltk-master/cairo/makedepend inflating: fltk-master/configh.cmake.in inflating: fltk-master/configh.in inflating: fltk-master/configure.ac creating: fltk-master/documentation/ inflating: fltk-master/documentation/CMakeLists.txt inflating: fltk-master/documentation/Doxyfile.in inflating: fltk-master/documentation/Makefile inflating: fltk-master/documentation/README inflating: fltk-master/documentation/make_pdf creating: fltk-master/documentation/src/ inflating: fltk-master/documentation/src/FL.png inflating: fltk-master/documentation/src/FL200.png extracting: fltk-master/documentation/src/Fl_Check_Button.png inflating: fltk-master/documentation/src/Fl_File_Chooser.jpg extracting: fltk-master/documentation/src/Fl_File_Input.png inflating: fltk-master/documentation/src/Fl_Help_Dialog.png inflating: fltk-master/documentation/src/Fl_Light_Button.png extracting: fltk-master/documentation/src/Fl_Multi_Label-menu-item.png inflating: fltk-master/documentation/src/Fl_Native_File_Chooser.png inflating: fltk-master/documentation/src/Fl_Return_Button.png inflating: fltk-master/documentation/src/Fl_Roller.png inflating: fltk-master/documentation/src/Fl_Round_Button.png inflating: fltk-master/documentation/src/Fl_Scroll.png inflating: fltk-master/documentation/src/Fl_Spinner.png inflating: fltk-master/documentation/src/Fl_Tile.png inflating: fltk-master/documentation/src/Fl_Tree_Item-dimensions.png inflating: fltk-master/documentation/src/Fl_Value_Input.png inflating: fltk-master/documentation/src/Fl_Value_Output.png extracting: fltk-master/documentation/src/adjuster1.png inflating: fltk-master/documentation/src/advanced.dox inflating: fltk-master/documentation/src/basics.dox inflating: fltk-master/documentation/src/blocks.man inflating: fltk-master/documentation/src/boxtypes.png inflating: fltk-master/documentation/src/buttons.png inflating: fltk-master/documentation/src/cairo_test.png inflating: fltk-master/documentation/src/charts.png inflating: fltk-master/documentation/src/checkers.man extracting: fltk-master/documentation/src/choice.png inflating: fltk-master/documentation/src/clock.png inflating: fltk-master/documentation/src/common.dox extracting: fltk-master/documentation/src/counter.png inflating: fltk-master/documentation/src/cubeview.png inflating: fltk-master/documentation/src/development.dox extracting: fltk-master/documentation/src/dial.png inflating: fltk-master/documentation/src/drawing.dox inflating: fltk-master/documentation/src/editor-linenumbers.png inflating: fltk-master/documentation/src/editor-replace.png inflating: fltk-master/documentation/src/editor.dox inflating: fltk-master/documentation/src/editor.png inflating: fltk-master/documentation/src/enumerations.dox inflating: fltk-master/documentation/src/events.dox inflating: fltk-master/documentation/src/examples.dox inflating: fltk-master/documentation/src/faq.dox extracting: fltk-master/documentation/src/fl_alert.png inflating: fltk-master/documentation/src/fl_arc_xyr_diagram.png extracting: fltk-master/documentation/src/fl_ask.png extracting: fltk-master/documentation/src/fl_choice.png extracting: fltk-master/documentation/src/fl_choice_left_middle_right.png extracting: fltk-master/documentation/src/fl_choice_one.png extracting: fltk-master/documentation/src/fl_choice_three.png extracting: fltk-master/documentation/src/fl_choice_three_fmt.png extracting: fltk-master/documentation/src/fl_choice_two.png inflating: fltk-master/documentation/src/fl_color_chooser.jpg extracting: fltk-master/documentation/src/fl_input.png extracting: fltk-master/documentation/src/fl_message.png extracting: fltk-master/documentation/src/fl_password.png inflating: fltk-master/documentation/src/fl_pie_arc_diagram.png inflating: fltk-master/documentation/src/fl_show_colormap.png inflating: fltk-master/documentation/src/fltk-book.tex.in inflating: fltk-master/documentation/src/fltk-colormap.png inflating: fltk-master/documentation/src/fltk-config.man inflating: fltk-master/documentation/src/fltk.man inflating: fltk-master/documentation/src/fluid-catgets.png inflating: fltk-master/documentation/src/fluid-edit-global-fltk-settings.png inflating: fltk-master/documentation/src/fluid-edit-gui-settings.png inflating: fltk-master/documentation/src/fluid-edit-proj-settings.png inflating: fltk-master/documentation/src/fluid-gettext.png inflating: fltk-master/documentation/src/fluid-layout-grid-and-size-settings.png inflating: fltk-master/documentation/src/fluid-org.png inflating: fltk-master/documentation/src/fluid-org.xcf inflating: fltk-master/documentation/src/fluid.dox inflating: fltk-master/documentation/src/fluid.man inflating: fltk-master/documentation/src/fluid1.png inflating: fltk-master/documentation/src/fluid2.png inflating: fltk-master/documentation/src/fluid3-cxx.png inflating: fltk-master/documentation/src/fluid3-gui.png inflating: fltk-master/documentation/src/fluid3-style.png inflating: fltk-master/documentation/src/fluid4.png inflating: fltk-master/documentation/src/fluid_widget_cxx.png inflating: fltk-master/documentation/src/fluid_widget_gui.png inflating: fltk-master/documentation/src/fluid_widget_style.png inflating: fltk-master/documentation/src/forms.dox inflating: fltk-master/documentation/src/glut.dox inflating: fltk-master/documentation/src/hello_cxx.png inflating: fltk-master/documentation/src/html_footer inflating: fltk-master/documentation/src/icon.png inflating: fltk-master/documentation/src/index.dox inflating: fltk-master/documentation/src/input_choice.jpg inflating: fltk-master/documentation/src/intro.dox inflating: fltk-master/documentation/src/license.dox extracting: fltk-master/documentation/src/menu.png extracting: fltk-master/documentation/src/menu_button.png inflating: fltk-master/documentation/src/menubar.png inflating: fltk-master/documentation/src/migration_1_1.dox inflating: fltk-master/documentation/src/migration_1_3.dox inflating: fltk-master/documentation/src/opengl.dox inflating: fltk-master/documentation/src/osissues.dox inflating: fltk-master/documentation/src/positioner.png inflating: fltk-master/documentation/src/preface.dox inflating: fltk-master/documentation/src/resizebox1.png inflating: fltk-master/documentation/src/resizebox2.png extracting: fltk-master/documentation/src/round_clock.png inflating: fltk-master/documentation/src/scrollbar.png inflating: fltk-master/documentation/src/simple-terminal-default-ansi.png inflating: fltk-master/documentation/src/slider.png inflating: fltk-master/documentation/src/subclassing.dox inflating: fltk-master/documentation/src/sudoku.man inflating: fltk-master/documentation/src/symbols.png inflating: fltk-master/documentation/src/table-as-container.png inflating: fltk-master/documentation/src/table-dimensions.png inflating: fltk-master/documentation/src/table-simple.png inflating: fltk-master/documentation/src/tabs.png inflating: fltk-master/documentation/src/tabs_default.png inflating: fltk-master/documentation/src/tabs_selection.png inflating: fltk-master/documentation/src/tabs_uniform.png inflating: fltk-master/documentation/src/text.png inflating: fltk-master/documentation/src/tiny.png inflating: fltk-master/documentation/src/tooltip-options.png inflating: fltk-master/documentation/src/tree-dimensions.png inflating: fltk-master/documentation/src/tree-elements.png inflating: fltk-master/documentation/src/tree-simple.png inflating: fltk-master/documentation/src/unicode.dox inflating: fltk-master/documentation/src/unittest_images.png inflating: fltk-master/documentation/src/valuators.png extracting: fltk-master/documentation/src/value_slider.png creating: fltk-master/examples/ inflating: fltk-master/examples/Makefile inflating: fltk-master/examples/Makefile.FLTK inflating: fltk-master/examples/OpenGL3-glut-test.cxx inflating: fltk-master/examples/OpenGL3test.cxx inflating: fltk-master/examples/README.examples inflating: fltk-master/examples/SVG_File_Surface.cxx inflating: fltk-master/examples/clipboard.cxx inflating: fltk-master/examples/draggable-group.cxx inflating: fltk-master/examples/fltk-versions.cxx inflating: fltk-master/examples/howto-add_fd-and-popen.cxx inflating: fltk-master/examples/howto-browser-with-icons.cxx inflating: fltk-master/examples/howto-drag-and-drop.cxx inflating: fltk-master/examples/howto-menu-with-images.cxx inflating: fltk-master/examples/howto-parse-args.cxx inflating: fltk-master/examples/howto-simple-svg.cxx inflating: fltk-master/examples/howto-text-over-image-button.cxx inflating: fltk-master/examples/menubar-add.cxx inflating: fltk-master/examples/nativefilechooser-simple-app.cxx inflating: fltk-master/examples/nativefilechooser-simple.cxx inflating: fltk-master/examples/progress-simple.cxx inflating: fltk-master/examples/shapedwindow.cxx inflating: fltk-master/examples/simple-terminal.cxx inflating: fltk-master/examples/table-as-container.cxx inflating: fltk-master/examples/table-simple.cxx inflating: fltk-master/examples/table-sort.cxx inflating: fltk-master/examples/table-spreadsheet-with-keyboard-nav.cxx inflating: fltk-master/examples/table-spreadsheet.cxx inflating: fltk-master/examples/table-with-keynav.cxx inflating: fltk-master/examples/tabs-simple.cxx inflating: fltk-master/examples/textdisplay-with-colors.cxx inflating: fltk-master/examples/texteditor-simple.cxx inflating: fltk-master/examples/texteditor-with-dynamic-colors.cxx inflating: fltk-master/examples/tree-as-container.cxx inflating: fltk-master/examples/tree-custom-draw-items.cxx inflating: fltk-master/examples/tree-custom-sort.cxx inflating: fltk-master/examples/tree-of-tables.cxx inflating: fltk-master/examples/tree-simple.cxx inflating: fltk-master/examples/wizard-simple.cxx inflating: fltk-master/fltk-config.in inflating: fltk-master/fltk.list.in inflating: fltk-master/fltk.spec.in inflating: fltk-master/fltk.xpm creating: fltk-master/fluid/ inflating: fltk-master/fluid/CMakeLists.txt inflating: fltk-master/fluid/CodeEditor.cxx inflating: fltk-master/fluid/CodeEditor.h inflating: fltk-master/fluid/ExternalCodeEditor_UNIX.cxx inflating: fltk-master/fluid/ExternalCodeEditor_UNIX.h inflating: fltk-master/fluid/ExternalCodeEditor_WIN32.cxx inflating: fltk-master/fluid/ExternalCodeEditor_WIN32.h inflating: fltk-master/fluid/Fl_Function_Type.cxx inflating: fltk-master/fluid/Fl_Group_Type.cxx inflating: fltk-master/fluid/Fl_Menu_Type.cxx inflating: fltk-master/fluid/Fl_Type.cxx inflating: fltk-master/fluid/Fl_Type.h inflating: fltk-master/fluid/Fl_Widget_Type.cxx inflating: fltk-master/fluid/Fl_Widget_Type.h inflating: fltk-master/fluid/Fl_Window_Type.cxx inflating: fltk-master/fluid/Fluid_Image.cxx inflating: fltk-master/fluid/Fluid_Image.h inflating: fltk-master/fluid/Makefile inflating: fltk-master/fluid/Shortcut_Button.h inflating: fltk-master/fluid/about_panel.cxx inflating: fltk-master/fluid/about_panel.fl inflating: fltk-master/fluid/about_panel.h inflating: fltk-master/fluid/align_widget.cxx inflating: fltk-master/fluid/alignment_panel.cxx inflating: fltk-master/fluid/alignment_panel.fl inflating: fltk-master/fluid/alignment_panel.h inflating: fltk-master/fluid/code.cxx inflating: fltk-master/fluid/comments.h inflating: fltk-master/fluid/factory.cxx inflating: fltk-master/fluid/file.cxx creating: fltk-master/fluid/fluid.app/ creating: fltk-master/fluid/fluid.app/Contents/ inflating: fltk-master/fluid/fluid.app/Contents/Info.plist extracting: fltk-master/fluid/fluid.app/Contents/PkgInfo creating: fltk-master/fluid/fluid.app/Contents/Resources/ inflating: fltk-master/fluid/fluid.app/Contents/Resources/fluid.icns inflating: fltk-master/fluid/fluid.cxx inflating: fltk-master/fluid/fluid.desktop inflating: fltk-master/fluid/fluid.xml inflating: fltk-master/fluid/function_panel.cxx inflating: fltk-master/fluid/function_panel.fl inflating: fltk-master/fluid/function_panel.h creating: fltk-master/fluid/icons/ extracting: fltk-master/fluid/icons/fluid-128.png extracting: fltk-master/fluid/icons/fluid-16.png inflating: fltk-master/fluid/icons/fluid-16i.png inflating: fltk-master/fluid/icons/fluid-256.png extracting: fltk-master/fluid/icons/fluid-32.png inflating: fltk-master/fluid/icons/fluid-32.xpm extracting: fltk-master/fluid/icons/fluid-32i.png extracting: fltk-master/fluid/icons/fluid-48.png extracting: fltk-master/fluid/icons/fluid-64.png inflating: fltk-master/fluid/icons/fluid-96.xpm inflating: fltk-master/fluid/icons/fluid.ico inflating: fltk-master/fluid/icons/fluid.xcf_gz inflating: fltk-master/fluid/makedepend creating: fltk-master/fluid/pixmaps/ inflating: fltk-master/fluid/pixmaps/flAdjuster.xpm inflating: fltk-master/fluid/pixmaps/flBox.xpm inflating: fltk-master/fluid/pixmaps/flBrowser.xpm inflating: fltk-master/fluid/pixmaps/flButton.xpm inflating: fltk-master/fluid/pixmaps/flCheckBrowser.xpm inflating: fltk-master/fluid/pixmaps/flCheckButton.xpm inflating: fltk-master/fluid/pixmaps/flChoice.xpm inflating: fltk-master/fluid/pixmaps/flClass.xpm inflating: fltk-master/fluid/pixmaps/flClock.xpm inflating: fltk-master/fluid/pixmaps/flCode.xpm inflating: fltk-master/fluid/pixmaps/flCodeBlock.xpm inflating: fltk-master/fluid/pixmaps/flComment.xpm inflating: fltk-master/fluid/pixmaps/flCounter.xpm inflating: fltk-master/fluid/pixmaps/flData.xpm inflating: fltk-master/fluid/pixmaps/flDeclaration.xpm inflating: fltk-master/fluid/pixmaps/flDeclarationBlock.xpm inflating: fltk-master/fluid/pixmaps/flDial.xpm inflating: fltk-master/fluid/pixmaps/flFileBrowser.xpm inflating: fltk-master/fluid/pixmaps/flFileInput.xpm inflating: fltk-master/fluid/pixmaps/flFunction.xpm inflating: fltk-master/fluid/pixmaps/flGroup.xpm inflating: fltk-master/fluid/pixmaps/flHelp.xpm inflating: fltk-master/fluid/pixmaps/flInput.xpm inflating: fltk-master/fluid/pixmaps/flLightButton.xpm inflating: fltk-master/fluid/pixmaps/flMenuButton.xpm inflating: fltk-master/fluid/pixmaps/flMenubar.xpm inflating: fltk-master/fluid/pixmaps/flMenuitem.xpm inflating: fltk-master/fluid/pixmaps/flOutput.xpm inflating: fltk-master/fluid/pixmaps/flPack.xpm inflating: fltk-master/fluid/pixmaps/flProgress.xpm inflating: fltk-master/fluid/pixmaps/flRepeatButton.xpm inflating: fltk-master/fluid/pixmaps/flReturnButton.xpm inflating: fltk-master/fluid/pixmaps/flRoller.xpm inflating: fltk-master/fluid/pixmaps/flRoundButton.xpm inflating: fltk-master/fluid/pixmaps/flScroll.xpm inflating: fltk-master/fluid/pixmaps/flScrollBar.xpm inflating: fltk-master/fluid/pixmaps/flSlider.xpm inflating: fltk-master/fluid/pixmaps/flSpinner.xpm inflating: fltk-master/fluid/pixmaps/flSubmenu.xpm inflating: fltk-master/fluid/pixmaps/flTable.xpm inflating: fltk-master/fluid/pixmaps/flTabs.xpm inflating: fltk-master/fluid/pixmaps/flTextDisplay.xpm inflating: fltk-master/fluid/pixmaps/flTextEdit.xpm inflating: fltk-master/fluid/pixmaps/flTile.xpm inflating: fltk-master/fluid/pixmaps/flTree.xpm inflating: fltk-master/fluid/pixmaps/flValueInput.xpm inflating: fltk-master/fluid/pixmaps/flValueOutput.xpm inflating: fltk-master/fluid/pixmaps/flValueSlider.xpm inflating: fltk-master/fluid/pixmaps/flWidgetClass.xpm inflating: fltk-master/fluid/pixmaps/flWindow.xpm inflating: fltk-master/fluid/pixmaps/flWizard.xpm inflating: fltk-master/fluid/pixmaps/lock.xpm inflating: fltk-master/fluid/pixmaps/print_color.xpm inflating: fltk-master/fluid/pixmaps/print_gray.xpm inflating: fltk-master/fluid/pixmaps/protected.xpm inflating: fltk-master/fluid/print_panel.cxx inflating: fltk-master/fluid/print_panel.fl inflating: fltk-master/fluid/print_panel.h inflating: fltk-master/fluid/template_panel.cxx inflating: fltk-master/fluid/template_panel.fl inflating: fltk-master/fluid/template_panel.h inflating: fltk-master/fluid/undo.cxx inflating: fltk-master/fluid/undo.h inflating: fltk-master/fluid/widget_panel.cxx inflating: fltk-master/fluid/widget_panel.fl inflating: fltk-master/fluid/widget_panel.h inflating: fltk-master/forms.h creating: fltk-master/ide/ creating: fltk-master/ide/AndroidStudio3/ inflating: fltk-master/ide/AndroidStudio3/AndroidStudio3.iml creating: fltk-master/ide/AndroidStudio3/FL/ inflating: fltk-master/ide/AndroidStudio3/FL/abi-version.h inflating: fltk-master/ide/AndroidStudio3/HelloAndroid.iml inflating: fltk-master/ide/AndroidStudio3/README.md creating: fltk-master/ide/AndroidStudio3/app/ inflating: fltk-master/ide/AndroidStudio3/app/app.iml inflating: fltk-master/ide/AndroidStudio3/app/build.gradle creating: fltk-master/ide/AndroidStudio3/app/src/ creating: fltk-master/ide/AndroidStudio3/app/src/main/ inflating: fltk-master/ide/AndroidStudio3/app/src/main/AndroidManifest.xml creating: fltk-master/ide/AndroidStudio3/app/src/main/assets/ creating: fltk-master/ide/AndroidStudio3/app/src/main/assets/fonts/ inflating: fltk-master/ide/AndroidStudio3/app/src/main/assets/fonts/Roboto-Regular.ttf creating: fltk-master/ide/AndroidStudio3/app/src/main/cpp/ inflating: fltk-master/ide/AndroidStudio3/app/src/main/cpp/CMakeLists.txt inflating: fltk-master/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx creating: fltk-master/ide/AndroidStudio3/app/src/main/res/ creating: fltk-master/ide/AndroidStudio3/app/src/main/res/mipmap-hdpi/ inflating: fltk-master/ide/AndroidStudio3/app/src/main/res/mipmap-hdpi/ic_launcher.png creating: fltk-master/ide/AndroidStudio3/app/src/main/res/mipmap-mdpi/ extracting: fltk-master/ide/AndroidStudio3/app/src/main/res/mipmap-mdpi/ic_launcher.png creating: fltk-master/ide/AndroidStudio3/app/src/main/res/mipmap-xhdpi/ inflating: fltk-master/ide/AndroidStudio3/app/src/main/res/mipmap-xhdpi/ic_launcher.png creating: fltk-master/ide/AndroidStudio3/app/src/main/res/mipmap-xxhdpi/ inflating: fltk-master/ide/AndroidStudio3/app/src/main/res/mipmap-xxhdpi/ic_launcher.png creating: fltk-master/ide/AndroidStudio3/app/src/main/res/values/ inflating: fltk-master/ide/AndroidStudio3/app/src/main/res/values/strings.xml inflating: fltk-master/ide/AndroidStudio3/build.gradle creating: fltk-master/ide/AndroidStudio3/gradle/ creating: fltk-master/ide/AndroidStudio3/gradle/wrapper/ inflating: fltk-master/ide/AndroidStudio3/gradle/wrapper/gradle-wrapper.jar inflating: fltk-master/ide/AndroidStudio3/gradle/wrapper/gradle-wrapper.properties inflating: fltk-master/ide/AndroidStudio3/gradlew inflating: fltk-master/ide/AndroidStudio3/gradlew.rename_to_bat inflating: fltk-master/ide/AndroidStudio3/settings.gradle inflating: fltk-master/ide/README.IDE inflating: fltk-master/install-sh creating: fltk-master/jpeg/ inflating: fltk-master/jpeg/CMakeLists.txt inflating: fltk-master/jpeg/Makefile inflating: fltk-master/jpeg/README inflating: fltk-master/jpeg/change.log inflating: fltk-master/jpeg/coderules.txt inflating: fltk-master/jpeg/filelist.txt inflating: fltk-master/jpeg/install.txt inflating: fltk-master/jpeg/jaricom.c inflating: fltk-master/jpeg/jcapimin.c inflating: fltk-master/jpeg/jcapistd.c inflating: fltk-master/jpeg/jcarith.c inflating: fltk-master/jpeg/jccoefct.c inflating: fltk-master/jpeg/jccolor.c inflating: fltk-master/jpeg/jcdctmgr.c inflating: fltk-master/jpeg/jchuff.c inflating: fltk-master/jpeg/jcinit.c inflating: fltk-master/jpeg/jcmainct.c inflating: fltk-master/jpeg/jcmarker.c inflating: fltk-master/jpeg/jcmaster.c inflating: fltk-master/jpeg/jcomapi.c inflating: fltk-master/jpeg/jconfig.h inflating: fltk-master/jpeg/jconfig.txt inflating: fltk-master/jpeg/jcparam.c inflating: fltk-master/jpeg/jcprepct.c inflating: fltk-master/jpeg/jcsample.c inflating: fltk-master/jpeg/jctrans.c inflating: fltk-master/jpeg/jdapimin.c inflating: fltk-master/jpeg/jdapistd.c inflating: fltk-master/jpeg/jdarith.c inflating: fltk-master/jpeg/jdatadst.c inflating: fltk-master/jpeg/jdatasrc.c inflating: fltk-master/jpeg/jdcoefct.c inflating: fltk-master/jpeg/jdcolor.c inflating: fltk-master/jpeg/jdct.h inflating: fltk-master/jpeg/jddctmgr.c inflating: fltk-master/jpeg/jdhuff.c inflating: fltk-master/jpeg/jdinput.c inflating: fltk-master/jpeg/jdmainct.c inflating: fltk-master/jpeg/jdmarker.c inflating: fltk-master/jpeg/jdmaster.c inflating: fltk-master/jpeg/jdmerge.c inflating: fltk-master/jpeg/jdpostct.c inflating: fltk-master/jpeg/jdsample.c inflating: fltk-master/jpeg/jdtrans.c inflating: fltk-master/jpeg/jerror.c inflating: fltk-master/jpeg/jerror.h inflating: fltk-master/jpeg/jfdctflt.c inflating: fltk-master/jpeg/jfdctfst.c inflating: fltk-master/jpeg/jfdctint.c inflating: fltk-master/jpeg/jidctflt.c inflating: fltk-master/jpeg/jidctfst.c inflating: fltk-master/jpeg/jidctint.c inflating: fltk-master/jpeg/jinclude.h inflating: fltk-master/jpeg/jmemmgr.c inflating: fltk-master/jpeg/jmemnobs.c inflating: fltk-master/jpeg/jmemsys.h inflating: fltk-master/jpeg/jmorecfg.h inflating: fltk-master/jpeg/jpegint.h inflating: fltk-master/jpeg/jpeglib.h inflating: fltk-master/jpeg/jquant1.c inflating: fltk-master/jpeg/jquant2.c inflating: fltk-master/jpeg/jutils.c inflating: fltk-master/jpeg/jversion.h inflating: fltk-master/jpeg/libjpeg.txt inflating: fltk-master/jpeg/makedepend inflating: fltk-master/jpeg/structure.txt inflating: fltk-master/jpeg/usage.txt inflating: fltk-master/jpeg/wizard.txt creating: fltk-master/lib/ inflating: fltk-master/lib/README inflating: fltk-master/mac_endianness.h inflating: fltk-master/makeinclude.in creating: fltk-master/misc/ inflating: fltk-master/misc/MacRoman_utf-8.png inflating: fltk-master/misc/MacRoman_utf-8.txt inflating: fltk-master/misc/README inflating: fltk-master/misc/config.guess inflating: fltk-master/misc/config.sub inflating: fltk-master/misc/cp1252.html inflating: fltk-master/misc/cp1252.png inflating: fltk-master/misc/cp1252.txt inflating: fltk-master/misc/cp1252_utf-8.html inflating: fltk-master/misc/cp1252_utf-8.txt inflating: fltk-master/misc/doxystar.cxx inflating: fltk-master/misc/iso-8859-1.txt inflating: fltk-master/misc/iso-8859-1_utf-8.txt inflating: fltk-master/misc/lorem_ipsum.png inflating: fltk-master/misc/lorem_ipsum.txt inflating: fltk-master/misc/update_config_scripts creating: fltk-master/nanosvg/ inflating: fltk-master/nanosvg/README.txt inflating: fltk-master/nanosvg/nanosvg.h inflating: fltk-master/nanosvg/nanosvgrast.h creating: fltk-master/png/ inflating: fltk-master/png/ANNOUNCE inflating: fltk-master/png/CHANGES inflating: fltk-master/png/CMakeLists.txt inflating: fltk-master/png/INSTALL inflating: fltk-master/png/LICENSE inflating: fltk-master/png/Makefile inflating: fltk-master/png/README inflating: fltk-master/png/TODO inflating: fltk-master/png/libpng-manual.txt inflating: fltk-master/png/libpng.3 inflating: fltk-master/png/libpngpf.3 inflating: fltk-master/png/makedepend inflating: fltk-master/png/png.5 inflating: fltk-master/png/png.c inflating: fltk-master/png/png.h inflating: fltk-master/png/pngconf.h inflating: fltk-master/png/pngdebug.h inflating: fltk-master/png/pngerror.c inflating: fltk-master/png/pngget.c inflating: fltk-master/png/pnginfo.h inflating: fltk-master/png/pnglibconf.h inflating: fltk-master/png/pngmem.c inflating: fltk-master/png/pngpread.c inflating: fltk-master/png/pngpriv.h inflating: fltk-master/png/pngread.c inflating: fltk-master/png/pngrio.c inflating: fltk-master/png/pngrtran.c inflating: fltk-master/png/pngrutil.c inflating: fltk-master/png/pngset.c inflating: fltk-master/png/pngstruct.h inflating: fltk-master/png/pngtrans.c inflating: fltk-master/png/pngwio.c inflating: fltk-master/png/pngwrite.c inflating: fltk-master/png/pngwtran.c inflating: fltk-master/png/pngwutil.c creating: fltk-master/public/ inflating: fltk-master/public/README.md creating: fltk-master/src/ inflating: fltk-master/src/CMakeLists.txt inflating: fltk-master/src/Fl.cxx inflating: fltk-master/src/Fl_Adjuster.cxx inflating: fltk-master/src/Fl_BMP_Image.cxx inflating: fltk-master/src/Fl_Bitmap.cxx inflating: fltk-master/src/Fl_Box.cxx inflating: fltk-master/src/Fl_Browser.cxx inflating: fltk-master/src/Fl_Browser_.cxx inflating: fltk-master/src/Fl_Browser_load.cxx inflating: fltk-master/src/Fl_Button.cxx inflating: fltk-master/src/Fl_Chart.cxx inflating: fltk-master/src/Fl_Check_Browser.cxx inflating: fltk-master/src/Fl_Check_Button.cxx inflating: fltk-master/src/Fl_Choice.cxx inflating: fltk-master/src/Fl_Clock.cxx inflating: fltk-master/src/Fl_Color_Chooser.cxx inflating: fltk-master/src/Fl_Copy_Surface.cxx inflating: fltk-master/src/Fl_Counter.cxx inflating: fltk-master/src/Fl_Device.cxx inflating: fltk-master/src/Fl_Dial.cxx inflating: fltk-master/src/Fl_Double_Window.cxx inflating: fltk-master/src/Fl_File_Browser.cxx inflating: fltk-master/src/Fl_File_Chooser.cxx inflating: fltk-master/src/Fl_File_Chooser.fl inflating: fltk-master/src/Fl_File_Chooser2.cxx inflating: fltk-master/src/Fl_File_Icon.cxx inflating: fltk-master/src/Fl_File_Icon2.cxx inflating: fltk-master/src/Fl_File_Input.cxx inflating: fltk-master/src/Fl_GIF_Image.cxx inflating: fltk-master/src/Fl_Gl_Choice.H inflating: fltk-master/src/Fl_Gl_Choice.cxx inflating: fltk-master/src/Fl_Gl_Device_Plugin.cxx inflating: fltk-master/src/Fl_Gl_Overlay.cxx inflating: fltk-master/src/Fl_Gl_Window.cxx inflating: fltk-master/src/Fl_Gl_Window_Driver.H inflating: fltk-master/src/Fl_Graphics_Driver.cxx inflating: fltk-master/src/Fl_Group.cxx inflating: fltk-master/src/Fl_Help_Dialog.cxx inflating: fltk-master/src/Fl_Help_Dialog.fl inflating: fltk-master/src/Fl_Help_Dialog_Dox.cxx inflating: fltk-master/src/Fl_Help_View.cxx inflating: fltk-master/src/Fl_Image.cxx inflating: fltk-master/src/Fl_Image_Surface.cxx inflating: fltk-master/src/Fl_Input.cxx inflating: fltk-master/src/Fl_Input_.cxx inflating: fltk-master/src/Fl_Input_Choice.cxx inflating: fltk-master/src/Fl_JPEG_Image.cxx inflating: fltk-master/src/Fl_Light_Button.cxx inflating: fltk-master/src/Fl_MacOS_Sys_Menu_Bar.mm inflating: fltk-master/src/Fl_Menu.cxx inflating: fltk-master/src/Fl_Menu_.cxx inflating: fltk-master/src/Fl_Menu_Bar.cxx inflating: fltk-master/src/Fl_Menu_Button.cxx inflating: fltk-master/src/Fl_Menu_Window.cxx inflating: fltk-master/src/Fl_Menu_add.cxx inflating: fltk-master/src/Fl_Menu_global.cxx inflating: fltk-master/src/Fl_Multi_Label.cxx inflating: fltk-master/src/Fl_Native_File_Chooser.cxx inflating: fltk-master/src/Fl_Native_File_Chooser_FLTK.cxx inflating: fltk-master/src/Fl_Native_File_Chooser_GTK.cxx inflating: fltk-master/src/Fl_Native_File_Chooser_MAC.mm inflating: fltk-master/src/Fl_Native_File_Chooser_WIN32.cxx inflating: fltk-master/src/Fl_Overlay_Window.cxx inflating: fltk-master/src/Fl_PNG_Image.cxx inflating: fltk-master/src/Fl_PNM_Image.cxx inflating: fltk-master/src/Fl_Pack.cxx inflating: fltk-master/src/Fl_Paged_Device.cxx inflating: fltk-master/src/Fl_Pixmap.cxx inflating: fltk-master/src/Fl_Positioner.cxx inflating: fltk-master/src/Fl_Preferences.cxx inflating: fltk-master/src/Fl_Printer.cxx inflating: fltk-master/src/Fl_Progress.cxx inflating: fltk-master/src/Fl_Repeat_Button.cxx inflating: fltk-master/src/Fl_Return_Button.cxx inflating: fltk-master/src/Fl_Roller.cxx inflating: fltk-master/src/Fl_Round_Button.cxx inflating: fltk-master/src/Fl_SVG_Image.cxx inflating: fltk-master/src/Fl_Screen_Driver.H inflating: fltk-master/src/Fl_Screen_Driver.cxx inflating: fltk-master/src/Fl_Scroll.cxx inflating: fltk-master/src/Fl_Scrollbar.cxx inflating: fltk-master/src/Fl_Shared_Image.cxx inflating: fltk-master/src/Fl_Simple_Terminal.cxx inflating: fltk-master/src/Fl_Single_Window.cxx inflating: fltk-master/src/Fl_Slider.cxx inflating: fltk-master/src/Fl_Spinner.cxx inflating: fltk-master/src/Fl_Sys_Menu_Bar.cxx inflating: fltk-master/src/Fl_Sys_Menu_Bar_Driver.H inflating: fltk-master/src/Fl_System_Driver.H inflating: fltk-master/src/Fl_System_Driver.cxx inflating: fltk-master/src/Fl_Table.cxx inflating: fltk-master/src/Fl_Table_Row.cxx inflating: fltk-master/src/Fl_Tabs.cxx inflating: fltk-master/src/Fl_Text_Buffer.cxx inflating: fltk-master/src/Fl_Text_Display.cxx inflating: fltk-master/src/Fl_Text_Editor.cxx inflating: fltk-master/src/Fl_Tile.cxx inflating: fltk-master/src/Fl_Tiled_Image.cxx inflating: fltk-master/src/Fl_Tooltip.cxx inflating: fltk-master/src/Fl_Tree.cxx inflating: fltk-master/src/Fl_Tree_Item.cxx inflating: fltk-master/src/Fl_Tree_Item_Array.cxx inflating: fltk-master/src/Fl_Tree_Prefs.cxx inflating: fltk-master/src/Fl_Valuator.cxx inflating: fltk-master/src/Fl_Value_Input.cxx inflating: fltk-master/src/Fl_Value_Output.cxx inflating: fltk-master/src/Fl_Value_Slider.cxx inflating: fltk-master/src/Fl_Widget.cxx inflating: fltk-master/src/Fl_Widget_Surface.cxx inflating: fltk-master/src/Fl_Window.cxx inflating: fltk-master/src/Fl_Window_Driver.H inflating: fltk-master/src/Fl_Window_Driver.cxx inflating: fltk-master/src/Fl_Window_fullscreen.cxx inflating: fltk-master/src/Fl_Window_hotspot.cxx inflating: fltk-master/src/Fl_Window_iconize.cxx inflating: fltk-master/src/Fl_Wizard.cxx inflating: fltk-master/src/Fl_XBM_Image.cxx inflating: fltk-master/src/Fl_XColor.H inflating: fltk-master/src/Fl_XPM_Image.cxx inflating: fltk-master/src/Fl_abort.cxx inflating: fltk-master/src/Fl_add_idle.cxx inflating: fltk-master/src/Fl_arg.cxx inflating: fltk-master/src/Fl_cocoa.mm inflating: fltk-master/src/Fl_compose.cxx inflating: fltk-master/src/Fl_display.cxx inflating: fltk-master/src/Fl_get_key.cxx inflating: fltk-master/src/Fl_get_key_mac.cxx inflating: fltk-master/src/Fl_get_key_win32.cxx inflating: fltk-master/src/Fl_get_system_colors.cxx inflating: fltk-master/src/Fl_grab.cxx inflating: fltk-master/src/Fl_lock.cxx inflating: fltk-master/src/Fl_own_colormap.cxx inflating: fltk-master/src/Fl_visual.cxx inflating: fltk-master/src/Fl_win32.cxx inflating: fltk-master/src/Fl_x.cxx inflating: fltk-master/src/Makefile inflating: fltk-master/src/Xutf8.h inflating: fltk-master/src/allfiles.xbm inflating: fltk-master/src/cgdebug.h inflating: fltk-master/src/cmap.cxx inflating: fltk-master/src/config_lib.h inflating: fltk-master/src/d1.xbm inflating: fltk-master/src/d1_mask.xbm creating: fltk-master/src/drivers/ creating: fltk-master/src/drivers/Android/ inflating: fltk-master/src/drivers/Android/Fl_Android_Application.H inflating: fltk-master/src/drivers/Android/Fl_Android_Application.cxx inflating: fltk-master/src/drivers/Android/Fl_Android_Graphics_Clipping.H inflating: fltk-master/src/drivers/Android/Fl_Android_Graphics_Clipping.cxx inflating: fltk-master/src/drivers/Android/Fl_Android_Graphics_Driver.H inflating: fltk-master/src/drivers/Android/Fl_Android_Graphics_Driver.cxx inflating: fltk-master/src/drivers/Android/Fl_Android_Graphics_Font.H inflating: fltk-master/src/drivers/Android/Fl_Android_Graphics_Font.cxx inflating: fltk-master/src/drivers/Android/Fl_Android_Image_Surface_Driver.cxx inflating: fltk-master/src/drivers/Android/Fl_Android_Screen_Driver.H inflating: fltk-master/src/drivers/Android/Fl_Android_Screen_Driver.cxx inflating: fltk-master/src/drivers/Android/Fl_Android_Screen_Keyboard.cxx inflating: fltk-master/src/drivers/Android/Fl_Android_System_Driver.H inflating: fltk-master/src/drivers/Android/Fl_Android_System_Driver.cxx inflating: fltk-master/src/drivers/Android/Fl_Android_Window_Driver.H inflating: fltk-master/src/drivers/Android/Fl_Android_Window_Driver.cxx inflating: fltk-master/src/drivers/Android/README.txt inflating: fltk-master/src/drivers/Android/stb_truetype.h creating: fltk-master/src/drivers/Cocoa/ inflating: fltk-master/src/drivers/Cocoa/Fl_Cocoa_Printer_Driver.mm inflating: fltk-master/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H inflating: fltk-master/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx inflating: fltk-master/src/drivers/Cocoa/Fl_Cocoa_Window_Driver.H inflating: fltk-master/src/drivers/Cocoa/Fl_Cocoa_Window_Driver.cxx inflating: fltk-master/src/drivers/Cocoa/Fl_MacOS_Sys_Menu_Bar_Driver.H creating: fltk-master/src/drivers/Darwin/ inflating: fltk-master/src/drivers/Darwin/Fl_Darwin_System_Driver.H inflating: fltk-master/src/drivers/Darwin/Fl_Darwin_System_Driver.cxx creating: fltk-master/src/drivers/GDI/ inflating: fltk-master/src/drivers/GDI/Fl_Font.H inflating: fltk-master/src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx inflating: fltk-master/src/drivers/GDI/Fl_GDI_Graphics_Driver.H inflating: fltk-master/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx inflating: fltk-master/src/drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx inflating: fltk-master/src/drivers/GDI/Fl_GDI_Graphics_Driver_color.cxx inflating: fltk-master/src/drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx inflating: fltk-master/src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx inflating: fltk-master/src/drivers/GDI/Fl_GDI_Graphics_Driver_line_style.cxx inflating: fltk-master/src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx inflating: fltk-master/src/drivers/GDI/Fl_GDI_Graphics_Driver_vertex.cxx inflating: fltk-master/src/drivers/GDI/Fl_GDI_Image_Surface_Driver.cxx creating: fltk-master/src/drivers/OpenGL/ inflating: fltk-master/src/drivers/OpenGL/Fl_OpenGL_Display_Device.H inflating: fltk-master/src/drivers/OpenGL/Fl_OpenGL_Display_Device.cxx inflating: fltk-master/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver.H inflating: fltk-master/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver.cxx inflating: fltk-master/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_arci.cxx inflating: fltk-master/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_color.cxx inflating: fltk-master/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx inflating: fltk-master/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_image.cxx inflating: fltk-master/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_line_style.cxx inflating: fltk-master/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_rect.cxx inflating: fltk-master/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_vertex.cxx creating: fltk-master/src/drivers/Pico/ extracting: fltk-master/src/drivers/Pico/Fl_Pico_Copy_Surface.cxx inflating: fltk-master/src/drivers/Pico/Fl_Pico_Graphics_Driver.H inflating: fltk-master/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx extracting: fltk-master/src/drivers/Pico/Fl_Pico_Image_Surface.cxx inflating: fltk-master/src/drivers/Pico/Fl_Pico_Screen_Driver.H inflating: fltk-master/src/drivers/Pico/Fl_Pico_Screen_Driver.cxx inflating: fltk-master/src/drivers/Pico/Fl_Pico_System_Driver.H inflating: fltk-master/src/drivers/Pico/Fl_Pico_System_Driver.cxx inflating: fltk-master/src/drivers/Pico/Fl_Pico_Window_Driver.H inflating: fltk-master/src/drivers/Pico/Fl_Pico_Window_Driver.cxx creating: fltk-master/src/drivers/PicoAndroid/ extracting: fltk-master/src/drivers/PicoAndroid/Fl_PicoAndroid_Copy_Surface.cxx inflating: fltk-master/src/drivers/PicoAndroid/Fl_PicoAndroid_Graphics_Driver.H inflating: fltk-master/src/drivers/PicoAndroid/Fl_PicoAndroid_Graphics_Driver.cxx extracting: fltk-master/src/drivers/PicoAndroid/Fl_PicoAndroid_Image_Surface.cxx inflating: fltk-master/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.H inflating: fltk-master/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.cxx extracting: fltk-master/src/drivers/PicoAndroid/Fl_PicoAndroid_System_Driver.H extracting: fltk-master/src/drivers/PicoAndroid/Fl_PicoAndroid_System_Driver.cxx inflating: fltk-master/src/drivers/PicoAndroid/Fl_PicoAndroid_Window_Driver.H inflating: fltk-master/src/drivers/PicoAndroid/Fl_PicoAndroid_Window_Driver.cxx creating: fltk-master/src/drivers/PicoSDL/ extracting: fltk-master/src/drivers/PicoSDL/Fl_PicoSDL_Copy_Surface.cxx inflating: fltk-master/src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.H inflating: fltk-master/src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.cxx extracting: fltk-master/src/drivers/PicoSDL/Fl_PicoSDL_Image_Surface.cxx inflating: fltk-master/src/drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.H inflating: fltk-master/src/drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.cxx extracting: fltk-master/src/drivers/PicoSDL/Fl_PicoSDL_System_Driver.H inflating: fltk-master/src/drivers/PicoSDL/Fl_PicoSDL_System_Driver.cxx inflating: fltk-master/src/drivers/PicoSDL/Fl_PicoSDL_Window_Driver.H inflating: fltk-master/src/drivers/PicoSDL/Fl_PicoSDL_Window_Driver.cxx creating: fltk-master/src/drivers/Posix/ inflating: fltk-master/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx inflating: fltk-master/src/drivers/Posix/Fl_Posix_System_Driver.H inflating: fltk-master/src/drivers/Posix/Fl_Posix_System_Driver.cxx creating: fltk-master/src/drivers/PostScript/ inflating: fltk-master/src/drivers/PostScript/Fl_PostScript.cxx inflating: fltk-master/src/drivers/PostScript/Fl_PostScript_image.cxx creating: fltk-master/src/drivers/Quartz/ inflating: fltk-master/src/drivers/Quartz/Fl_Font.H inflating: fltk-master/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H inflating: fltk-master/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx inflating: fltk-master/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H inflating: fltk-master/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx inflating: fltk-master/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_arci.cxx inflating: fltk-master/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_color.cxx inflating: fltk-master/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx inflating: fltk-master/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx inflating: fltk-master/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx inflating: fltk-master/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_rect.cxx inflating: fltk-master/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_vertex.cxx inflating: fltk-master/src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx creating: fltk-master/src/drivers/WinAPI/ inflating: fltk-master/src/drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx inflating: fltk-master/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H inflating: fltk-master/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx inflating: fltk-master/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H inflating: fltk-master/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx inflating: fltk-master/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H inflating: fltk-master/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx creating: fltk-master/src/drivers/X11/ inflating: fltk-master/src/drivers/X11/Fl_X11_Screen_Driver.H inflating: fltk-master/src/drivers/X11/Fl_X11_Screen_Driver.cxx inflating: fltk-master/src/drivers/X11/Fl_X11_System_Driver.H inflating: fltk-master/src/drivers/X11/Fl_X11_System_Driver.cxx inflating: fltk-master/src/drivers/X11/Fl_X11_Window_Driver.H inflating: fltk-master/src/drivers/X11/Fl_X11_Window_Driver.cxx creating: fltk-master/src/drivers/Xlib/ inflating: fltk-master/src/drivers/Xlib/Fl_Font.H inflating: fltk-master/src/drivers/Xlib/Fl_Xlib_Copy_Surface_Driver.cxx inflating: fltk-master/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H inflating: fltk-master/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx inflating: fltk-master/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_arci.cxx inflating: fltk-master/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_color.cxx inflating: fltk-master/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx inflating: fltk-master/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_font_xft.cxx inflating: fltk-master/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx inflating: fltk-master/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_line_style.cxx inflating: fltk-master/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_rect.cxx inflating: fltk-master/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx inflating: fltk-master/src/drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx inflating: fltk-master/src/dump_compose.c inflating: fltk-master/src/ew.xbm inflating: fltk-master/src/ew_mask.xbm inflating: fltk-master/src/fastarrow.h inflating: fltk-master/src/filename_absolute.cxx inflating: fltk-master/src/filename_expand.cxx inflating: fltk-master/src/filename_ext.cxx inflating: fltk-master/src/filename_isdir.cxx inflating: fltk-master/src/filename_list.cxx inflating: fltk-master/src/filename_match.cxx inflating: fltk-master/src/filename_setext.cxx inflating: fltk-master/src/fl_arc.cxx inflating: fltk-master/src/fl_ask.cxx inflating: fltk-master/src/fl_boxtype.cxx inflating: fltk-master/src/fl_call_main.c inflating: fltk-master/src/fl_cmap.h inflating: fltk-master/src/fl_color.cxx inflating: fltk-master/src/fl_cursor.cxx inflating: fltk-master/src/fl_cursor_help.xpm inflating: fltk-master/src/fl_cursor_nesw.xpm inflating: fltk-master/src/fl_cursor_none.xpm inflating: fltk-master/src/fl_cursor_nwse.xpm inflating: fltk-master/src/fl_cursor_wait.xpm inflating: fltk-master/src/fl_curve.cxx inflating: fltk-master/src/fl_diamond_box.cxx inflating: fltk-master/src/fl_dnd_win32.cxx inflating: fltk-master/src/fl_dnd_x.cxx inflating: fltk-master/src/fl_draw.cxx inflating: fltk-master/src/fl_draw_pixmap.cxx inflating: fltk-master/src/fl_encoding_latin1.cxx inflating: fltk-master/src/fl_encoding_mac_roman.cxx inflating: fltk-master/src/fl_engraved_label.cxx inflating: fltk-master/src/fl_file_dir.cxx inflating: fltk-master/src/fl_font.cxx inflating: fltk-master/src/fl_gleam.cxx inflating: fltk-master/src/fl_gtk.cxx inflating: fltk-master/src/fl_images_core.cxx inflating: fltk-master/src/fl_labeltype.cxx inflating: fltk-master/src/fl_open_uri.cxx inflating: fltk-master/src/fl_oval_box.cxx inflating: fltk-master/src/fl_overlay.cxx inflating: fltk-master/src/fl_overlay_visual.cxx inflating: fltk-master/src/fl_plastic.cxx inflating: fltk-master/src/fl_read_image.cxx inflating: fltk-master/src/fl_rect.cxx inflating: fltk-master/src/fl_round_box.cxx inflating: fltk-master/src/fl_rounded_box.cxx inflating: fltk-master/src/fl_scroll_area.cxx inflating: fltk-master/src/fl_set_font.cxx inflating: fltk-master/src/fl_shadow_box.cxx inflating: fltk-master/src/fl_shortcut.cxx inflating: fltk-master/src/fl_show_colormap.cxx inflating: fltk-master/src/fl_symbols.cxx inflating: fltk-master/src/fl_utf8.cxx inflating: fltk-master/src/fl_vertex.cxx inflating: fltk-master/src/flstring.c inflating: fltk-master/src/flstring.h inflating: fltk-master/src/forms_bitmap.cxx inflating: fltk-master/src/forms_compatibility.cxx inflating: fltk-master/src/forms_free.cxx inflating: fltk-master/src/forms_fselect.cxx inflating: fltk-master/src/forms_pixmap.cxx inflating: fltk-master/src/forms_timer.cxx inflating: fltk-master/src/freeglut_geometry.cxx inflating: fltk-master/src/freeglut_stroke_mono_roman.cxx inflating: fltk-master/src/freeglut_stroke_roman.cxx inflating: fltk-master/src/freeglut_teapot.cxx inflating: fltk-master/src/freeglut_teapot_data.h inflating: fltk-master/src/gl_draw.cxx inflating: fltk-master/src/gl_start.cxx inflating: fltk-master/src/glut_compatibility.cxx inflating: fltk-master/src/glut_font.cxx inflating: fltk-master/src/makedepend inflating: fltk-master/src/mediumarrow.h inflating: fltk-master/src/new.xbm inflating: fltk-master/src/ns.xbm inflating: fltk-master/src/ns_mask.xbm inflating: fltk-master/src/numericsort.c inflating: fltk-master/src/print_panel.cxx inflating: fltk-master/src/print_panel.h inflating: fltk-master/src/scandir_posix.c inflating: fltk-master/src/scandir_win32.c inflating: fltk-master/src/screen_xywh.cxx inflating: fltk-master/src/slowarrow.h inflating: fltk-master/src/tile.xpm inflating: fltk-master/src/up.xbm inflating: fltk-master/src/utf8_internal.h inflating: fltk-master/src/vsnprintf.c creating: fltk-master/src/xutf8/ inflating: fltk-master/src/xutf8/COPYING inflating: fltk-master/src/xutf8/README extracting: fltk-master/src/xutf8/Ximint.h extracting: fltk-master/src/xutf8/Xlibint.h inflating: fltk-master/src/xutf8/case.c inflating: fltk-master/src/xutf8/fl_wcwidth.c creating: fltk-master/src/xutf8/headers/ inflating: fltk-master/src/xutf8/headers/case.h inflating: fltk-master/src/xutf8/headers/case_tbl.txt inflating: fltk-master/src/xutf8/headers/dingbats_.h inflating: fltk-master/src/xutf8/headers/spacing.h inflating: fltk-master/src/xutf8/headers/spacing_tbl.txt inflating: fltk-master/src/xutf8/headers/symbol_.h inflating: fltk-master/src/xutf8/headers/tbl.txt inflating: fltk-master/src/xutf8/imKStoUCS.c inflating: fltk-master/src/xutf8/is_right2left.c inflating: fltk-master/src/xutf8/is_spacing.c inflating: fltk-master/src/xutf8/keysym2Ucs.c creating: fltk-master/src/xutf8/lcUniConv/ inflating: fltk-master/src/xutf8/lcUniConv/8bit_tab_to_h.c inflating: fltk-master/src/xutf8/lcUniConv/COPYRIGHT inflating: fltk-master/src/xutf8/lcUniConv/README inflating: fltk-master/src/xutf8/lcUniConv/armscii_8.h inflating: fltk-master/src/xutf8/lcUniConv/ascii.h inflating: fltk-master/src/xutf8/lcUniConv/big5.h inflating: fltk-master/src/xutf8/lcUniConv/big5_emacs.h inflating: fltk-master/src/xutf8/lcUniConv/cjk_tab_to_h.c inflating: fltk-master/src/xutf8/lcUniConv/cp1133.h inflating: fltk-master/src/xutf8/lcUniConv/cp1251.h inflating: fltk-master/src/xutf8/lcUniConv/cp1255.h inflating: fltk-master/src/xutf8/lcUniConv/cp1256.h inflating: fltk-master/src/xutf8/lcUniConv/cp936ext.h inflating: fltk-master/src/xutf8/lcUniConv/gb2312.h inflating: fltk-master/src/xutf8/lcUniConv/gbk_tab_to_h.c inflating: fltk-master/src/xutf8/lcUniConv/georgian_academy.h inflating: fltk-master/src/xutf8/lcUniConv/georgian_ps.h inflating: fltk-master/src/xutf8/lcUniConv/iso8859_1.h inflating: fltk-master/src/xutf8/lcUniConv/iso8859_10.h inflating: fltk-master/src/xutf8/lcUniConv/iso8859_11.h inflating: fltk-master/src/xutf8/lcUniConv/iso8859_13.h inflating: fltk-master/src/xutf8/lcUniConv/iso8859_14.h inflating: fltk-master/src/xutf8/lcUniConv/iso8859_15.h inflating: fltk-master/src/xutf8/lcUniConv/iso8859_16.h inflating: fltk-master/src/xutf8/lcUniConv/iso8859_2.h inflating: fltk-master/src/xutf8/lcUniConv/iso8859_3.h inflating: fltk-master/src/xutf8/lcUniConv/iso8859_4.h inflating: fltk-master/src/xutf8/lcUniConv/iso8859_5.h inflating: fltk-master/src/xutf8/lcUniConv/iso8859_6.h inflating: fltk-master/src/xutf8/lcUniConv/iso8859_7.h inflating: fltk-master/src/xutf8/lcUniConv/iso8859_8.h inflating: fltk-master/src/xutf8/lcUniConv/iso8859_9.h inflating: fltk-master/src/xutf8/lcUniConv/iso8859_9e.h inflating: fltk-master/src/xutf8/lcUniConv/jisx0201.h inflating: fltk-master/src/xutf8/lcUniConv/jisx0208.h inflating: fltk-master/src/xutf8/lcUniConv/jisx0212.h inflating: fltk-master/src/xutf8/lcUniConv/koi8_c.h inflating: fltk-master/src/xutf8/lcUniConv/koi8_r.h inflating: fltk-master/src/xutf8/lcUniConv/koi8_u.h inflating: fltk-master/src/xutf8/lcUniConv/ksc5601.h inflating: fltk-master/src/xutf8/lcUniConv/mulelao.h inflating: fltk-master/src/xutf8/lcUniConv/tatar_cyr.h inflating: fltk-master/src/xutf8/lcUniConv/tcvn.h inflating: fltk-master/src/xutf8/lcUniConv/tis620.h inflating: fltk-master/src/xutf8/lcUniConv/ucs2be.h inflating: fltk-master/src/xutf8/lcUniConv/utf8.h inflating: fltk-master/src/xutf8/lcUniConv/viscii.h inflating: fltk-master/src/xutf8/mk_wcwidth.c inflating: fltk-master/src/xutf8/test.c inflating: fltk-master/src/xutf8/test2.c inflating: fltk-master/src/xutf8/ucs2fontmap.c inflating: fltk-master/src/xutf8/ucs2fontmap.c.mini inflating: fltk-master/src/xutf8/utf8Input.c inflating: fltk-master/src/xutf8/utf8Utils.c inflating: fltk-master/src/xutf8/utf8Wrap.c creating: fltk-master/src/xutf8/utils/ inflating: fltk-master/src/xutf8/utils/INSTALL inflating: fltk-master/src/xutf8/utils/Makefile inflating: fltk-master/src/xutf8/utils/README inflating: fltk-master/src/xutf8/utils/case.sh inflating: fltk-master/src/xutf8/utils/conv_gen.c inflating: fltk-master/src/xutf8/utils/convert_map.c inflating: fltk-master/src/xutf8/utils/create_table.c inflating: fltk-master/src/xutf8/utils/euc_tw.c inflating: fltk-master/src/xutf8/utils/non_spacing.sh inflating: fltk-master/src/xutf8/utils/tbl_gen.sh creating: fltk-master/test/ inflating: fltk-master/test/CMakeLists.txt inflating: fltk-master/test/CubeMain.cxx inflating: fltk-master/test/CubeView.cxx inflating: fltk-master/test/CubeView.h inflating: fltk-master/test/CubeViewUI.fl inflating: fltk-master/test/Makefile inflating: fltk-master/test/README inflating: fltk-master/test/adjuster.cxx inflating: fltk-master/test/animated.cxx inflating: fltk-master/test/arc.cxx inflating: fltk-master/test/ask.cxx inflating: fltk-master/test/bitmap.cxx creating: fltk-master/test/blocks.app/ creating: fltk-master/test/blocks.app/Contents/ inflating: fltk-master/test/blocks.app/Contents/Info.plist extracting: fltk-master/test/blocks.app/Contents/PkgInfo creating: fltk-master/test/blocks.app/Contents/Resources/ inflating: fltk-master/test/blocks.app/Contents/Resources/blocks.icns inflating: fltk-master/test/blocks.cxx inflating: fltk-master/test/boxtype.cxx inflating: fltk-master/test/browser.cxx inflating: fltk-master/test/button.cxx inflating: fltk-master/test/buttons.cxx inflating: fltk-master/test/cairo_test.cxx creating: fltk-master/test/checkers.app/ creating: fltk-master/test/checkers.app/Contents/ inflating: fltk-master/test/checkers.app/Contents/Info.plist extracting: fltk-master/test/checkers.app/Contents/PkgInfo creating: fltk-master/test/checkers.app/Contents/Resources/ inflating: fltk-master/test/checkers.app/Contents/Resources/checkers.icns inflating: fltk-master/test/checkers.cxx inflating: fltk-master/test/clock.cxx inflating: fltk-master/test/colbrowser.cxx inflating: fltk-master/test/color_chooser.cxx inflating: fltk-master/test/connect.cxx inflating: fltk-master/test/cube.cxx inflating: fltk-master/test/cursor.cxx inflating: fltk-master/test/curve.cxx inflating: fltk-master/test/demo.cxx inflating: fltk-master/test/demo.menu creating: fltk-master/test/desktop/ extracting: fltk-master/test/desktop/blocks-128.png extracting: fltk-master/test/desktop/blocks-32.png inflating: fltk-master/test/desktop/blocks.desktop extracting: fltk-master/test/desktop/checkers-128.png extracting: fltk-master/test/desktop/checkers-32.png inflating: fltk-master/test/desktop/checkers.desktop inflating: fltk-master/test/desktop/sudoku-128.png inflating: fltk-master/test/desktop/sudoku-32.png inflating: fltk-master/test/desktop/sudoku.desktop inflating: fltk-master/test/device.cxx inflating: fltk-master/test/doublebuffer.cxx inflating: fltk-master/test/editor-Info.plist inflating: fltk-master/test/editor.cxx inflating: fltk-master/test/fast_slow.fl inflating: fltk-master/test/file_chooser.cxx inflating: fltk-master/test/fonts.cxx inflating: fltk-master/test/forms.cxx inflating: fltk-master/test/fractals.cxx inflating: fltk-master/test/fracviewer.cxx inflating: fltk-master/test/fracviewer.h inflating: fltk-master/test/fromdos.c inflating: fltk-master/test/fullscreen.cxx inflating: fltk-master/test/gl_overlay.cxx inflating: fltk-master/test/glpuzzle.cxx inflating: fltk-master/test/hello.cxx inflating: fltk-master/test/help_dialog.cxx inflating: fltk-master/test/help_dialog.html inflating: fltk-master/test/icon.cxx inflating: fltk-master/test/iconize.cxx inflating: fltk-master/test/image.cxx inflating: fltk-master/test/inactive.fl inflating: fltk-master/test/input.cxx inflating: fltk-master/test/input_choice.cxx inflating: fltk-master/test/keyboard.cxx inflating: fltk-master/test/keyboard.h inflating: fltk-master/test/keyboard_ui.fl inflating: fltk-master/test/label.cxx inflating: fltk-master/test/line_style.cxx inflating: fltk-master/test/list_visuals.cxx inflating: fltk-master/test/makedepend inflating: fltk-master/test/mandelbrot.cxx inflating: fltk-master/test/mandelbrot.h inflating: fltk-master/test/mandelbrot_ui.fl inflating: fltk-master/test/menubar.cxx inflating: fltk-master/test/message.cxx inflating: fltk-master/test/minimum.cxx inflating: fltk-master/test/native-filechooser.cxx inflating: fltk-master/test/navigation.cxx inflating: fltk-master/test/offscreen.cxx inflating: fltk-master/test/output.cxx inflating: fltk-master/test/overlay.cxx inflating: fltk-master/test/pack.cxx inflating: fltk-master/test/pixmap.cxx inflating: fltk-master/test/pixmap_browser.cxx creating: fltk-master/test/pixmaps/ inflating: fltk-master/test/pixmaps/black_1.xbm inflating: fltk-master/test/pixmaps/black_2.xbm inflating: fltk-master/test/pixmaps/black_3.xbm inflating: fltk-master/test/pixmaps/black_4.xbm inflating: fltk-master/test/pixmaps/blackking_1.xbm inflating: fltk-master/test/pixmaps/blackking_2.xbm inflating: fltk-master/test/pixmaps/blackking_3.xbm inflating: fltk-master/test/pixmaps/blackking_4.xbm inflating: fltk-master/test/pixmaps/blast.xpm extracting: fltk-master/test/pixmaps/block.xcf_gz inflating: fltk-master/test/pixmaps/blue.xpm inflating: fltk-master/test/pixmaps/blue_bomb.xpm inflating: fltk-master/test/pixmaps/cyan.xpm inflating: fltk-master/test/pixmaps/cyan_bomb.xpm inflating: fltk-master/test/pixmaps/gray.xpm inflating: fltk-master/test/pixmaps/gray_bomb.xpm inflating: fltk-master/test/pixmaps/green.xpm inflating: fltk-master/test/pixmaps/green_bomb.xpm inflating: fltk-master/test/pixmaps/magenta.xpm inflating: fltk-master/test/pixmaps/magenta_bomb.xpm inflating: fltk-master/test/pixmaps/porsche.xpm inflating: fltk-master/test/pixmaps/porsche1.xpm inflating: fltk-master/test/pixmaps/red.xpm inflating: fltk-master/test/pixmaps/red_bomb.xpm inflating: fltk-master/test/pixmaps/srs.xbm inflating: fltk-master/test/pixmaps/sudoku.xbm inflating: fltk-master/test/pixmaps/tile.xpm inflating: fltk-master/test/pixmaps/white_1.xbm inflating: fltk-master/test/pixmaps/white_2.xbm inflating: fltk-master/test/pixmaps/white_3.xbm inflating: fltk-master/test/pixmaps/white_4.xbm inflating: fltk-master/test/pixmaps/whiteking_1.xbm inflating: fltk-master/test/pixmaps/whiteking_2.xbm inflating: fltk-master/test/pixmaps/whiteking_3.xbm inflating: fltk-master/test/pixmaps/whiteking_4.xbm inflating: fltk-master/test/pixmaps/yellow.xpm inflating: fltk-master/test/pixmaps/yellow_bomb.xpm inflating: fltk-master/test/preferences.fl inflating: fltk-master/test/radio.fl inflating: fltk-master/test/resize.fl inflating: fltk-master/test/resizebox.cxx inflating: fltk-master/test/rgb.txt inflating: fltk-master/test/rotated_text.cxx inflating: fltk-master/test/scroll.cxx inflating: fltk-master/test/shape.cxx inflating: fltk-master/test/subwindow.cxx creating: fltk-master/test/sudoku.app/ creating: fltk-master/test/sudoku.app/Contents/ inflating: fltk-master/test/sudoku.app/Contents/Info.plist extracting: fltk-master/test/sudoku.app/Contents/PkgInfo creating: fltk-master/test/sudoku.app/Contents/Resources/ inflating: fltk-master/test/sudoku.app/Contents/Resources/sudoku.icns inflating: fltk-master/test/sudoku.cxx inflating: fltk-master/test/sudoku.ico inflating: fltk-master/test/sudoku.rc inflating: fltk-master/test/sudokurc.h inflating: fltk-master/test/symbols.cxx inflating: fltk-master/test/table.cxx inflating: fltk-master/test/tabs.fl inflating: fltk-master/test/threads.cxx inflating: fltk-master/test/threads.h inflating: fltk-master/test/tile.cxx inflating: fltk-master/test/tiled_image.cxx inflating: fltk-master/test/trackball.c inflating: fltk-master/test/trackball.h inflating: fltk-master/test/tree.fl inflating: fltk-master/test/twowin.cxx inflating: fltk-master/test/unittest_about.cxx inflating: fltk-master/test/unittest_circles.cxx inflating: fltk-master/test/unittest_images.cxx inflating: fltk-master/test/unittest_lines.cxx inflating: fltk-master/test/unittest_points.cxx inflating: fltk-master/test/unittest_rects.cxx inflating: fltk-master/test/unittest_schemes.cxx inflating: fltk-master/test/unittest_scrollbarsize.cxx inflating: fltk-master/test/unittest_simple_terminal.cxx inflating: fltk-master/test/unittest_symbol.cxx inflating: fltk-master/test/unittest_text.cxx inflating: fltk-master/test/unittest_viewport.cxx inflating: fltk-master/test/unittests.cxx inflating: fltk-master/test/utf8.cxx inflating: fltk-master/test/valuators.fl inflating: fltk-master/test/windowfocus.cxx creating: fltk-master/zlib/ inflating: fltk-master/zlib/CMakeLists.txt inflating: fltk-master/zlib/ChangeLog inflating: fltk-master/zlib/FAQ inflating: fltk-master/zlib/INDEX inflating: fltk-master/zlib/Makefile inflating: fltk-master/zlib/README inflating: fltk-master/zlib/adler32.c inflating: fltk-master/zlib/compress.c inflating: fltk-master/zlib/crc32.c inflating: fltk-master/zlib/crc32.h inflating: fltk-master/zlib/deflate.c inflating: fltk-master/zlib/deflate.h inflating: fltk-master/zlib/gzclose.c inflating: fltk-master/zlib/gzguts.h inflating: fltk-master/zlib/gzlib.c inflating: fltk-master/zlib/gzread.c inflating: fltk-master/zlib/gzwrite.c inflating: fltk-master/zlib/infback.c inflating: fltk-master/zlib/inffast.c inflating: fltk-master/zlib/inffast.h inflating: fltk-master/zlib/inffixed.h inflating: fltk-master/zlib/inflate.c inflating: fltk-master/zlib/inflate.h inflating: fltk-master/zlib/inftrees.c inflating: fltk-master/zlib/inftrees.h inflating: fltk-master/zlib/makedepend inflating: fltk-master/zlib/trees.c inflating: fltk-master/zlib/trees.h inflating: fltk-master/zlib/uncompr.c inflating: fltk-master/zlib/zconf.h inflating: fltk-master/zlib/zlib.3 inflating: fltk-master/zlib/zlib.h inflating: fltk-master/zlib/zutil.c inflating: fltk-master/zlib/zutil.h configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) configure.ac:28: installing './config.guess' configure.ac:28: installing './config.sub' automake: error: no 'Makefile.am' found for any configure output checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking if the compiler supports -fvisibility... yes checking if the compiler supports -fvisibility-inlines-hidden... yes checking for a BSD-compatible install... /usr/bin/install -c checking for nroff... /usr/bin/nroff checking for doxygen... no checking for ranlib... ranlib checking for ar... /usr/bin/ar checking for windres... no checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking size of short... 2 checking size of int... 4 checking size of long... 8 checking whether byte ordering is bigendian... no checking whether the compiler recognizes bool as a built-in type... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/stdtypes.h usability... no checking sys/stdtypes.h presence... no checking for sys/stdtypes.h... no checking whether we have the POSIX compatible scandir() prototype... yes checking for vsnprintf... yes checking for snprintf... yes checking for strings.h... (cached) yes checking for strcasecmp... yes checking for strlcat... no checking for strlcpy... no checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for localeconv... yes checking for library containing pow... -lm checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for long long int... yes checking for library containing dlsym... -ldl checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking alsa/asoundlib.h usability... yes checking alsa/asoundlib.h presence... yes checking for alsa/asoundlib.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create using -lpthreads... no checking for pthread_create using -lpthread... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes configure: WARNING: Ignoring libraries " -lSM -lICE" requested by configure. checking for XineramaIsActive in -lXinerama... yes checking for freetype-config... no configure: WARNING: could not find the required Xft headers and/or libraries. configure: please install Xft headers and libraries or use 'configure --disable-xft'. configure: error: Aborting. CallStack (from HasCallStack): die', called at ./Distribution/Client/ProjectOrchestration.hs:977:55 in main:Distribution.Client.ProjectOrchestration cabal: Failed to build fltkhs-0.6.0.0-a500d91fa715be5e50edee831de497c27c4d88055290f9aba087b69ec5606f15. The failure occurred during the configure step. Failed to build fltkhs-light-theme-skeketon-0.1.0.0 because it depends on fltkhs-light-theme-skeketon-0.1.0.0 which itself failed to build. Failed to build fltkhs-themes-0.1.0.1 because it depends on fltkhs-themes-0.1.0.1 which itself failed to build. ```

But I'm happy using stack, so feel free to close this issue any time!

deech commented 6 years ago

Interesting. I appreciate your patience and thanks for the info!

sboosali commented 6 years ago

did you try the bundled constraint in the project file? not sure about the command-line syntax.

On Tue, Nov 13, 2018, 17:52 deech <notifications@github.com wrote:

Interesting. I appreciate your patience and thanks for the info!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/deech/fltkhs/issues/92#issuecomment-438508041, or mute the thread https://github.com/notifications/unsubscribe-auth/ACNoMY2uY6cTyUGeYwgN_zj51ZB2OLX8ks5uu3dggaJpZM4Yce9j .

mitchellwrosen commented 6 years ago

@sboosali Yeah, I tried with this cabal.project as well:

packages: .

package fltkhs
  flags: +bundled