User forums > Help

CodeBlocks build faild (Windows, SVN)

<< < (3/3)

macylapka:
Hi,

Thx all for help ! :)

Regards
Adrian

P.S.
Why forums exist if is google ?

Jenna:

--- Quote from: macylapka on May 19, 2011, 11:21:02 pm ---P.S.
Why forums exist if is google ?

--- End quote ---

Because there are questions, that google can not answer.
In fact google (or other search engines) do not answer any questions, but they can find answers to similar questions on this and other forums.

By the way:
not searching the forum and/or a web searchengine violates our forum rules.

heromyth:

--- Quote from: macylapka on May 17, 2011, 03:35:30 pm ---Hi,

Sorry for my english. I try build Code blocks on Win XP SP3, with TDM-GCC v4.5.2 and i get this error :


--- Quote ---Compiling: sdk\cbauibook.cpp
D:\wxWidgets for CB\include/wx/event.h: In member function 'void cbAuiNotebook::MinimizeFreeSpace(wxAuiTabCtrl*)':
D:\wxWidgets for CB\include/wx/event.h:2997:18: error: 'virtual bool wxEvtHandler::ProcessEvent(wxEvent&)' is inaccessible
D:\CodeBlocks\src\sdk\cbauibook.cpp:549:36: error: within this context

--- End quote ---

If this error is on forum pls, excuse. If not please any suggestion.

Best regards.

--- End quote ---

Here has a solution. That's to say, replace
     tabCtrl->ProcessEvent(event);
with
     GetEventHandler()->ProcessEvent(event);

Navigation

[0] Message Index

[*] Previous page

Go to full version