bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Last changes


From: Michael Petch
Subject: Re: [Bug-gnubg] Last changes
Date: Mon, 04 Feb 2008 09:39:58 -0700
User-agent: Microsoft-Entourage/11.3.6.070618



On 2/4/08 9:21 AM, "Massimiliano Maini" <address@hidden> 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

reply via email to

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