-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fails to compile if X11 is not installed #317
Comments
I'll check this out. What platform are you on, and what python + other packages are installed? |
OSX with Xcode installed and very little else. In particular no XQuartz or other X11 versions installed. |
Not sure I can reproduce that in 10.8 with no X11
|
I had to put together a really stripped down install, since git-core installs x libraries. Because of that, I'm pretty sure that none of our automated tests will ever test this without some of the X libraries installed. That having been said, I can't replicate this on a bare ubuntu 12.04 install, and I don't have access to OSX without X installed.
|
@wichert Please reopen if you know why neither of us can reproduce |
FWIW I just ran into this again with Pillow 1.7.8. Updating to Pillow 2.2.1 made the error go away, so I'm guessing this was fixed somewhere between 2.1.0 and 2.2.1. |
Ah! Good to know, thanks |
I ran into this when trying to install Pillow on a new machine today: Pillow always seems to include some Tcl headers, which always include X11 headers. The result is that Pillow fails to compile if you don't have X11 installed.
The text was updated successfully, but these errors were encountered: