User forums > Help

Error when compiling Codeblocks under Slackware 10.2

<< < (2/3) > >>

kelo81:
OK Thanks, it is solved.... but now I'm getting this new one:

classbrowserbuilderthread.cpp: In member function `void
   ClassBrowserBuilderThread::AddChildrenOf(wxTreeCtrl*, wxTreeItemId, int,
   int)':
classbrowserbuilderthread.cpp:177: error: `DBGLOG' undeclared (first use this
   function)
classbrowserbuilderthread.cpp:177: error: (Each undeclared identifier is
   reported only once for each function it appears in.)
make[4]: *** [classbrowserbuilderthread.lo] Error 1
make[4]: Leaving directory `/root/Codeblocks/src/plugins/codecompletion'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/Codeblocks/src/plugins/codecompletion'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Codeblocks/src/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Codeblocks/src'
make: *** [all-recursive] Error 1

 :(

killerbot:
add
#include "messagemanager.h"

mandrav:
Actually, comment it out. It shouldn't be there.

kelo81:
I just added #include "messagemanager.h" and then it worked fine!!  :D
But.. why do you said that I have to comment it out?, I mean, just after including that header I was able to continue compiling... :shock:

I'm now trying the Linux distro under my Slackware 10.2 . Thank you very very much guys!!!!!!!!

 :D

Game_Ender:
Just a security note, you should probably do as little as root as possible.  The only step of the Code::Blocks install that sould require system wide persmissions is "make install".

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version