[LLVMdev] Unable to do even basic Clang tutorial

Duncan Sands baldrick at free.fr
Mon Jul 9 10:07:31 PDT 2012


Hi,

On 09/07/12 16:50, NY Knicks Fan wrote:
> I'm trying to do the tutorials at:
>
> https://github.com/loarabia/Clang-tu...i/TutorialOrig
> <https://github.com/loarabia/Clang-tutorial/wiki/TutorialOrig>
>
> and I can't even do the first tutorial. I installed LLVM 3.1 and Clang 3.1

the tutorial seems to use LLVM 3.0 and probably hasn't been updated to LLVM 3.1
yet.

Ciao, Duncan.

  and
> when I do:
>
> ~/loarabia-Clang-tutorial-3d79443$ clang++ tutorial1.cpp In file included from
> tutorial1.cpp:5: In file included from ./llvm/Support/raw_ostream.h:17:
> ./llvm/Support/llvm/ADT/StringRef.h:13:10: fatal error:
> 'llvm/Support/type_traits.h' file not found
>
> include "llvm/Support/type_traits.h"
> ^
> 1 error generated.
>
> Do you know what I am doing wrong? I'm not sure what is the best way to handle
> this header file problem.
>
> I'm running Ubuntu 12.04.
>
> Thank you.
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>





More information about the llvm-dev mailing list