Message259929
I'm trying to compile the Objective-C portions of Python (the Python
Launcher app) with clang, not GCC. Why does Python insist on using GCC,
even when I set the OBJC env variable to clang? That seems to be a problem
that the Python project CAN fix.
On Tue, Feb 9, 2016 at 6:39 AM, Ronald Oussoren <report@bugs.python.org>
wrote:
>
> Ronald Oussoren added the comment:
>
> The build fails while building the "Python Launcher" application. This is
> an Objective-C project.
>
> If GCC doesn't support the system headers on OSX 10.11 there's nothing the
> Python project can do about that.
>
> ----------
> nosy: +ronaldoussoren
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue26317>
> _______________________________________
> |
|
Date |
User |
Action |
Args |
2016-02-09 12:26:51 | Robert P Fischer | set | recipients:
+ Robert P Fischer, ronaldoussoren |
2016-02-09 12:26:51 | Robert P Fischer | link | issue26317 messages |
2016-02-09 12:26:51 | Robert P Fischer | create | |
|