[cfe-dev] Fwd: CMake Failures On Windows

John Sully john at csquare.ca
Wed Aug 5 00:25:24 PDT 2015


After updating to the latest SVN (from a checkpoint several months old), I
am no longer able to build clang.  Has anyone seen this before or have any
ideas?  This machine has successfully built CLANG with visual studio in the
past.

Running the command: cmake -G "Visual Studio 12" ../llvm/

Gives the following errors:
-- Clang version: 3.8.0
CMake Error at cmake/modules/GetSVN.cmake:106 (append_info):
  append_info Function invoked with incorrect arguments for function named:
  append_info
Call Stack (most recent call first):
  tools/clang/lib/Basic/CMakeLists.txt:43 (include)


CMake Error at cmake/modules/GetSVN.cmake:108 (append_info):
  append_info Function invoked with incorrect arguments for function named:
  append_info
Call Stack (most recent call first):
  tools/clang/lib/Basic/CMakeLists.txt:43 (include)


Error copying file (if different) from
"C:/libs/build/tools/clang/lib/Basic/SVNV
ersion.inc.txt" to "C:/libs/build/tools/clang/lib/Basic/SVNVersion.inc".
-- Expecting header to go in
C:/libs/build/tools/clang/lib/Basic/SVNVersion.inc
-- SampleAnalyzerPlugin ignored -- Loadable modules not supported on this
platfo
rm.
-- PrintFunctionNames ignored -- Loadable modules not supported on this
platform
.
-- BugpointPasses ignored -- Loadable modules not supported on this
platform.
-- Configuring incomplete, errors occurred!
See also "C:/libs/build/CMakeFiles/CMakeOutput.log".
See also "C:/libs/build/CMakeFiles/CMakeError.log".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150805/e9e22538/attachment.html>


More information about the cfe-dev mailing list