-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Difficult to install on Arch linux #92
Comments
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 On the official downloads page, http://www.fltk.org/software.php, |
Oops, I'm wrong about https://github.com/fltk/fltk/archive/master.tar.gz pointing to a |
Ok, well I got everything working just by installing from source and disabling xft (don't want to mess with it right now) :) |
Blah, I spoke too soon, now I'm drowning in linker errors like
I installed
and tried building with |
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 It seems like we have roughly similar setups but you're running into issues. Do you have a |
Of course I can! Hm, interestingly I'm still getting linker errors with Here's my resolver: lts-12.18
extra-deps:
- fltkhs-0.6.0.0
flags:
fltkhs:
bundled: true and the build error: ExpandBuilding 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 |
Huh, I never actually tried setting the Can you try cloning the starter kit and it's directory do There's an unfortunate amount of setup involved starting an |
Oh! My mistake. I am indeed just inside a new project with an |
Ok cool! If that does work, try it with |
An update:
does work, but
does not seem to find the patched
|
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 |
Expand
But I'm happy using |
Interesting. I appreciate your patience and thanks for the info! |
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 ***@***.*** 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
<#92 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACNoMY2uY6cTyUGeYwgN_zj51ZB2OLX8ks5uu3dggaJpZM4Yce9j>
.
|
@sboosali Yeah, I tried with this
|
Hello! I'm having some difficulty trying out
fltkhs
on my system.The
fltk
system package is not compatible (Arch currently suppliesfltk-1.3.4
, but this library works with1.4
The
bundled
flag fails to configure the bundled source, because the configure script cannot find libXft:I do have
libXft
installed, but the configure script is usingfreetype-config
, which is no longer provided on Arch linux. From what I can tell it's recommended to usepkg-config freetype2
instead.I suppose my options are...
fltk
to modernize their configure scriptfltkhs-1.4
fltk
manually with--disable-xft
fltkhs-1.4
from nixpkgs, just build everything in anix-shell
Anyways, just thought I'd document this difficulty for anyone else trying to use this library on Arch linux.
The text was updated successfully, but these errors were encountered: