News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

ConfigManager::GetSvnDate()?

Started by pass86, July 22, 2007, 10:21:57 AM

Previous topic - Next topic

pass86

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.

Biplab

Be a part of the solution, not a part of the problem.

pass86

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:

Biplab

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


raph

Remove all files, do a fresh checkout and try again.

pass86


pass86

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.