> I'd prefer to avoid uint32_t. I committed a couple patches, can you > try again and let me know if you see any other failures?With the attached patch I can build successfully on Cygwin. The APInt.cpp part of the patch is just s/uint32_t/unsigned/g. Thanks, Jay. -------------- next part -------------- A non-text attachment was scrubbed... Name: cygwin.patch Type: application/octet-stream Size: 41440 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090121/36f8632d/attachment.obj>
On Jan 21, 2009, at 2:02 AM, Jay Foad wrote:>> I'd prefer to avoid uint32_t. I committed a couple patches, can you >> try again and let me know if you see any other failures? > > With the attached patch I can build successfully on Cygwin. > > The APInt.cpp part of the patch is just s/uint32_t/unsigned/g.Thanks Jay! You beat me to it :), applied here: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090119/072479.html -chris
> Thanks Jay! You beat me to it :), applied here: > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090119/072479.htmlThanks. Just to confirm, I can now build head of svn (rev 62762) cleanly on Cygwin with GCC 4. With GCC 3.4.4 (Cygwin's default) I still have this problem: http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-January/019563.html Thanks, Jay.