[LLVMdev] llvm fails on MinGW-32 (Windows) because Python is not supported there

Sohail Somani sohail at taggedtype.net
Sat Jun 11 10:11:08 PDT 2011


On 11-06-11 1:01 PM, Yuri wrote:
> On 06/11/2011 09:32, Csaba Raduly wrote:
>> There are various precompiled Windows binaries for Python (yes, even
>> 3.2), from http://www.python.org/download/ or
>> http://www.activestate.com/activepython-3
>>    
> 
> Thanks!
> I got msi based installer (3.2) from http://www.python.org/download/.
> But llvm build now fails with this message:
>   File "<string>", line 1
>      import sys;print ' '.join(sys.argv[1:])
>                         ^
> 
> 
> Syntax error: invalid syntax

print is now a function Python 3, so you probably want the latest of the
2.x series.

Good luck :-)




More information about the llvm-dev mailing list