Martin Michlmayr <[EMAIL PROTECTED]> writes:

> For me it fails now with the following (with GCC 4.1):
>
>> Automatic build of xgsmlib_0.2-4 on bigsur by sbuild/mips 1.75
[...]
>> /usr/include/gsmlib/gsm_me_ta.h:294: error: extra qualification 
>> 'gsmlib::MeTa::' on member 'getFunctionalityLevel'
[...]

That's a bug in gsmlib (#356109).  After fixing it (and applying
Henrik Johansson's patch), g++-4.1 fails with the following:

> xgsm_device.cc: In constructor 
> 'Xgsm::Entry::Entry(gsmlib::PhonebookEntryBase&)':
> xgsm_device.cc:52: error: no matching function for call to 
> 'gsmlib::SortedPhonebookIterator::SortedPhonebookIterator(NULL)'
> /usr/include/gsmlib/gsm_sorted_phonebook_base.h:108: note: candidates are: 
> gsmlib::SortedPhonebookIterator::SortedPhonebookIterator(std::_Rb_tree_iterator<std::pair<const
>  gsmlib::MapKey<gsmlib::SortedPhonebookBase>, gsmlib::PhonebookEntryBase*> >)
> /usr/include/gsmlib/gsm_sorted_phonebook_base.h:107: note:                 
> gsmlib::SortedPhonebookIterator::SortedPhonebookIterator()
> /usr/include/gsmlib/gsm_sorted_phonebook_base.h:105: note:                 
> gsmlib::SortedPhonebookIterator::SortedPhonebookIterator(const 
> gsmlib::SortedPhonebookIterator&)
> xgsm_device.cc: In constructor 'Xgsm::Entry::Entry(gsmlib::SMSStoreEntry&)':
> xgsm_device.cc:57: error: no matching function for call to 
> 'gsmlib::SortedSMSStoreIterator::SortedSMSStoreIterator(NULL)'
> /usr/include/gsmlib/gsm_sorted_sms_store.h:43: note: candidates are: 
> gsmlib::SortedSMSStoreIterator::SortedSMSStoreIterator(std::_Rb_tree_iterator<std::pair<const
>  gsmlib::MapKey<gsmlib::SortedSMSStore>, gsmlib::SMSStoreEntry*> >)
> /usr/include/gsmlib/gsm_sorted_sms_store.h:42: note:                 
> gsmlib::SortedSMSStoreIterator::SortedSMSStoreIterator()
> /usr/include/gsmlib/gsm_sorted_sms_store.h:40: note:                 
> gsmlib::SortedSMSStoreIterator::SortedSMSStoreIterator(const 
> gsmlib::SortedSMSStoreIterator&)
> make[3]: *** [xgsm_device.o] Error 1
> make[3]: Leaving directory `/home/mvela/tmp/src/xgsmlib-0.2/src'

Thanks,

Matej


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to