libc++, Clang and LLVM on Windows
Asked Answered
I

1

16

I have installed http://sourceforge.net/projects/clangonwin/ on my Windows system. My questions are:

  1. It seems that a STD library is missing. How do I install one?
  2. How can I integrate this in VC++, Eclipse, CodeLite, or Code::Blocks?
Insecticide answered 25/2, 2014 at 16:25 Comment(0)
K
3

Quote from the project page:

if you want to compile C + + and uses the Microsoft C + + STL, please use the CL diver modes, namely: - dirver-mode = cl and disable RTTI;".

That answers your question. Best to interpret its accuracy for the way it reads, the unintentional hint of death by drowning is in fact appropriate. This page gives a very decent insight what more work needs to be done before it is close to usable.

Kidd answered 25/2, 2014 at 16:26 Comment(1)
Can you be more specific. I don't want to use 'Clang' with 'MSVC' bu instead with his own "libc++" on Windows and I asked for a detailed tutorial on how to make it so.Sanderson

© 2022 - 2024 — McMap. All rights reserved.