Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: jarro_2783 on August 15, 2007, 12:38:44 AM

Title: autorevision error in svn
Post by: jarro_2783 on August 15, 2007, 12:38:44 AM
The code from the svn repo hasn't built for me for about a week. I keep getting the following error.


configmanager-revision.cpp: In static member function 'static wxString ConfigManager::GetSvnDate()':
configmanager-revision.cpp:27: error: 'svnDate' is not a member of 'autorevision'


I've tried make clean and ./bootstrap and ./configure from scratch but it still doesn't work.
Title: Re: autorevision error in svn
Post by: Ceniza on August 15, 2007, 05:17:53 AM
Remove src/include/autorevision.h and try again.
Title: Re: autorevision error in svn
Post by: jarro_2783 on August 15, 2007, 08:57:47 AM
Didn't work.

edit: I did a clean checkout, it works now.