When building the later SVNs, I'm getting the below errors on Windows.
CodeBlocks\src\plugins\contrib\codesnippets\codesnippetsevent.cpp||In member function 'bool CodeSnippetsEvent::PostCodeSnippetsEvent(const CodeSnippetsEvent&)':
CodeBlocks\src\plugins\contrib\codesnippets\codesnippetsevent.cpp|87|error: 'class CodeSnippetsConfig' has no member named 'GetThreadSearchFrame'
CodeBlocks\src\plugins\contrib\codesnippets\codesnippetsevent.cpp||In member function 'bool CodeSnippetsEvent::ProcessCodeSnippetsEvent(const CodeSnippetsEvent&)':
CodeBlocks\src\plugins\contrib\codesnippets\codesnippetsevent.cpp|141|error: 'class CodeSnippetsConfig' has no member named 'GetThreadSearchFrame'
Any ideas?
This is using the CodeBlocks_wx30.workspace on Windows 7 (64-bit) with TDM GCC 4.8.1
Are you able to build wx28 version? Probably the wx30 project files have not been updated.
Confirmed working in wx28, so looks like a problem with the wx30 workspace.
Quote from: idblew on June 17, 2014, 12:02:36 PM
Confirmed working in wx28, so looks like a problem with the wx30 workspace.
Slightly tested patch for Windows Build; if you wish to test it.
Edit: Deleted patch code.
Is this patch made, just by looking at the changes made to the wx28 project files?
Quote from: oBFusCATed on June 17, 2014, 08:49:18 PM
Is this patch made, just by looking at the changes made to the wx28 project files?
Yes, that is the way I made it; but, I might of missed some changes.
Tim S.
idblew: Please test and report if it fixes it for you, too, then I'll push it.
It looks like Morten has fixed this issue in trunk, rev 9808.
Quote from: ollydbg on June 18, 2014, 02:49:16 AM
It looks like Morten has fixed this issue in trunk, rev 9808.
Ooops - I haven't seen this one. The issue popped out of my private builds. Sorry for intercepting... ::)
:)
Confirmed working again!
Thanks.