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.
Build 5897
-
- CodeLite Expert
- Posts: 120
- Joined: Sun May 10, 2009 6:56 am
- Contact:
-
- CodeLite Veteran
- Posts: 67
- Joined: Mon Aug 22, 2011 10:15 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Build 5897
Make sure your wx environment variable points to the proper directory. (Just got busted by this myself too lol.)