Andri Möll
Andri Möll
I'm not sure I have the time right now to delve deep either, but let's race for it. :-)
Ah, great. Thanks! I didn't notice there were active branches here. Fortunately a new app, so nothing to port over. https://github.com/deech/fltkhs/commit/c7de421cf69807e53800fc75db051c4af8111b02 is sure one big commit. ^_^ I take it...
I'll give the current branch one last go before delving to v1.4. :) It has worked without the bundled flag ever, right? I'm seeing it still try to fire up...
I do have FLTK with static libs as I just rebuilt the Arch Linux FLTK package and see its `.a` files... I've been staring at this (fixing `Setup.hs` in the...
Found that header removal is to be blamed on Cabal's configure at https://github.com/haskell/cabal/blob/a94364183f9a7dcb1d15de990d2d3e37c8c75980/Cabal/Distribution/Simple/Configure.hs#L1667. This is one facepalm worthy action of Cabal's --- to delete files from the source directory that...
@sboosali, I suppose my steps above should lead you to a convoluted reproduction case. ^_^ The behavior _is_, after all, described in the comment above the `checkDuplicateHeaders` function I linked...
Yeah, in my tests it consistently deleted the headers from `c-src` from the folder path given to `cabal sandbox add-source` if those headers were also copied to `dist` like @deech's...
And that's _exactly_ what the comment in Cabal says it does. :P
I wish I could, but hdevtools doesn't support `new-build` (https://github.com/hdevtools/hdevtools/issues/55) and its type checking while saving in Vim (with Syntastic) is indispensable. https://github.com/haskell/cabal/pull/2771 says changes necessary to accommodate hdevtools aren't...
Great, @deech! Thank you! You've been a good sport! I can't promise a quick confirmation as it unfortunately turned out FLTK didn't support rendering _to_ an OpenGL buffer, but merely...