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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-12-18 14:29:32 | vstinner | set | recipients: + vstinner, frougon, ned.deily, strogon14, serhiy.storchaka, bkabrda |
| 2018-12-18 14:29:32 | vstinner | set | messageid: <1545143372.33.0.788709270274.issue17679@psf.upfronthosting.co.za> |
| 2018-12-18 14:29:32 | vstinner | link | issue17679 messages |
| 2018-12-18 14:29:32 | vstinner | create | |