Author Topic: autorevision error in svn  (Read 3844 times)

Offline jarro_2783

  • Multiple posting newcomer
  • *
  • Posts: 99
    • Project Freedom
autorevision error in svn
« 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.

Code
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.

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: autorevision error in svn
« Reply #1 on: August 15, 2007, 05:17:53 am »
Remove src/include/autorevision.h and try again.

Offline jarro_2783

  • Multiple posting newcomer
  • *
  • Posts: 99
    • Project Freedom
Re: autorevision error in svn
« Reply #2 on: August 15, 2007, 08:57:47 am »
Didn't work.

edit: I did a clean checkout, it works now.
« Last Edit: August 15, 2007, 10:31:30 am by jarro_2783 »