Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
CodeSnippets Build Error
idblew:
When building the later SVNs, I'm getting the below errors on Windows.
--- Code: ---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'
--- End code ---
Any ideas?
This is using the CodeBlocks_wx30.workspace on Windows 7 (64-bit) with TDM GCC 4.8.1
oBFusCATed:
Are you able to build wx28 version? Probably the wx30 project files have not been updated.
idblew:
Confirmed working in wx28, so looks like a problem with the wx30 workspace.
stahta01:
--- Quote from: idblew on June 17, 2014, 12:02:36 pm ---Confirmed working in wx28, so looks like a problem with the wx30 workspace.
--- End quote ---
Slightly tested patch for Windows Build; if you wish to test it.
Edit: Deleted patch code.
oBFusCATed:
Is this patch made, just by looking at the changes made to the wx28 project files?
Navigation
[0] Message Index
[#] Next page
Go to full version