Re: [Bug-gnubg] Building gnubg from source on a Open Suse 11.1 computer

2009-02-20 Thread Michael Petch

We all have to learn Linux somehow. We were all Linux dummies at one time :)


The last set of errors you sent is because of libxml missing:

You will need:

http://rpmfind.net//linux/RPM/opensuse/11.1/x86_64/libxml-1.8.17-480.51.x86_
64.html

Looking  at config.log you likely need:

http://rpmfind.net//linux/RPM/opensuse/11.1/x86_64/freetype2-2.3.7-23.15.x86
_64.html

http://rpmfind.net//linux/RPM/opensuse/updates/11.1/x86_64/libpng12-0-32bit-
1.2.31-4.35.1.x86_64.html

http://rpmfind.net//linux/RPM/opensuse/11.1/x86_64/cairo-1.8.0-5.1.x86_64.ht
ml

http://rpmfind.net//linux/RPM/opensuse/11.1/x86_64/pango-1.22.1-2.11.x86_64.
html

http://rpmfind.net//linux/RPM/opensuse/11.1/x86_64/sqlite3-3.6.4-1.13.x86_64
.html

http://rpmfind.net//linux/RPM/opensuse/updates/11.1/x86_64/gtk2-devel-2.14.4
-8.5.2.x86_64.html

http://rpmfind.net//linux/RPM/opensuse/11.1/x86_64/gtkglext-1.2.0-139.67.x86
_64.html

I couldn't find packages for gstreamer for suse. So this may be a problem
still. If you can find them great.

I  may have missed some, but this should help for the moment.

Michael




___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg


Re: [Bug-gnubg] Building gnubg from source on a Open Suse 11.1 computer

2009-02-20 Thread Michael Petch

I guess SUSE is still RPM based. After looking at rpmfind, if you are using
x86_64 (Your first email indicated it) you will want to install this:

http://rpmfind.net//linux/RPM/opensuse/updates/11.1/x86_64/python-devel-2.6.
0-2.22.1.x86_64.html

This should at least get you passed the first set of errors.

On 20/02/09 5:02 PM, "Michael Petch"  wrote:
 
> Unfortunately I'm not a SUSE person so I'm not sure where the repository for
> the development files (For things like python, cairo, etc reside).
> 
> Michael




___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg


Re: [Bug-gnubg] Building gnubg from source on a Open Suse 11.1 computer

2009-02-20 Thread Michael Petch



On 20/02/09 4:54 PM, "Hardy Hübener"  wrote:

> Hi Christian,
> 
> 
> disregard my last mail ... I was in the wrong folder.
> 

Running from wrong directory will do it ;-)

[snip]
   
> In file included from dbprovider.c:28:
> gnubgmodule.h:32:20: error: Python.h: No such file or directory
> dbprovider.c:43: error: expected Œ=¹, Œ,¹, Œ;¹, Œasm¹ or Œ__attribute__¹
> before Œ*¹ token 
> dbprovider.c:44: error: expected Œ)¹ before Œ*¹ token
> dbprovider.c: In function ŒGetDBProvider¹:
> 

[snip]

What this says is that your system is missing dependencies required to build
GnuBG. In this case python.h (Header file) is missing. This would imply you
either don't have python installed, or you don't have the python development
files installed.

What might help Christian and I more is if you can email us directly (Don't
use the mailing list since the attachments could be large) a copy of these 2
files:

config.h
config.log

These two files contain information about what the build process sees on
your system, and what other things may be missing.

Unfortunately I'm not a SUSE person so I'm not sure where the repository for
the development files (For things like python, cairo, etc reside).

Michael




___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg


Re: [Bug-gnubg] Building gnubg from source on a Open Suse 11.1 computer

2009-02-20 Thread Michael Petch

> 
> To add back the executable flag to autogen.sh one can issue a command like:
> 
> chmod 755 autogen.sh
> 

I just realized something. Usually if the executable flag is nlot set you
would get soemthing like:

-bash: ./autogen.sh: Permission denied

Rather than file not found.

When you issue:

./autogen.sh

You are adding the period at the front right? The PERIOD is important as
well as the / (Slash)  . If you leave off the period then you are trying to
run a program called autogen.sh in the root directory (Sort of like C:\ in
windows).




___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg


Re: [Bug-gnubg] Building gnubg from source on a Open Suse 11.1 computer

2009-02-20 Thread Hardy Hübener
Hi Christian,


disregard my last mail ... I was in the wrong folder.

./autogen.sh   and
./configure --enable-threads

worked. But with the command "make" I get the following report:

make  all-recursive   
make[1]: Entering directory `/root/gnubg-source/gnubg'
Making all in lib 
make[2]: Entering directory `/root/gnubg-source/gnubg/lib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/gnubg-source/gnubg/lib' 
Making all in doc 
make[2]: Entering directory `/root/gnubg-source/gnubg/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/gnubg-source/gnubg/doc' 
Making all in met 
make[2]: Entering directory `/root/gnubg-source/gnubg/met'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/gnubg-source/gnubg/met' 
Making all in po  
make[2]: Entering directory `/root/gnubg-source/gnubg/po' 
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/gnubg-source/gnubg/po'  
Making all in m4  
make[2]: Entering directory `/root/gnubg-source/gnubg/m4' 
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/gnubg-source/gnubg/m4'  
Making all in xpm 
make[2]: Entering directory `/root/gnubg-source/gnubg/xpm'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/gnubg-source/gnubg/xpm' 
Making all in sounds  
make[2]: Entering directory `/root/gnubg-source/gnubg/sounds'
make[2]: Nothing to be done for `all'.   
make[2]: Leaving directory `/root/gnubg-source/gnubg/sounds' 
Making all in board3d
make[2]: Entering directory `/root/gnubg-source/gnubg/board3d'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/gnubg-source/gnubg/board3d' 
Making all in textures
make[2]: Entering directory `/root/gnubg-source/gnubg/textures'
make[2]: Nothing to be done for `all'. 
make[2]: Leaving directory `/root/gnubg-source/gnubg/textures' 
Making all in scripts  
make[2]: Entering directory `/root/gnubg-source/gnubg/scripts' 
make[2]: Nothing to be done for `all'. 
make[2]: Leaving directory `/root/gnubg-source/gnubg/scripts'  
Making all in flags
make[2]: Entering directory `/root/gnubg-source/gnubg/flags'   
make[2]: Nothing to be done for `all'. 
make[2]: Leaving directory `/root/gnubg-source/gnubg/flags'
Making all in fonts
make[2]: Entering directory `/root/gnubg-source/gnubg/fonts'   
make[2]: Nothing to be done for `all'. 
make[2]: Leaving directory `/root/gnubg-source/gnubg/fonts'
Making all in non-src  
make[2]: Entering directory `/root/gnubg-source/gnubg/non-src' 
make[2]: Nothing to be done for `all'. 
make[2]: Leaving directory `/root/gnubg-source/gnubg/non-src'  
Making all in pixmaps  
make[2]: Entering directory `/root/gnubg-source/gnubg/pixmaps' 
make[2]: Nothing to be done for `all'. 
make[2]: Leaving directory `/root/gnubg-source/gnubg/pixmaps'  
Making all in .
make[2]: Entering directory `/root/gnubg-source/gnubg' 
gcc -DHAVE_CONFIG_H -I. -I./lib -I./board3d -
DLOCALEDIR=\"/usr/local/share/locale\"  -fPIC -I/usr/include/python2.6 -
I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -
DDOCDIR='"/usr/local/share/doc/gnubg"' -DDATADIR='"/usr/local/share"' -
DPKGDATADIR='"/usr/local/share/gnubg"'   -g -O2 -MT dbprovider.o -MD -MP -MF 
.deps/dbprovider.Tpo -c -o dbprovider.o dbprovider.c
 
In file included from dbprovider.c:28:  


gnubgmodule.h:32:20: error: Python.h: No such file or directory 


dbprovider.c:43: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
   
dbprovider.c:44: error: expected ‘)’ before ‘*’ token   
   

Re: [Bug-gnubg] Building gnubg from source on a Open Suse 11.1 computer

2009-02-20 Thread Michael Petch

On 20/02/09 4:34 PM, "Hardy Hübener"  wrote:
> 
> I fear this is a "I don't understand Linux problem" :-(
> 
> I have downloaded the current soure and unzipped it into the directory
> /root/gnubg-source/
> 
> Then I started a Terminal, changed into that directory and typed
> "./autogen.sh".
> 
> The directory does contain a file called autogen.sh. Nevertheless I get
> the error "No such file or directory". I am confused.
> 
> 
> Hardy :-?
> 

Hi Hardy,

Christian is asking all the same things I would. The big one is, what was
the name of the file you downloaded (and from where) that contained the
source? And how did you extract/unzip it?

If autogen.sh is in the directory but you can't run it, it means the flag
that says "This file is an executable" is no longer set for that file. The
question is, how did it get removed.

In the windows world a program is generally only executable if it was built
as an executable, and has .EXE on the end (This is a generality).

In the Linux world, text files can be executable as well as binary programs
made with a C compiler. A text file has to be structured a certain way (The
first line says what program should interpret the text - like perl, bash,
php etc). The caveat is that text files that are expected to be executed
must also be flagged in the file system appropriately. There are attributes
for each file (Including permissions, whether they are executable or not
etc).

To add back the executable flag to autogen.sh one can issue a command like:

chmod 755 autogen.sh

Its beyond the scope of this message, but for your purposes this will set
the "executable bit" on the file. More information about chmod can be found
with the manpages. To get the manpages for chmod issue:

man chmod

Once the executable bit is set you should be able to run it again with:

./autogen.sh

I should point out, that resolving why the exectuable flag on this file
should probably be investigated - since your source files seem to be in an
unusual state. If you can answer the 2 questions in my first paragraph, it
will likely help Christian and I.

Michael




___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg


Re: [Bug-gnubg] Building gnubg from source on a Open Suse 11.1 computer

2009-02-20 Thread Hardy Hübener

Hi Christian,


I fear this is a "I don't understand Linux problem" :-(

I have downloaded the current soure and unzipped it into the directory 
/root/gnubg-source/


Then I started a Terminal, changed into that directory and typed 
"./autogen.sh".


The directory does contain a file called autogen.sh. Nevertheless I get 
the error "No such file or directory". I am confused.



Hardy :-?


Christian Anthon schrieb:

On Fri, Feb 20, 2009 at 11:39 PM, Hardy Hübener
 wrote:

Thx Christian for your help!


When trying to install the required development libraries I can't find
cairo2 and gmp3.


I think that Cairo will be installed already because of gtk. gmp doesn't matter.


When typing "./autogen.sh" (being at the top level of the unzipped gnubg
install files) I get the error "No such file or directory".



That is a bit weird.
Is there a file named autogen.sh in the directory?
Where did you get the source.?
Does

bash autogen.sh

work?

Christian.



--
Hardy's Backgammon Pages --> www.hardys-backgammon-pages.com


___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg


Re: [Bug-gnubg] Building gnubg from source on a Open Suse 11.1 computer

2009-02-20 Thread Christian Anthon
On Fri, Feb 20, 2009 at 11:39 PM, Hardy Hübener
 wrote:
> Thx Christian for your help!
>
>
> When trying to install the required development libraries I can't find
> cairo2 and gmp3.

I think that Cairo will be installed already because of gtk. gmp doesn't matter.

>
> When typing "./autogen.sh" (being at the top level of the unzipped gnubg
> install files) I get the error "No such file or directory".
>

That is a bit weird.
Is there a file named autogen.sh in the directory?
Where did you get the source.?
Does

bash autogen.sh

work?

Christian.


___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg


[Bug-gnubg] Faulty build?

2009-02-20 Thread Erez
Hello all,

I understand one of the recent versions had an evaluation problem, does someone 
know if it was build 2009-01-29?

Thanks,
E___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg


Re: [Bug-gnubg] Building gnubg from source on a Open Suse 11.1 computer

2009-02-20 Thread Hardy Hübener

Thx Christian for your help!


When trying to install the required development libraries I can't find 
cairo2 and gmp3.


When typing "./autogen.sh" (being at the top level of the unzipped gnubg 
install files) I get the error "No such file or directory".



Hardy






Christian Anthon schrieb:

I'm not too familiar with suse, but it shouldn't be too difficult.

I assume that you have the source already. In the top level directory
is a file called INSTALL. Here the tools that you need are listed.
Install them using the normal yast installation tool. Then you need
the development libraries listed in the file. On suse I believe they
are called something like

gtk2-devel, glib2-devel, libpng-devel

Install all those as well.

Now the top level directory you type

./autogen.sh
./configure --enable-threads
make

and as root

make install

That should be it. Otherwise report back with more exact problems.

Christian.



--
Hardy's Backgammon Pages --> www.hardys-backgammon-pages.com


___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg


Re: [Bug-gnubg] Building gnubg from source on a Open Suse 11.1 computer

2009-02-20 Thread Christian Anthon
I'm not too familiar with suse, but it shouldn't be too difficult.

I assume that you have the source already. In the top level directory
is a file called INSTALL. Here the tools that you need are listed.
Install them using the normal yast installation tool. Then you need
the development libraries listed in the file. On suse I believe they
are called something like

gtk2-devel, glib2-devel, libpng-devel

Install all those as well.

Now the top level directory you type

./autogen.sh
./configure --enable-threads
make

and as root

make install

That should be it. Otherwise report back with more exact problems.

Christian.

On Fri, Feb 20, 2009 at 9:22 PM, Hardy Hübener
 wrote:
> Hi everyone,
>
>
> I know this is not a helpdesk for GNUBG or Linux, but perhaps someone can
> help me getting GNUBG run on my Open Suse 11.1 (x86_64) computer ("standard
> installation"). I am not that familiar with Linux, but wanna give it a try.
> But what's the use of having a computer if GNUBG is not running on it?!?!
>
> The steps for building GBUBG from source on UBUNTU don't work for Open Suse
> Linux. Can anyone please give me advice, which steps to take to convert the
> source into a runable GNUBG version on my computer?
>
>
> Many thanks in advance!
>
>
> Cheers,
>
> Hardy ;-)
>
> --
> Hardy's Backgammon Pages --> www.hardys-backgammon-pages.com
>
>
>
> ___
> Bug-gnubg mailing list
> Bug-gnubg@gnu.org
> http://lists.gnu.org/mailman/listinfo/bug-gnubg
>


___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg


[Bug-gnubg] Building gnubg from source on a Open Suse 11.1 computer

2009-02-20 Thread Hardy Hübener

Hi everyone,


I know this is not a helpdesk for GNUBG or Linux, but perhaps someone 
can help me getting GNUBG run on my Open Suse 11.1 (x86_64) computer 
("standard installation"). I am not that familiar with Linux, but wanna 
give it a try. But what's the use of having a computer if GNUBG is not 
running on it?!?!


The steps for building GBUBG from source on UBUNTU don't work for Open 
Suse Linux. Can anyone please give me advice, which steps to take to 
convert the source into a runable GNUBG version on my computer?



Many thanks in advance!


Cheers,

Hardy ;-)

--
Hardy's Backgammon Pages --> www.hardys-backgammon-pages.com



___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg


Re: [Bug-gnubg] Bug in makebearoff when building db w/o gammons

2009-02-20 Thread Øystein Johansen
Christian Anthon wrote:
> On Fri, Feb 20, 2009 at 2:09 PM, Øystein Johansen (OJOHANS)
>  wrote:
>>> ERROR:makebearoff.c:483:BearOff: assertion failed: (iGammonBest >= 0)
>> Hehe, browsing through the cvs, I see that this bug was introduced in rev 
>> 1.11 of makebearoff.c more than 6 years ago! :-)
>>
> 
> Perhaps we should have asserts like this one on all the rarely, if
> ever, used features

At first I tought your message was kind of a joke, however I guess there
are some features that could have such asserts(), for sure. I'll try to
think of some

Taking this this gammon/bearoff thing further:
If a (OS) bearoff database is "always" evaluated with fGammon, this
means that the code in eval.c (BearoffEvalOneSided) condition at line
440 " if ( pdb->fGammon ) { ... " is always true. The corresponding
'else' branch is the only caller of setGammonProb(), and this
else-branch can be removed. setGammonProb() can also be removed.

Then further: The function setGammonProb() which I hypotetically deleted
in my above paragraph is the only caller to getBearoffGammonProbs() in
bearoffgammon.c. I can therefore also get rid of
getBearoffGammonProbs(). This function alone is responsible for about
7200 lines of code/data in bearoffgammon.c  Those codelines are
never used* and it can probably be removed ...

-Øystein


* "never used" = these lines are never used in GNU Backgammon, however
they were used in Joseph's training code.



signature.asc
Description: OpenPGP digital signature
___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg


Re: [Bug-gnubg] Bug in makebearoff when building db w/o gammons

2009-02-20 Thread Christian Anthon
On Fri, Feb 20, 2009 at 2:09 PM, Øystein Johansen (OJOHANS)
 wrote:
>>ERROR:makebearoff.c:483:BearOff: assertion failed: (iGammonBest >= 0)
>
> Hehe, browsing through the cvs, I see that this bug was introduced in rev 
> 1.11 of makebearoff.c more than 6 years ago! :-)
>

Perhaps we should have asserts like this one on all the rarely, if
ever, used features

Christian.


___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg


RE: [Bug-gnubg] Bug in makebearoff when building db w/o gammons

2009-02-20 Thread OJOHANS
>ERROR:makebearoff.c:483:BearOff: assertion failed: (iGammonBest >= 0)

Hehe, browsing through the cvs, I see that this bug was introduced in rev 1.11 
of makebearoff.c more than 6 years ago! :-)

-Øystein


---
The information contained in this message may be CONFIDENTIAL and is
intended for the addressee only. Any unauthorised use, dissemination of the
information or copying of this message is prohibited. If you are not the
addressee, please notify the sender immediately by return e-mail and delete
this message.
Thank you.


___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg


[Bug-gnubg] Bug in makebearoff when building db w/o gammons

2009-02-20 Thread OJOHANS
Hi all!
 
There's a bug in makebearoff when building one sided databases without gammon 
distributions.
 
C:\Program Files\gnubg>makebearoff --one-sided=5 -g --outfile=myfile.bd
One-sided database
Number of points :5
Number of chequers   :   15
Number of positions  :15504
Approximate by normal distribution   :   no
Include gammon distributions :   no
Use compression scheme   :  yes
Write header :  yes
Size of cache:1
Reuse old bearoff database   :   no
Size of database (uncompressed)  : 992256 (0.9 MB)
Estimated size of compressed db  : 248064 (0.2 MB)
Xhash status:
Size:1562500 elements
Queries: 0 (hits: 0)
Entries: 0 (overwrites: 0)
**0/15504
ERROR:makebearoff.c:483:BearOff: assertion failed: (iGammonBest >= 0)
 
I think it's just a metter of removing the assert() or set iGammonBest when 
building w/o gammon distributions.
 
-Øystein
 


---
The information contained in this message may be CONFIDENTIAL and is
intended for the addressee only. Any unauthorised use, dissemination of the
information or copying of this message is prohibited. If you are not the
addressee, please notify the sender immediately by return e-mail and delete
this message.
Thank you.
___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg


[Bug-gnubg] Display options for pips/wastage/epc - bug ?

2009-02-20 Thread Massimiliano Maini
Hi all,

I think the dislpay options "show pips", "show wastage", "show epc" are 
not working as expected.

- pips ON, pips are shown, OK.
- pips, wastage and epc ON, everything is shown, OK.
- pips and wastage ON, only pips are shown ??
- pips and epc ON, only epc is shown ??
- pips OFF, noting is shown, whatever the state of wastage and epc ??

EPrsonally, I would even simplify removing the option to show wastage: if 
EPC is ON,
show it as PIPS+WASTAGE = EPC.

MaX.___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg


Re: [Bug-gnubg] Crash related to CMark feature

2009-02-20 Thread Massimiliano Maini
bug-gnubg-bounces+massimiliano.maini=amadeus@gnu.org wrote on 
19/02/2009 16:50:29:

> The following steps lead to a crash on my Mac. I built from the 
> latest snapshot this morning.
> 
> 1) Start gnubg and do File-->New and click on the $ icon.
> 
> 2) Play one turn.
> 
> 3) Choose Analyze-->CMark-->Cube-->Show
> 
> A Gnu Backgammon Error window pops up with the message "No 
> moverecord stored for this cube." After I click OK, there is a short
> delay and then gnubg crashes with a bus error.

Confirmed.

> The crash log is below. I should add that I discovered this while 
> trying to figure out how to use the new Cmark feature that others 
> have been praising. I feel rather dense, but I have no idea how to 
> mark anything for later reference. Will someone please post usage 
> instructions for dense folks like me.

Usage is fairly simple: play a match and at the end, navigate using the 
game
record panel. When on a move, in the analysis panel you will be able to 
select
one or more moves in the list and then you can press the cmark button to 
mark
them (you'll see a + beside the move number). Pressing cmark again will 
unmark
them (i.e. it works like a toggle). In a similar manner you can mark a 
cube
decision (with the difference you don't have to choose amongst multiple 
alternatives
like for a chequer play).
It is also possible to mark during the match: via the analysis panel (like 
above),
and via the hint window.

Once you have marked your moves/decisions you can:

- view which moves/decisions you have marked 
(Analyse/Cmark/[Cube/Move/Game/Match]/Show)
- rollout the marked ones with menu Analyse/Rollout, just below Cmark.
You have the choice to rollout only marked cubes, only marked moves,
only marked cubes and moves in (current?) game, or everything.

MaX.
___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg


Re: [Bug-gnubg] Marked moves feature

2009-02-20 Thread Misja Alma
I built the latest snapshot today and tried out the cmark features. I have a
few remarks/suggestions:

- I think it would be more clear if the marked moves in the game navigation
panel would be highlighted in some way
- I analyzed a match and marked one move; then I tried Analyse/Rollout/game
but nothing happened. Only when I chose Analyse/Rollout/Move my marked move
was rolled out. Did I understand something wrong?

Cheers,
Misja

On Thu, Feb 19, 2009 at 1:27 PM, Thomas Koch  wrote:

> This IS an awesome feature. One of the very few features I really missed
> until now. Thank you VERY MUCH!! That is going to save me a LOT of time! How
> about adding "mark whole match" or "mark all cube decisions" or "mark all
> bad moves" etc. to the menu?
>
> Thanks again, you really made my day!!
>
> Thomas Koch
>
>
> --
> German GNU Backgammon Tutorial:
> http://www.backgammon-poker.de/GnuBG_Tutorial/Gnubg_index.html
> Backgammon in Berlin: http://berlinbg.wordpress.com
> Der Backgammon Blog: http://graswurzelbackgammon.wordpress.com
>
> ___
> Bug-gnubg mailing list
> Bug-gnubg@gnu.org
> http://lists.gnu.org/mailman/listinfo/bug-gnubg
>
>
___
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg