Displaying 3 results from an estimated 3 matches for "testingwindow".
Did you mean:
testingwindows
2013 Jul 25
1
[LLVMdev] Build Clang and LLVM on Win 8
Hi Giorgio,
>
> I receive an error that seems related to the fact that the grep command
> is missing.
>
> Is it possible? If grep is needed, how can I found it in Windows?
>
See here:
http://clang.llvm.org/hacking.html#testingWindows
grep (and a few other required tools) are in the GnuWin32 tools.
Thanks,
Greg Bedwell
SN Systems - Sony Computer Entertainment Group
**********************************************************************
This email and any files transmitted with it are confidential and intended
solely for...
2013 Jul 25
0
[LLVMdev] Build Clang and LLVM on Win 8
Thanks for your reply.
Compiler-rt was a problem. From the documentation I thought it was
mandatory (so what is it used for?),
but it was giving all those error about stdbool.h missing that I reported.
Now things got better, but I have still problems.
I receive an error that seems related to the fact that the grep command
is missing.
Is it possible? If grep is needed, how can I found it in
2013 Jul 23
2
[LLVMdev] Build Clang and LLVM on Win 8
Giorgio Franceschetti <g.franceschetti at vidya.it> writes:
> I also tried to build LLVM with 3.3 sources.
> Same problems.
If you omit compiler-rt, does it work? (compiler-rt is not a required
component.)
> Even worse, Visual Studio hangs and I had to kill the process.
>
> What could it be? Is Visual Studio 2012 working with LLVM/clang?
>
> Or LLVM/Clang is not