Author Topic: build error in CC  (Read 7774 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
build error in CC
« 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*’

Offline ouch

  • Almost regular
  • **
  • Posts: 223
Re: build error in CC
« Reply #1 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
« Last Edit: September 02, 2011, 07:12:56 pm by ouch »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: build error in CC
« Reply #2 on: September 02, 2011, 07:42:22 pm »
Fixed in trunk (r7447).

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: build error in CC
« Reply #3 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:
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ