Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71701
| References | <ll84hk$30h$1@ger.gmane.org> |
|---|---|
| Date | 2014-05-18 03:05 +1000 |
| Subject | Re: Problem building 3.5 on Windows |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.10095.1400346334.18130.python-list@python.org> (permalink) |
On Sun, May 18, 2014 at 2:59 AM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote: > 1>..\PC\make_versioninfo.c(1): fatal error C1083: Cannot open include file: > 'stdio.h': No such file or directory > > What stupid thing have I forgotten, apart from switching to *nix? :) Well, apart from that... I'd guess you have a pathing problem. Since stdio.h is a standard compiler-provided header, I'd advise locating it on disk, then checking if that path is in the INCLUDE env var. Not sure if the Python build process overrides that, though, but it's a start. ChrisA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Problem building 3.5 on Windows Chris Angelico <rosuav@gmail.com> - 2014-05-18 03:05 +1000
csiph-web