From 5ab114b712633b01656148638cba50bca9429b1d Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 28 Jul 2021 12:08:52 +0800 Subject: [PATCH] temp python: add a note about (not so) "fatal" errors --- chapter07/python.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/chapter07/python.xml b/chapter07/python.xml index 68a02dd8c..d25432d1f 100644 --- a/chapter07/python.xml +++ b/chapter07/python.xml @@ -80,6 +80,19 @@ make + + + Some Python 3 modules can't be built now because the dependencies + are not installed yet. The building system still attempts to build + them however, so the compilation of some files will fail and the + compiler message may seem to indicate fatal error. + The message should be ignored. Just make sure the toplevel + make command has not failed. The optional + modules are not needed now and they will be built in + . + + + Install the package: make install