Author Topic: Build issue after updating to r.8330  (Read 5176 times)

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
Build issue after updating to r.8330
« on: September 03, 2012, 04:40:27 am »
I've just updated to r.8330 and I received this error:

Code
C:\codeblocks\trunk\src\plugins\codecompletion\cctest\cctest_frame.cpp:23:21: fatal error: finddlg.h: No such file or directory

Which I managed to get past by removing the offending line.  Removing it hasn't seemed to have caused any undesired side effects.

stefanos_

  • Guest
Re: Build issue after updating to r.8330
« Reply #1 on: September 03, 2012, 09:10:51 am »
ironhead, I logged in to report it, but you got it first :P The problem exists for both 2.8.x and 2.9.x. Can someone provide us feedback please? :)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Build issue after updating to r.8330
« Reply #2 on: September 03, 2012, 09:15:30 am »
Which I managed to get past by removing the offending line.  Removing it hasn't seemed to have caused any undesired side effects.
That's the right way to do it. Its an artefact from earlier days - the CCTest app uses its own (standard wx) find dialog now. I'll commit the fix if I have time (and if its not already done...).
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