Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ouch on November 07, 2011, 06:43:35 pm

Title: 7569 missing debuggermanager.h?
Post by: ouch on November 07, 2011, 06:43:35 pm
I get a compile error saying it's missing this file.

win 7 64bit tdm mingw 4.5.2

codeblocks\src\plugins\compilergcc\compileroptionsdlg.cpp:43:29: fatal error: debuggermanager.h: No such file or directory

Is there a new dependency lib I don't know about?
Title: Re: 7569 missing debuggermanager.h?
Post by: oBFusCATed on November 07, 2011, 08:53:25 pm
What are you building? Trunk of debugger's branch? The file is new in the branch.
Title: Re: 7569 missing debuggermanager.h?
Post by: MortenMacFly on November 07, 2011, 09:10:27 pm
I get a compile error saying it's missing this file.
This was a bug. Try again with SVN head.
Title: Re: 7569 missing debuggermanager.h?
Post by: ouch on November 07, 2011, 10:16:11 pm
Yep all is well with the trunk, thanks!