Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: killerbot on September 02, 2011, 05:57:30 pm

Title: build error in CC
Post by: killerbot on September 02, 2011, 05:57:30 pm
Code
codecompletion.cpp: In member function ‘void CodeCompletion::OnEditorActivatedTimer(wxTimerEvent&)’:
codecompletion.cpp:2477:64: error: operands to ?: have different types ‘const wxString’ and ‘const wxChar*’
Title: Re: build error in CC
Post by: ouch on September 02, 2011, 06:45:08 pm
confirmed, I was about to report this myself... ;)

should probably note that this is with svn 7446 and that I'm running win7 64bit and tdm mingw 4.5.2
Title: Re: build error in CC
Post by: Jenna on September 02, 2011, 07:42:22 pm
Fixed in trunk (r7447).
Title: Re: build error in CC
Post by: MortenMacFly on September 04, 2011, 10:39:02 pm
Fixed in trunk (r7447).
What the hell - I had committed a fix myself directly after the problematic commit, using wT(""). Where did this commit go??? :shock: :shock: :shock: