Author Topic: 7569 missing debuggermanager.h?  (Read 4119 times)

Offline ouch

  • Almost regular
  • **
  • Posts: 223
7569 missing debuggermanager.h?
« 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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: 7569 missing debuggermanager.h?
« Reply #1 on: November 07, 2011, 08:53:25 pm »
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!]

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: 7569 missing debuggermanager.h?
« Reply #2 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline ouch

  • Almost regular
  • **
  • Posts: 223
Re: 7569 missing debuggermanager.h?
« Reply #3 on: November 07, 2011, 10:16:11 pm »
Yep all is well with the trunk, thanks!