News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

build error in CC

Started by killerbot, September 02, 2011, 05:57:30 PM

Previous topic - Next topic

killerbot

codecompletion.cpp: In member function 'void CodeCompletion::OnEditorActivatedTimer(wxTimerEvent&)':
codecompletion.cpp:2477:64: error: operands to ?: have different types 'const wxString' and 'const wxChar*'

ouch

#1
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

Jenna


MortenMacFly

Quote from: jens on September 02, 2011, 07:42:22 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:
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]