News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Build issue after updating to r.8330

Started by ironhead, September 03, 2012, 04:40:27 AM

Previous topic - Next topic

ironhead

I've just updated to r.8330 and I received this error:

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_

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? :)

MortenMacFly

Quote from: ironhead on September 03, 2012, 04:40:27 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: [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]