Aditya Siram

Results 138 comments of Aditya Siram

Sounds good. I'll leave this issue open as a placeholder.

I got something working on the [Nix](https://github.com/deech/fltkhs/tree/Nix) branch. Do you mind pulling and trying? It worked for me with `nix-build -A fltkhs`.

What platform are you on? Guessing OSX?

Yes, please. :) I just installed Nix via the `curl` command on the website and everything goes into my `~/.nix-profile` I think.

Oh wow. Thanks!

I'm not sure what's going on but I'm unable to reproduce. I don't have NixOS installed but starting from a fresh install of Ubuntu Mate 15.10 my steps were: ```...

These may not be fixed in the latest version `0.5.2.5`. Can you try again?

I have a [Nix](https://github.com/deech/fltkhs/tree/Nix) branch. It hasn't been touched in a while so I brought it up to date with `master`. Any help here is appreciated.

A bunch of it is dedicated to bundled builds, generally anything under an `if (bundledBuild flags)` (https://github.com/deech/fltkhs/blob/master/Setup.hs#L117). There is also a fair amount dedicated to [Windows](https://github.com/deech/fltkhs/blob/master/Setup.hs#L281).

Yeah. :( The C code is a mess but I don't think that's exposed on the Haskell side. Do you need functions from those files?