On 2/4/08 9:21 AM, "Massimiliano Maini" <[EMAIL PROTECTED]>
wrote:

> Additional infos. I've (locally) modified relational.c as follows:
> 
>         - add #include "util.h" in relational.c
>         - replace PKGDATADIR with BuildFilename(NULL) on line 83 ni relational
> .c 
> 
> Now it compiles but running says:
> 
> Python supported.
> External players supported.
> XML match equity files supported.
> External commands supported.
> Windows sound system supported.
> SSE supported and available.
> (No game) relational test
>   File "<string>", line 1
>     relational('D:\Documents\Max\gnubg 0.16 noglade\', 'C:\Documents and
> Setting 
> s\mmaini\.gnubg\')
>                                                       ^
> 
> 
> 
I¹m not a python guy but in Python I am pretty sure that \ is an escape
character like c/c++ . I am wondering if that is the reason for this error?

Out of curiousity under windows ­ What environment do you build with. Ming,
MSVC, cygwin? I did a MING build of the Win GUI last night and didn¹t see
this issue with test (Although I was using Python2.5). I did find one bug
relating to windows and the new sound option screen (Where you choose files
for each sound). Under windows the path separators are \ instead of unix
where they are /. If you go into the sound screen make a minor change and
then save settings you¹ll get a ³sound file not found² type error. This was
a minor fix in the sound code (Changing separator).

I too tried my first windows build in eons because of Hugh¹s inquiry ;-).

Michael
_______________________________________________
Bug-gnubg mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to