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

2015年4月07日 03:36:52 -0700

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
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to