[Bf-committers] Pthreads Redeclaration on cmake MinGW64 Error

2013-12-18 Thread Jared Smith
I'm trying to build blender on windows 8 with cmake and mingw64 and I'm running into an issue of the system header file pthreads.h having some of it's types redefined in extern/libmv/third_party/glog/src/windows/port.h Is there something I'm doing wrong with my %PATH% variable? Right now I just

Re: [Bf-committers] Pthreads Redeclaration on cmake MinGW64 Error

2013-12-18 Thread Antony Riakiotakis
Hi, we do not support every build of MinGW64, in fact due to ABI incompatibilities for different gcc versions only a build using gcc 4.7 will work. In our build instructions we explicitly state that only a specific build will work

Re: [Bf-committers] Pthreads Redeclaration on cmake MinGW64 Error

2013-12-18 Thread Jeffrey H
Antony, That would be fantastic. I'm under the impression there are a few extra features and fixes that could be worth exploring, such as a fix for MAX_PATH. Jared, I've found the latest version I can use is 4.7.3 (ex: