Re: [Scid-users] Build test

2014-03-24 Thread Marius Roets
Fulvio, can i ask you if can please open the "scid" file with a text editor and add > this line: > > package require img::png > > > at line 38 (after "package require Tk 8.5") > and see if ./scid works (without recompiling) > Yes, this solves the problem. Thanks Marius -

Re: [Scid-users] Build test

2014-03-24 Thread Fulvio
Marius Roets wrote: > Hi Fulvio, > > On Mon, Mar 24, 2014 at 11:12 AM, Fulvio > wrote: > > Hi Marius, > > thanks for testing the code. > Can you please try to install the extra package: > http://software.opensuse.org/package/tkimg > > and report if it sol

Re: [Scid-users] Build test

2014-03-24 Thread Marius Roets
Hi Fulvio, On Mon, Mar 24, 2014 at 11:12 AM, Fulvio wrote: > Hi Marius, > > thanks for testing the code. > Can you please try to install the extra package: > http://software.opensuse.org/package/tkimg > > and report if it solves the problem? > Thanks, > Fulvio > I already have tkimg installed. >

Re: [Scid-users] Build test

2014-03-24 Thread Fulvio
Marius Roets wrote: > > On Sun, Mar 23, 2014 at 3:53 PM, f...@libero.it > mailto:f...@libero.it>> wrote: > > I've pushed a big commit with a lot of changes. > > I've tested it on a windows and on a debian machine. > > I will appreciate if other distros and mac u

Re: [Scid-users] Build test

2014-03-24 Thread Marius Roets
On Sun, Mar 23, 2014 at 3:53 PM, f...@libero.it wrote: > I've pushed a big commit with a lot of changes. > > I've tested it on a windows and on a debian machine. > > I will appreciate if other distros and mac user can confirm that the > latest code: > > http://sourceforge.net/p/scid/code/ci/maste

Re: [Scid-users] Build test

2014-03-24 Thread Fulvio
Michael G Thomas wrote: > > On Sun, Mar 23, 2014 at 9:53 AM, f...@libero.it > mailto:f...@libero.it>> wrote: > > ./configure && make clean > > > Built, installed and tried to run: Got error message as follows: > > > couldn't read file "/usr/games/../tcl/language.tcl":

Re: [Scid-users] Build test

2014-03-24 Thread Fulvio
Israel Chauca wrote: > On 3/23/14, 9:53 AM, f...@libero.it wrote: > >> I've pushed a big commit with a lot of changes. >> >> I've tested it on a windows and on a debian machine. >> >> I will appreciate if other distros and mac user can confirm that the >> latest code: >> >> http://sourceforge.ne

Re: [Scid-users] Build test

2014-03-24 Thread Steve A
Fails on my linux box too. Some buttons are now png, and necessitate TkImg if using wish 8.5 package require Tcl 8.5 package require Tk 8.5 + package require img::png This catch is masking the issue. foreach {fname} [glob -directory $dname *.png] { set iname [strin

Re: [Scid-users] Build test

2014-03-23 Thread Israel Chauca
On 3/23/14, 9:53 AM, f...@libero.it wrote: > I've pushed a big commit with a lot of changes. > > I've tested it on a windows and on a debian machine. > > I will appreciate if other distros and mac user can confirm that the > latest code: > > http://sourceforge.net/p/scid/code/ci/master/tree/ > > >

[Scid-users] Build test

2014-03-23 Thread f...@libero.it
I've pushed a big commit with a lot of changes.I've tested it on a windows and on a debian machine.I will appreciate if other distros and mac user can confirm that the latest code:http://sourceforge.net/p/scid/code/ci/master/tree/ builds correctly ( ./configure && make clean && make )Thanks,Fulv