Thanks for sending the log. It's cmake issue. In cmake 3.0.0 you will get this issue (to see the version of cmake open command prompt go to <your SDK installation folder>/tools/cmake/bin and give command "cmake -version").
To fix it, just installed any previous version e.g. 2.8.12.2 (download cmake-2.8.12.2-win32-x86.zip from CMake - Cross Platform Make). Please let me know if you face any issue.
For reference, I am pasting the log which you sent
CMake Error: Error in cmake code at
D:/c/vs2010/dng/XMP-Toolkit-SDK-CC201306/XMPCore/build/CMakeLists.txt:170:
Parse error. Function missing ending ")". Instead found bad character with text "[".
CMake Error: Error in cmake code at
D:/c/vs2010/dng/XMP-Toolkit-SDK-CC201306/XMPFiles/build/CMakeLists.txt:284:
Parse error. Function missing ending ")". Instead found bad character with text "[".
I "fixed" it with
#0xDEADBEAF COMMAND if [ $(CONFIGURATION) != Debug ]; then COMMAND if ( $(CONFIGURATION) != Debug ) then
and on the second:
#0xDEADBEAF COMMAND if [ $(CONFIGURATION) != Debug ]; then
COMMAND if ( $(CONFIGURATION) != Debug ) then....