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 [string range [file tail $fname] 0 end-4]
                catch { image create photo $iname -file $fname }
        }

S.A.

On Mon, Mar 24, 2014 at 12:14 PM, Israel Chauca
<israelvar...@fastmail.fm> 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.net/p/scid/code/ci/master/tree/
>>
>>
>> builds correctly ( ./configure && make clean && make )
>
> It builds correctly in OSX, but I get this message when I run scid:
>
>
> image "tb_BD_SaveAs" doesn't exist
>      while executing
> "$m add command -label "  [tr GameAdd]" -image tb_BD_SaveAs -compound left"
>      (procedure "::board::newToolBar_" line 15)
>      invoked from within
> "::board::newToolBar_ $w $varname"
>      (procedure "::board::addInfoBar" line 10)
>      invoked from within
> "::board::addInfoBar $w.board gameInfoBar"
>      (procedure "CreateMainWin" line 10)
>      invoked from within
> "CreateMainWin .main"
>      (file
> "/Users/israel/Documents/Source/scid/repo/dist/Scid.app/Contents/Resources/share/scid/tcl/end.tcl"
> line 1442)
>      invoked from within
> "source [file nativename [file join $::scidTclDir "$f"]]"
>      ("foreach" body line 2)
>      invoked from within
> "foreach f $tcl_files {
>    source [file nativename [file join $::scidTclDir "$f"]]
> }"
>      (file "dist/Scid.app/Contents/MacOS/scid" line 1211)
>
>
> After a quick look I'm not sure how the path to the images is determined
> and I wanted to know if someone can shed some light on that before going
> on a deeper quest.
>
> Israel
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/13534_NeoTech
> _______________________________________________
> Scid-users mailing list
> Scid-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scid-users

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to