Page 1 of 1

Build 5897

Posted: Tue Oct 02, 2012 5:11 am
by foxmuldr
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.

Re: Build 5897

Posted: Sat Oct 20, 2012 10:04 am
by spaces
Make sure your wx environment variable points to the proper directory. (Just got busted by this myself too lol.)