Build 5897
Posted: Tue Oct 02, 2012 5:11 am
I updated an old version to 5897, and now I am getting many errors during compilation related to wx. I have 2.8 installed. Is that still supported?
>CodeLite/ctags_manager.cpp:1506:31: error: conversion from ‘const char [7]’ to ‘wxString’ is ambiguous
>CodeLite/ctags_manager.cpp:1562:20: error: ambiguous overload for ‘operator<<’ in ‘tip << "<b>"’
>/usr/include/wx-2.8/wx/string.h:1040:13: error: initializing argument 1 of ‘wxString& wxString::Prepend(const wxString&)’
Multiple instances of these types of errors.
Update: I found this post. In short, requires wx2.94 now.
>CodeLite/ctags_manager.cpp:1506:31: error: conversion from ‘const char [7]’ to ‘wxString’ is ambiguous
>CodeLite/ctags_manager.cpp:1562:20: error: ambiguous overload for ‘operator<<’ in ‘tip << "<b>"’
>/usr/include/wx-2.8/wx/string.h:1040:13: error: initializing argument 1 of ‘wxString& wxString::Prepend(const wxString&)’
Multiple instances of these types of errors.
Update: I found this post. In short, requires wx2.94 now.