julia> Pkg.build("Clang")
INFO: Building Clang
g++ wrapclang.cpp -fPIC -c -o wrapclang.cpp.o -I/c/programs/julia64/deps/llvm-3.3/include -g -Wall -
Wno-strict-aliasing -fno-omit-frame-pointer -fPIC -IC:/programs/llvm_trunk/compileds/include
wrapclang.cpp:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by
default]
wrapclang.cpp: In function 'void wci_debug_token(CXTranslationUnit, char*)':
wrapclang.cpp:118:69: error: 'printf' was not declared in this scope
wrapclang.cpp: In function 'void wci_print_tokens(CXTranslationUnit, char*)':
wrapclang.cpp:131:71: error: 'printf' was not declared in this scope
make: *** [wrapclang.cpp.o] Error 1