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 Jaime Torres
Recipients Jaime Torres, dstufft, eric.araujo
Date 2018-11-14.12:08:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542197312.07.0.788709270274.issue35244@psf.upfronthosting.co.za>
In-reply-to
Content
Clang is not in the list of allowed compilers when executed:
python setup.py build --help-compiler

  --compiler=bcpp     Borland C++ Compiler
  --compiler=cygwin   Cygwin port of GNU C Compiler for Win32
  --compiler=mingw32  Mingw32 port of GNU C Compiler for Win32
  --compiler=msvc     Microsoft Visual C++
  --compiler=unix     standard UNIX-style compiler

I've tried to use the value unix in windows, to see if it will search for environment variables CC and CXX, but without success.
History
Date User Action Args
2018-11-14 12:08:32Jaime Torressetrecipients: + Jaime Torres, eric.araujo, dstufft
2018-11-14 12:08:32Jaime Torressetmessageid: <1542197312.07.0.788709270274.issue35244@psf.upfronthosting.co.za>
2018-11-14 12:08:31Jaime Torreslinkissue35244 messages
2018-11-14 12:08:31Jaime Torrescreate