Re: [Scid-users] build scid on Windows

2013-06-03 Thread Fulvio
Michael G Thomas wrote: > on ubuntu-12.04 "/usr/games/scid" crashes at launch: error message below. > > no files matched glob pattern "*" > while executing > "glob -directory $dname *" > (procedure "InitImg" line 7) > invoked from within > "InitImg" > (file "/usr/games/scid" line 17

Re: [Scid-users] build scid on Windows

2013-06-01 Thread Cristian Stoica
Hi Michael, Is your version installed from git source or does it come with Ubuntu? Cristian. On Sat, Jun 1, 2013 at 12:45 AM, Michael G Thomas wrote: > on ubuntu-12.04 "/usr/games/scid" crashes at launch: error message below. > > no files matched glob pattern "*" > while executing > "glob

Re: [Scid-users] build scid on Windows

2013-06-01 Thread Cristian Stoica
Hi Fulvio, Yes, it works now. Cristian On Fri, May 31, 2013 at 1:51 AM, f...@libero.it wrote: > > > Messaggio originale > Da: cristi...@gmail.com > Data: 30/05/2013 22.37 > A: "Mike Curtis", < > scid-users@lists.sourceforge.net> > Ogg: Re: [Sc

Re: [Scid-users] build scid on Windows

2013-05-31 Thread Michael G Thomas
s/scid" line 1742) On Thu, May 30, 2013 at 6:51 PM, f...@libero.it wrote: > > > Messaggio originale > Da: cristi...@gmail.com > Data: 30/05/2013 22.37 > A: "Mike Curtis", < > scid-users@lists.sourceforge.net> > Ogg: Re: [Scid-users] build

Re: [Scid-users] build scid on Windows

2013-05-30 Thread f...@libero.it
Messaggio originale Da: cristi...@gmail.com Data: 30/05/2013 22.37 A: "Mike Curtis", Ogg: Re: [Scid-users] build scid on Windows It's not that big of a problem as I thought. I just reproduced it on Linux too. It's enough to have spaces in path for sci

Re: [Scid-users] build scid on Windows

2013-05-30 Thread Cristian Stoica
For reference: scid.exe that was built in a path with spaces will work if spaces are removed from the path - but only started from cmd. Double clicking on scid.exe will still not work. Cristian -- Introducing AppDynamics L

Re: [Scid-users] build scid on Windows

2013-05-30 Thread Cristian Stoica
It's not that big of a problem as I thought. I just reproduced it on Linux too. It's enough to have spaces in path for scid to trigger the bug. I've identified the problem in InitImg procedure in this loop: foreach {piecetype} [split [glob -directory $dname *] " "] { puts "piecetype $

Re: [Scid-users] build scid on Windows

2013-05-30 Thread Cristian Stoica
Only the folders are created (config, log and data) but they are empty. I tried wit an options.dat from 4.4 but nothing changed. Cristian On Thu, May 30, 2013 at 2:23 PM, Mike Curtis wrote: > What happens if you rename options.dat to options.BAK and try again? > > On Thu, May 30, 2013 at 5:57 A

Re: [Scid-users] build scid on Windows

2013-05-30 Thread Cristian Stoica
I want to check why it wants a _25.gif file. This is just a suffix to some of the piece files that are one level deeper than /img/pieces. Something is not right. Anyway, config dir being present or not does not change the result and the img/pieces has the image dirs. Cristian On Thu, May 30,

Re: [Scid-users] build scid on Windows

2013-05-30 Thread Fulvio
Cristian Stoica wrote: > Hi Fulvio, > > I don't know what I did, but for a brief period of time I could run > the build without any problems. After reboot the problem came back. > Here is the trace. If I put a _25.gif file there, it complains about a > missing _30.gif. > Delete the Release/confi

Re: [Scid-users] build scid on Windows

2013-05-29 Thread Cristian Stoica
Hi Fulvio, I don't know what I did, but for a brief period of time I could run the build without any problems. After reboot the problem came back. Here is the trace. If I put a _25.gif file there, it complains about a missing _30.gif. Cristian couldn't open "C:/Documents and Settings/cristi/My

Re: [Scid-users] build scid on Windows

2013-05-29 Thread Fulvio
Cristian Stoica wrote: > Hi Fulvio, > > I've prepared a mingw build env on Windows as per wiki instructions. > The build succeeds but the binary file crashes at runtime after a few > seconds while splash window is showing up. > > Do you have any suggestions? I would prefer to make clean builds if

[Scid-users] build scid on Windows

2013-05-28 Thread Cristian Stoica
Hi Fulvio, I've prepared a mingw build env on Windows as per wiki instructions. The build succeeds but the binary file crashes at runtime after a few seconds while splash window is showing up. Do you have any suggestions? I would prefer to make clean builds if possible - instead of messing with 4