This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author CuriousLearner
Recipients CuriousLearner
Date 2017-12-02.12:50:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512219000.84.0.213398074469.issue32197@psf.upfronthosting.co.za>
In-reply-to
Content
The current master branch at commit af5a895073c24637c094772b27526b94a12ec897

fails while building the interpreter.

The following is the traceback while running `make` after `./configure --with-pydebug`

gcc -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration   -I. -I./Include    -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
Modules/main.c:904:20: error: expected expression
            return SET_DECODE_ERROR("PYTHONEXECUTABLE environment "
                   ^
Modules/main.c:46:5: note: expanded from macro 'SET_DECODE_ERROR'
    do { \
    ^
1 error generated.
make: *** [Modules/main.o] Error 1
History
Date User Action Args
2017-12-02 12:50:00CuriousLearnersetrecipients: + CuriousLearner
2017-12-02 12:50:00CuriousLearnersetmessageid: <1512219000.84.0.213398074469.issue32197@psf.upfronthosting.co.za>
2017-12-02 12:50:00CuriousLearnerlinkissue32197 messages
2017-12-02 12:50:00CuriousLearnercreate