Hello,
I can't compile lldb on opensuse linux 12 64bit.
I get many warnings and the error:
llvm[5]: Compiling Host.cpp for Release build
/home/cedric/llvmroot/src/llvm/tools/lldb/source/Host/linux/Host.cpp:344:30:
error:
no matching function for call to 'GetModuleSpecifications'
const size_t num_specs = ObjectFile::GetModuleSpecifications (filesp...
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cedric/llvmroot/src/llvm/tools/lldb/source/Host/linux/../../../include/lldb/Symbol/ObjectFile.h:183:5:
note:
candidate function not viable: requires 4 arguments, but 3 were provided
GetModuleSpecifications (const FileSpec &file,
^
/home/cedric/llvmroot/src/llvm/tools/lldb/source/Host/linux/../../../include/lldb/Symbol/ObjectFile.h:189:5:
note:
candidate function not viable: requires 6 arguments, but 3 were provided
GetModuleSpecifications (const lldb_private::FileSpec& file,
^
1 error generated.
(Almost full log available.)
The configure I used:
configure --enable-cxx11--enable_optimized --disable_assertions
I could compile the latest clang++, libc++ etc. Only lldb won't compile.
Any ideas?
Thanks
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev