Daniel Wagner
Daniel Wagner
Retaining qualified names is not better, because the qualification is only local: when viewing another module, if I see the name `get`, I cannot know just from that whether I...
Okay. There's actually a lot of symbols missing. It's a generated file, and the script that generated it seems not to be in revision control. I've emailed the guy who...
Just got an email from zythmer. The relevant files, which he placed in the public domain, follow. HsAllKeySyms.h: ``` #ifndef HSALLKEYSYMS_H #define HSALLKEYSYMS_H 1 /* Defaults */ #include /* Vendor...
@sboosali I took a brief look today. These scripts appear to work, but the files they generate are waaaay too different from the files that are currently in the repository...
That error typically means that you do not have some key libraries installed; in this case, Xss. I'm not sure what you need to do to get it (I've never...
Is there really no way to install the Xss library on OSX? (I believe this is the X screensaver library.) If not, I suppose we could try to support a...
I have just pushed a branch named `osx-pkgconfig`. In this branch, I've walked through the output of `pkg-config --list-all` on my system and added anything that looked relevant to the...
Okay, so essentially no change, which sucks since it means this approach is almost certainly not going to work. ...but I'm not going to put a hard-coded path like `/opt/X11`...
@geekosaur I believe my comment about `X11.buildinfo` is actually the correct way to add `-L` flags, rather than `LDFLAGS` (as `configure` actually has no way to affect the environment of...
I haven't the faintest idea. X11-1.6.1.1 builds fine on GHC-7.6.3 here. Could you post the exact cabal command you run and its full output? Bonus points for including a verbose...