Author Topic: ConfigManager::GetSvnDate()?  (Read 4243 times)

pass86

  • Guest
ConfigManager::GetSvnDate()?
« 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.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: ConfigManager::GetSvnDate()?
« Reply #1 on: July 22, 2007, 04:23:29 pm »
More details, please.
Be a part of the solution, not a part of the problem.

pass86

  • Guest
Re: ConfigManager::GetSvnDate()?
« Reply #2 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:

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: ConfigManager::GetSvnDate()?
« Reply #3 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.
Be a part of the solution, not a part of the problem.

pass86

  • Guest
Re: ConfigManager::GetSvnDate()?
« Reply #4 on: July 24, 2007, 02:24:53 pm »
Where is the pch files?

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: ConfigManager::GetSvnDate()?
« Reply #5 on: July 24, 2007, 07:03:23 pm »
Remove all files, do a fresh checkout and try again.

pass86

  • Guest
Re: ConfigManager::GetSvnDate()?
« Reply #6 on: July 25, 2007, 05:25:47 am »
OK, I will do thar. :(

pass86

  • Guest
Re: ConfigManager::GetSvnDate()?
« Reply #7 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.