From: andrew mcelroy Date: 2010-07-15T06:03:55+09:00 Subject: Re: [OT] Cpp Complier On Wed, Jul 14, 2010 at 3:57 PM, Ammar Ali wrote: > On Wed, Jul 14, 2010 at 11:54 PM, Ammar Ali wrote: > >> On Wed, Jul 14, 2010 at 11:03 PM, andrew mcelroy wrote: >> >>> >>> Surely there has to be an llvm compiler for windows. >>> It depends on what you are using it for. >>> >> >> Interesting. The last time I tried to pass ruby's code through clang it >> choked on the __asm__ keywords in vm.c. I admit that it was a half hearted >> effort and I didn't try to figure out if there were options that would make >> it work. I hope to give it another try soon. Do you know of any documented >> successful compilations on linux? >> It's not Linux, but it might work. http://joneslee85.wordpress.com/2010/04/23/howto-compile-ruby-1-9-2-head-with-clang-svn-head-on-mac-os-x-10-6-3/ Andrew McElroy tryruby.org >> Thanks, >> Ammar >> >> > That should have been vm_exec.c, not vm.c >