-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Next round of X.org libraries: libICE libSM libXext libXfixes libXi #2265
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Not fond of this but we don't have -devel packages, and otherwise there's just going to be a lot of hassle for building downstream packages.
I guess on 32-bit Windows, `long` and `time_t` are identical types, but they're not on 64-bit Windows, so `iceauth.c` fails to compile since it includes a random old-school manual declaration of the `time()` function. The file unconditionally includes `time.h` so the declaration should be totally unneccessary — my guess is that code path hasn't been compiled for a looong time (it's in an #ifdef).
OK, this is currently blocked on the fact that tk PR #17 adds |
To try to start unblocking |
Temporarily closing to kick Travis, since I don't think the "Restart build" button is doing anything. |
OK — this builds on OSX with the |
No description provided.