Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ironhead on September 03, 2012, 04:40:27 am

Title: Build issue after updating to r.8330
Post by: ironhead 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.
Title: Re: Build issue after updating to r.8330
Post by: stefanos_ 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? :)
Title: Re: Build issue after updating to r.8330
Post by: MortenMacFly 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...).