bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] CLI issue in latest code + CLI show version


From: Christian Anthon
Subject: Re: [Bug-gnubg] CLI issue in latest code + CLI show version
Date: Tue, 3 Feb 2009 21:28:23 +0100

On Tue, Feb 3, 2009 at 3:40 PM, Massimiliano Maini
<address@hidden> wrote:
>
> Hi Christian,
>
> I guess the function quick_roll() must be ifdeffed on USE_GTK in order for
> command line to compile.
>

Ahh yes.

> Also, in CLI , "show version" doesn't show as much info as the GTK
> equivalent (Help/About/Build info).
> In particular, the code/build timestamp is missing. Any way to have it
> displayed ?
>

Sure

> Side question: is the build timestamp simply today's date (__DATE__)?
> So if I build today with a code snapshot of last week, it will display
> "wrong" information ?

Yes, but normally it is not too important. Knowing the approximate
date will help us track down changes. One suggestion is that you put
something like

#define SNAPSHOT "03 Feb 2009"

in your config.h and that we change the code to look for it. You would
have to change it manually then.

Another possible solution is to use the version number of the
ChangeLog, but since you are using snapshots you would have to get it
from savannah and then check that your version matches.

Christian.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]