You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot compile the module, three errors are encountered:
colloquy.cpp: In member function 'CString CDevice::Serialize() const': colloquy.cpp:197: error: conversion from 'std::_associative_citer<CString, std::less<CString>, std::allocator<CString> >' to non-scalar type 'std::_associative_iter<CString, std::less<CString>, std::allocator<CString> >' requested colloquy.cpp: In member function 'virtual void CColloquyMod::OnModCommand(const CString&)': colloquy.cpp:575: error: conversion from 'std::_associative_citer<CString, std::less<CString>, std::allocator<CString> >' to non-scalar type 'std::_associative_iter<CString, std::less<CString>, std::allocator<CString> >' requested colloquy.cpp: In member function 'bool CColloquyMod::Push(const CString&, const CString&, const CString&, bool, int)': colloquy.cpp:795: error: conversion from 'std::_associative_citer<CString, std::less<CString>, std::allocator<CString> >' to non-scalar type 'std::_associative_iter<CString, std::less<CString>, std::allocator<CString> >' requested
Cannot compile the module, three errors are encountered:
colloquy.cpp: In member function 'CString CDevice::Serialize() const': colloquy.cpp:197: error: conversion from 'std::_associative_citer<CString, std::less<CString>, std::allocator<CString> >' to non-scalar type 'std::_associative_iter<CString, std::less<CString>, std::allocator<CString> >' requested colloquy.cpp: In member function 'virtual void CColloquyMod::OnModCommand(const CString&)': colloquy.cpp:575: error: conversion from 'std::_associative_citer<CString, std::less<CString>, std::allocator<CString> >' to non-scalar type 'std::_associative_iter<CString, std::less<CString>, std::allocator<CString> >' requested colloquy.cpp: In member function 'bool CColloquyMod::Push(const CString&, const CString&, const CString&, bool, int)': colloquy.cpp:795: error: conversion from 'std::_associative_citer<CString, std::less<CString>, std::allocator<CString> >' to non-scalar type 'std::_associative_iter<CString, std::less<CString>, std::allocator<CString> >' requested
Full build log: http://paste.ubuntu.com/997492/
Build script: http://paste.ubuntu.com/997461/
Building for mips32r2 using an SDK from OpenWrt's website, gcc-4.3.3, uClibc 0.9.30.1, Ubuntu 12.04
The text was updated successfully, but these errors were encountered: