Hi there.<br><br>I was trying to rebuild LLVM, this time with Clang, and after getting the last svn version, I got this error during cmake:<br>CMake Error: Error in cmake code at<br><dir>/llvm/projects/CMakeLists.txt:7:<br>

Parse error.  Function missing ending ")".  Instead found left paren with text "(".<br><br>The line is "if(NOT (${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/compiler-rt))". I really don't know anything about CMake, but when changed the line to "if(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/compiler-rt)", it passed without error. I don't know if this is the right way to do this or maybe it's a problem with my CMake.<br>

<br>Conrado.<br>