Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: pass86 on July 22, 2007, 10:21:57 am

Title: ConfigManager::GetSvnDate()?
Post 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.
Title: Re: ConfigManager::GetSvnDate()?
Post by: Biplab on July 22, 2007, 04:23:29 pm
More details, please.
Title: Re: ConfigManager::GetSvnDate()?
Post by: pass86 on July 22, 2007, 04:44:12 pm
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:
Title: Re: ConfigManager::GetSvnDate()?
Post by: Biplab on July 22, 2007, 04:58:56 pm
Always post Revision no, gcc version and other details while posting such request.

Clean pch files and re-try.
Title: Re: ConfigManager::GetSvnDate()?
Post by: pass86 on July 24, 2007, 02:24:53 pm
Where is the pch files?
Title: Re: ConfigManager::GetSvnDate()?
Post by: raph on July 24, 2007, 07:03:23 pm
Remove all files, do a fresh checkout and try again.
Title: Re: ConfigManager::GetSvnDate()?
Post by: pass86 on July 25, 2007, 05:25:47 am
OK, I will do thar. :(
Title: Re: ConfigManager::GetSvnDate()?
Post by: pass86 on July 25, 2007, 07:19:42 am
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.