search for: tp53037p53045

Displaying 2 results from an estimated 2 matches for "tp53037p53045".

2013 Jan 03
0
[LLVMdev] Fatal error in build, include <utility> not found
Hi Andrew, I suggest you do a verbose build (make VERBOSE=1) in order to see exactly which command is being used to compile that file. Ciao, Duncan. On 03/01/13 14:50, APaschos wrote: > I'm trying to customize llvm by adding a header file of my own and tweaking > things accordingly. > While building, things go well until a certain point where it stops seeing > the includes of my
2013 Jan 03
4
[LLVMdev] Fatal error in build, include <utility> not found
I'm trying to customize llvm by adding a header file of my own and tweaking things accordingly. While building, things go well until a certain point where it stops seeing the includes of my file. I'm working on Ubuntu 12.04 with llvm-3.1 on a custom target (mips-like), gcc-4.6 and clang-3.2 (i've tried 3.1 too). >From what i've understood, when it builds the first binaries of