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