[lldb-dev] Compilation failure on FreeBSD 8.

arrowdodger 6yearold at gmail.com
Thu Sep 22 07:07:00 PDT 2011


Hello. I'm compiling trunk LLVM + trunk lldb on i386 FreeBSD 8 system (GCC
4.2.1) and see this error:

/usr/code/llvm/tools/lldb/source/Commands/../../include/lldb/Core/FormatNavigator.h:
In member function 'bool lldb_private::FormatNavigator<KeyType,
ValueType>::Delete(lldb_private::ConstString) [with KeyType =
lldb_private::SharingPtr<lldb_private::RegularExpression>, ValueType =
lldb_private::SummaryFormat]':
CommandObjectType.cpp:1064:   instantiated from here
/usr/code/llvm/tools/lldb/source/Commands/../../include/lldb/Core/FormatNavigator.h:269:
error: call of overloaded 'Delete_Impl(lldb_private::ConstString&,
lldb_private::FormatNavigator<lldb_private::SharingPtr<lldb_private::RegularExpression>,
lldb_private::SummaryFormat>::Types<lldb_private::SharingPtr<lldb_private::RegularExpression>,
lldb_private::SummaryFormat>)' is ambiguous
/usr/code/llvm/tools/lldb/source/Commands/../../include/lldb/Core/FormatNavigator.h:333:
note: candidates are: bool lldb_private::FormatNavigator<KeyType,
ValueType>::Delete_Impl(lldb_private::ConstString,
lldb_private::FormatNavigator<KeyType, ValueType>::Types<K, V>) [with K =
lldb_private::SharingPtr<lldb_private::RegularExpression>, V =
lldb_private::SummaryFormat, KeyType =
lldb_private::SharingPtr<lldb_private::RegularExpression>, ValueType =
lldb_private::SummaryFormat]
/usr/code/llvm/tools/lldb/source/Commands/../../include/lldb/Core/FormatNavigator.h:340:
note:                 bool lldb_private::FormatNavigator<KeyType,
ValueType>::Delete_Impl(lldb_private::ConstString,
lldb_private::FormatNavigator<KeyType,
ValueType>::Types<lldb_private::SharingPtr<lldb_private::RegularExpression>,
V>) [with V = lldb_private::SummaryFormat, KeyType =
lldb_private::SharingPtr<lldb_private::RegularExpression>, ValueType =
lldb_private::SummaryFormat]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20110922/27f2590c/attachment.html>


More information about the lldb-dev mailing list