[Python-Dev] Build is broken for me after updating

Neil Girdhar mistersheik at gmail.com
Tue Apr 7 12:34:35 CEST 2015


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>


More information about the Python-Dev mailing list