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]
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to