[LLVMdev] Subversion head: build problem on cygwin?

Jules jules at dsf.org.uk
Wed Mar 12 04:43:29 PDT 2008


Sam Bishop wrote:
> Once you get past that, the other build errors you'll get will be due to
> code assuming that uint32_t is typedefed to int.  On 32-bit Cygwin, it's
> typedefed to long.  (They're the same size, but it still confuses the
> compiler.)  This is an on-going problem, and I only use Cygwin in a
> pinch, so I've just modified the 32-bit typedefs in my
> /usr/include/stdint.h file.  I've chosen to fight other battles.  :)
>   
I think I'm with you.  It's not like I can't run a Linux virtual machine 
on this hardware. :)




More information about the llvm-dev mailing list