Skip to content
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

Building Pillow from source with TIFF support fails in Windows #402

Closed
ignaciordc opened this issue Nov 6, 2013 · 1 comment
Closed

Comments

@ignaciordc
Copy link

I downloaded the sources from GitHub,
modified Setup.py to point to my additional libraries
run the command "python setup.py build", in windows XP

=>the build process fails because there is a file, "unistd.h" that is required
by "Tiffdecode.h" that does not exist in XP.
Creating a more-or-less valid one, the package is able to continue.

Also, running the command "python setup.py clean", deletes all the files under the build directory, but not the directory itself. Running "build" again fails, for it assumes everything is in place. I think, though, this is not a Pillow issue.

Using distutils I verified that I was using MSC ver 9.0

@aclark4life
Copy link
Member

Can you send a pull request?

radarhere added a commit to radarhere/Pillow that referenced this issue Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants