Oh, I didn't know for the pr thing, thanks! Till know I just let these pr errors as they didn't prevent me from building sfeMovie.
As for the OS, I'm using Windows 7 32 bit, I don't think it's related. I've checked my path though, and here's what I had:
C:\Program Files\Common Files\Microsoft Shared\Windows Live;
%SystemRoot%\system32;
%SystemRoot%;
%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;
C:\Program Files\Windows Live\Shared;
C:\Program Files\CMake 2.8\bin;
C:\Program Files\CodeBlocks\MinGW\bin;
C:\Program Files\CMake 2.8\bin;
C:\Program Files\GnuWin32\bin;
c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;
c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;
C:\Program Files\QuickTime\QTSystem\
I dropped these to see whether it was related to the current issue:
C:\Program Files\CodeBlocks\MinGW\bin;
C:\Program Files\CMake 2.8\bin;
C:\Program Files\GnuWin32\bin;
But it did not change anything (still building fine).
And if I do echo $PATH after that change I get:
.:
/usr/local/bin:
/mingw/bin:
/bin:
/c/Program Files/Common Files/Microsoft Shared/Windows Live:
/c/Windows/system32:
/c/Windows:
/c/Windows/System32/Wbem:
/c/Windows/System32/WindowsPowerShell/v1.0/:
/c/Program Files/Windows Live/Shared:
/c/Program Files/CMake 2.8/bin:
/c/Program Files/Microsoft SQL Server/100/Tools/Binn/:
/c/Program Files/Microsoft SQL Server/100/DTS/Binn/:
/c/Program Files/QuickTime/QTSystem/
Dunno whether this can be of any help. I'd love to know how you fix this, it'll be useful to other users.
Edit: I still can't get your issue but I noticed that when you want to build the libraries for GCC, you need to select the C++ compiler when installing MinGW. It was working fine for me because I also had CodeBlock's MinGW in the path and it was the one being used, but otherwise CMake doesn't find the C++ compiler.