SConstruct: additional message for the error checking of the python 2.7 headers
authorMatteo M. Fusi <matteo.fusi@bsc.es>
Tue, 19 Jun 2018 15:28:15 +0000 (17:28 +0200)
committerMatteo M. Fusi <fusiled@gmail.com>
Fri, 22 Jun 2018 12:31:12 +0000 (12:31 +0000)
commit60b24f43959d1a99962cda42075a4f16966becb2
tree12d8dcc301e7070c906508014d0a2bd0387a9532
parentb4a10d55e55752c3423a9d0f4b529f7f80432590
SConstruct: additional message for the error checking of the python 2.7 headers

One of the most common errors during the installation of gem5 is the one
related to the failure of the check of the Python2.7 headers in the
SConstruct file. In some cases the headers are correctly installed, but a
wrong selection of the C compiler can make this check fail. This commit
wants to add some useful information this error message.

Change-Id: I0d087ad01c6e4cca3559f23070c37b5c13600962
Reviewed-on: https://gem5-review.googlesource.com/11389
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
SConstruct