News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

7569 missing debuggermanager.h?

Started by ouch, November 07, 2011, 06:43:35 PM

Previous topic - Next topic

ouch

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?

oBFusCATed

What are you building? Trunk of debugger's branch? The file is new in the branch.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

MortenMacFly

Quote from: ouch on November 07, 2011, 06:43:35 PM
I get a compile error saying it's missing this file.
This was a bug. Try again with SVN head.
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]

ouch

Yep all is well with the trunk, thanks!