That is odd because my stdint.h is coming from the install directory
of my compiler.  Maybe it was included in a service pack?

Anyway, it isn't so much that it isn't searching for that one first,
it is that it is finding multiple copies and trying to use two at
once.  There was even a time with QuickTime and FFMpeg were fighting
and MSVC was not involved :-P



On Thu, May 3, 2012 at 2:20 AM, Sergey Sharybin <[email protected]> wrote:
> 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
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to