arvindm95 / unladen-swallow

Automatically exported from code.google.com/p/unladen-swallow
Other
0 stars 0 forks source link

revision 821: CIndex.cpp:51: error: ‘printf’ was not declared in this scope #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
llvm[4]: ======= Finished Linking Release-Asserts Executable clang-wpa
(without symbols)
make[4]: Leaving directory
`/home/justin/src/unladen/trunk/Util/llvm/tools/clang/tools/wpa'
make[4]: Entering directory
`/home/justin/src/unladen/trunk/Util/llvm/tools/clang/tools/CIndex'
llvm[4]: Compiling CIndex.cpp for Release-Asserts build  (PIC)
CIndex.cpp: In member function
‘void<unnamed>::IdxVisitor::VisitNamedDecl(clang::NamedDecl*)’:
CIndex.cpp:51: error: ‘printf’ was not declared in this scope
make[4]: ***
[/home/justin/src/unladen/trunk/Util/llvm/tools/clang/tools/CIndex/Release-Asser
ts/CIndex.o]
Error 1
make[4]: Leaving directory
`/home/justin/src/unladen/trunk/Util/llvm/tools/clang/tools/CIndex'
make[3]: *** [all] Error 1
make[3]: Leaving directory
`/home/justin/src/unladen/trunk/Util/llvm/tools/clang/tools'
make[2]: *** [all] Error 1
make[2]: Leaving directory
`/home/justin/src/unladen/trunk/Util/llvm/tools/clang'
make[1]: *** [clang/.makeall] Error 2
make[1]: Leaving directory `/home/justin/src/unladen/trunk/Util/llvm/tools'
make: *** [llvm_tools] Error 2

Original issue reported on code.google.com by justinch...@gmail.com on 9 Sep 2009 at 3:56

GoogleCodeExporter commented 8 years ago
Hi, which compiler are you building with? Is this a fresh checkout or an 
incremental 
rebuild? Which OS is this?

Original comment by collinw on 9 Sep 2009 at 1:57

GoogleCodeExporter commented 8 years ago
This was fixed upstream by
http://llvm.org/viewvc/llvm-project?view=rev&revision=80430. I'll import that.

Original comment by jyass...@gmail.com on 9 Sep 2009 at 6:06

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r822.

Original comment by jyass...@gmail.com on 9 Sep 2009 at 7:39

GoogleCodeExporter commented 8 years ago
Thanks for reporting this. Let us know if anything else fails to compile.

Original comment by jyass...@gmail.com on 9 Sep 2009 at 9:43