Hi, I can not confirm this. At least MSVC 2008 Pro doesn't have any signs of stdint.h. So i don't trust your's msvc stdint.h ;)
As a solution, maybe setting up include paths in order that stdint.h would be searched in msvc's folder first? Also CMake might do check for stdint,h in standard msvc paths, but doing the same in scons would be tricky. On Thu, May 3, 2012 at 5:07 AM, Jason Wilkins <[email protected]>wrote: > I'm getting a ton of conflicts between various versions of stdint.h > > MSVC 2008 comes with its own stdint.h but some libraries some with > there own apparently. > > There seems to be additional versions in the quicktime and ffmpeg > libraries. > > I trust Microsoft's version for their own compiler more than the > versions provided for compatibility with older versions of MSVC. > > I'm not sure how to fix this annoyance though. > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > -- With best regards, Sergey Sharybin _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
