Build errors

Hi all,
I get the following when trying to build the latest cling.
/home/smh/llvm_test/build/Debug+Asserts/lib/libcling.so: undefined reference to LLVMInitializeMBlazeAsmPrinter' /home/smh/llvm_test/build/Debug+Asserts/lib/libcling.so: undefined reference toLLVMInitializeSparcAsmPrinter’
/home/smh/llvm_test/build/Debug+Asserts/lib/libcling.so: undefined reference to LLVMInitializeXCoreAsmPrinter' /home/smh/llvm_test/build/Debug+Asserts/lib/libcling.so: undefined reference toLLVMInitializeARMAsmPrinter’
/home/smh/llvm_test/build/Debug+Asserts/lib/libcling.so: undefined reference to LLVMInitializeMipsAsmPrinter' /home/smh/llvm_test/build/Debug+Asserts/lib/libcling.so: undefined reference toLLVMInitializePTXAsmPrinter’
/home/smh/llvm_test/build/Debug+Asserts/lib/libcling.so: undefined reference to LLVMInitializeMSP430AsmPrinter' /home/smh/llvm_test/build/Debug+Asserts/lib/libcling.so: undefined reference toLLVMInitializeCellSPUAsmPrinter’
/home/smh/llvm_test/build/Debug+Asserts/lib/libcling.so: undefined reference to LLVMInitializePowerPCAsmPrinter' /home/smh/llvm_test/build/Debug+Asserts/lib/libcling.so: undefined reference toLLVMInitializeHexagonAsmPrinter’

I also note the following syntax warnings:
llvm[4]: Compiling ValuePrinter.cpp for Debug+Asserts build
In file included from /home/smh/llvm_test/llvm/tools/cling/lib/Interpreter/ValuePrinter.cpp:11:0:
/home/smh/llvm_test/llvm/tools/cling/lib/Interpreter/…/…/include/cling/Interpreter/Value.h:84:42: warning: extra ‘;’ [-pedantic]
/home/smh/llvm_test/llvm/tools/cling/lib/Interpreter/…/…/include/cling/Interpreter/Value.h:85:43: warning: extra ‘;’ [-pedantic]
/home/smh/llvm_test/llvm/tools/cling/lib/Interpreter/…/…/include/cling/Interpreter/Value.h:86:41: warning: extra ‘;’ [-pedantic]
/home/smh/llvm_test/llvm/tools/cling/lib/Interpreter/…/…/include/cling/Interpreter/Value.h:87:42: warning: extra ‘;’ [-pedantic]
/home/smh/llvm_test/llvm/tools/cling/lib/Interpreter/…/…/include/cling/Interpreter/Value.h:88:47: warning: extra ‘;’ [-pedantic]

svn revisions:
cling: 43456
clang/llvm: 153254

Cheers,
Stewart

Hi Stewart,
It is fixed now.
Sorry for the temporary inconvenience!
Cheers,
Vassil