[LLVMbugs] [Bug 22957] New: LibASTMatchersTutorial.html build instructions omission
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Mar 19 12:43:50 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=22957
Bug ID: 22957
Summary: LibASTMatchersTutorial.html build instructions
omission
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Documentation
Assignee: unassignedclangbugs at nondot.org
Reporter: haxmeadroom at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Following http://clang.llvm.org/docs/LibASTMatchersTutorial.html
For Ubuntu 14.04, I had to change
CMAKE_C_COMPILER=/usr/local/bin/clang
in addition to the CMAKE_CXX_COMPILER option to get it to compile.
Setup
------------
Linux x 3.13.0-46-generic #79-Ubuntu SMP Tue Mar 10 20:06:50 UTC 2015 x86_64
x86_64 x86_64 GNU/Linux
git trunk as of 2015.03.19
For OSX 10.10 and Homebrew
--------------------------
I was unable to compile clang with clang as suggested. Tried the
CMAKE_CXX_COMPILER and LLVM_ENABLE_LIBCXX options, but the build was unable to
find the C++ head files (utility, specifically).
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150319/a10d4fbf/attachment.html>
More information about the llvm-bugs
mailing list