[Python-Dev] Build is broken for me after updating (original) (raw)
Neil Girdhar mistersheik at gmail.com
Tue Apr 7 12:34:35 CEST 2015
- Previous message (by thread): [Python-Dev] PEP 8 update
- Next message (by thread): [Python-Dev] PEP 448 review
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ever since I updated, I am getting:
In file included from Objects/dictobject.c:236:0: Objects/clinic/dictobject.c.h:70:26: fatal error: stringlib/eq.h: No such file or directory #include "stringlib/eq.h"
But, Objects/stringlib/eq.h exists. Replacing the include with "Objects/stringlib/eq.h" seems to make this error go away, but others follow.
Would anyone happen to know why this is happening?
Neil -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20150407/a34310ad/attachment.html>
- Previous message (by thread): [Python-Dev] PEP 8 update
- Next message (by thread): [Python-Dev] PEP 448 review
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]