On Apr 13, 2013, at 3:23 AM, "f...@libero.it" <f...@libero.it> wrote:

>> ----Messaggio originale----
>> Da: israelvar...@fastmail.fm
>> Data: 13/04/2013 5.10
>> A: "Scid List"<Scid-users@lists.sourceforge.net>
>> Ogg: Re: [Scid-users] compiling 4.4 on Mac
>> 
>> I just updated the dmg file. I tested it under 10.8 and in a virtual machine 
> with 10.7.5. Let me know how it works for you.
>> 
>> http://cachivaches.chauca.net/scid/files/Scid-4.4.dmg
>> 
>> I found two issues with window zooming. The first one is that Mac OS X is 
> recognized as unix (in $::tcl_platform(platform) ) but the -zoomed argument 
> is 
> not supported in 'wm attributes . -zoomed' and 'wm state . zoomed' should be 
> used. The following patch fixes that. I'd push it to SF but I'm not sure if I 
> can/should :)
> 
> My bad.
> If it works i will prefer to invert the if:
> if { $::windowsOS || $::macOS } {
>  wm attributes . zoomed
> } else {
>  wm state . -zoomed
> }

Noted.

> You should have access to both the git repository and the Files upload: give 
> it a try :)

Done. I pushed the commit and uploaded the Scid-4.4.dmg file and later renamed 
it to Scid-4.4_OS_X_10.7-10.8.dmg since it only works on those versions of Mac 
OS X. 

Cheers!
Israel
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to