Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

FreeBSD build

<< < (2/5) > >>

Russell:

--- Code: ---/*encoding="utf-8"?>*/
#ifndef AUTOREVISION_H
#define AUTOREVISION_H


#include <wx/string.h>

#define SVN_REVISION "encoding="utf-8"?>"

#define SVN_DATE     "<entry"

namespace autorevision
{
const unsigned int svn_revision = encoding="utf-8"?>;
const wxString svnRevision(_T("encoding="utf-8"?>"));
}



#endif

--- End code ---

I did notice that at the start of the build, it mentioned something about a locale, not entirely sure if thats what it would be.
I'm building a unicode version by the way

afb:
In case you wondered, that looks... wrong.  :-P

SVN_REVISION is supposed to be the revision number (like "3209")
and SVN_DATE a date... (like "2006-11-13 14:10:27", for instance)

MortenMacFly:

--- Quote from: afb on November 13, 2006, 10:16:21 pm ---In case you wondered, that looks... wrong.  :-P

--- End quote ---
That's right - it's wrong. The reason is that he isn't using a recent svn (>version 1.2). This is no longer supported. I suggest you (Russell) upgrade your svn before continuing...
If that is not an option to you you could also try to downgrade the sources of autorevision (only this) to at least revision 2831.
With regards, Morten.

afb:
We so need to overhaul these revision scripts, they're getting long in the tooth...
Requiring a certain version or locale of Subversion without telling is not very nice.

At least they should be able to politely tell you when things are going totally wrong ?

--- Code: ---svn --version --quiet
--- End code ---

afb:

--- Quote from: Russell on November 13, 2006, 09:42:56 pm ---I did notice that at the start of the build, it mentioned something about a locale, not entirely sure if thats what it would be.

--- End quote ---

BTW; Where does "svn" live on FreeBSD ?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version