Folks, I'm having a bizarre build failure on Windows (having to do with basic types such as uint8_t, uint32_t). I've done a clean build and it doesn't seem to fix the problem (I made sure DataTypes.h was removed and regenerated). I searched through the recent llvm commits and can't find anything relevant to this file or data type. If you build llvm on Windows, please let me know if you are seeing the same problems. Thanks for any help, snaroff -------------- next part -------------- A non-text attachment was scrubbed... Name: Picture 28.png Type: image/png Size: 35149 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081219/8e9531fd/attachment.png>
On Dec 19, 2008, at 4:00 PM, steve naroff wrote:> Folks, > > I'm having a bizarre build failure on Windows (having to do with > basic types such as uint8_t, uint32_t). > > I've done a clean build and it doesn't seem to fix the problem (I > made sure DataTypes.h was removed and regenerated). > > I searched through the recent llvm commits and can't find anything > relevant to this file or data type. > > If you build llvm on Windows, please let me know if you are seeing > the same problems. >I think Chris just fixed at least one of them. uint8_t is probably not guaranteed to be an included type on windows without the right header. -eric
On Fri, Dec 19, 2008 at 5:07 PM, Eric Christopher <echristo at apple.com> wrote:> > On Dec 19, 2008, at 4:00 PM, steve naroff wrote: > >> Folks, >> >> I'm having a bizarre build failure on Windows (having to do with >> basic types such as uint8_t, uint32_t). >> >> I've done a clean build and it doesn't seem to fix the problem (I >> made sure DataTypes.h was removed and regenerated). >> >> I searched through the recent llvm commits and can't find anything >> relevant to this file or data type. >> >> If you build llvm on Windows, please let me know if you are seeing >> the same problems. >> > > I think Chris just fixed at least one of them. uint8_t is probably not > guaranteed to be an included type on windows without the right header.I last built LLVM just fine on Windows last on Dec. 13, 2008. I have not yet updated it since then. So if a build is failing then it would have had to have been after that. If it has been fixed, all the better.