Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: pass86 on July 22, 2007, 10:21:57 am
-
I want to build CB from source, but I am failed.
D:\CodeBlocks\src\sdk\configmanager-revision.cpp:26: error: no `wxString ConfigManager::GetSvnDate()' member function declared in class `ConfigManager'
Help me, please.
-
More details, please.
-
No more information.So I can‘t believe that too.
wxString GetSvnDate() is a static member function of ConfigManager.
I see the source in the configmanager-revision.cpp.
But the compiler tells me:
D:\CodeBlocks\src\sdk\configmanager-revision.cpp:26: error: no `wxString ConfigManager::GetSvnDate()' member function declared in class `ConfigManager'
Process terminated with status 1
Why? :shock:
-
Always post Revision no, gcc version and other details while posting such request.
Clean pch files and re-try.
-
Where is the pch files?
-
Remove all files, do a fresh checkout and try again.
-
OK, I will do thar. :(
-
Oh, yes!Thank you, raph.
I remove all files, do a fresh checkout and try again.
0 errors, 0 warnings
Oh, it is my lucky day, thank you.