In file tcl/bitmaps.tcl I have found a piece of code which presumably
use tkimg package (I am not a programmer)

if { [catch { package require img::png } ] } {
  set png_image_support 0
  ::splash::add "Img package not found (tkimg). Some piece sets are disabled."
}

If I comment all above lines of code then scid works even in the
presence of the tkimg package. As far as I understand presence of the
img::png package should be checked only if tcl version less then 8.6.
I propose to write more sophisticated check for png support which also
check the version of the tcl interpreter.

Best regards,
Mikhail Kalenkov.



2014-12-24 12:57 GMT+03:00 Fulvio <f...@libero.it>:
> Mikhail Kalenkov wrote:
>>
>> I have installed tcl-8.6 and tkimg-1.4. I can reproduce the problem
>> with PGN file on the fresh Fedora 21 installation in the virtual
>> machine.
>>
>> What is the problem with tkimg package? Is it incompatible with scid?
>>
>
>
> Of course not.
> Tkimg is a library for tk8.5 only, the package manager should warn you when
> you try to install it without tk8.5
> However Fedora is a bleeding edge distribution, it is normal that may have
> some inconvenience.
> Bye,
> Fulvio

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to