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

Yuri yuri at rawbw.com
Sat Jun 11 10:01:08 PDT 2011


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

Yuri



More information about the llvm-dev mailing list