Message332063
| Author |
vstinner |
| Recipients |
bkabrda, frougon, ned.deily, serhiy.storchaka, strogon14, vstinner |
| Date |
2018年12月18日.14:29:32 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1545143372.33.0.788709270274.issue17679@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
build.diff: Difference without/with the patch on Python build from source.
Example:
- CPPFLAGS = "-I. -I./Include"
+ CPPFLAGS = "-I. -I/Include"
This change is wrong: /Include directory doesn't exist.
Another example:
- LIBPL = "/usr/local/lib/python3.8/config-3.8dm-x86_64-linux-gnu"
+ LIBPL = "/usr/local/lib/python3.8/config-dm-x86_64-linux-gnu"
I don't understand why "3.8" is removed from the path. |
|