[COOT] Extensions Menu disappeared

2014-09-03 Thread Jianghai Zhu
Hi all,

I am using Coot 0.8-pre-revision-5201-1 under OS X 10.9.4.  I installed it 
using Bill’s fink binary. Now when I ran Coot, the Extensions Menu disappeared. 
I got the following error during the start of Coot.

load coot-gui.scm”
(Error in proc: unbound-variable args:  (#f Unbound variable: ~S 
(gtk-callback-trampoline) #f))

When I ran Coot from PHENIX package, the Extensions Menu also disappeared. 

Could anyone give me some suggestions on how to resolve this issue?  Thanks a 
lot.


— Jianghai



Re: [COOT] Extensions Menu disappeared

2014-09-03 Thread Dimitry Rodionov
Hi Jianghai,
Building Coot from source using fink solved this problem for me.
Regards,
Dmitry
On Sep 3, 2014 8:22 AM, Jianghai Zhu z...@crystal.harvard.edu wrote:

 Hi all,

 I am using Coot 0.8-pre-revision-5201-1 under OS X 10.9.4.  I installed it
 using Bill’s fink binary. Now when I ran Coot, the Extensions Menu
 disappeared. I got the following error during the start of Coot.

 load coot-gui.scm”
 (Error in proc: unbound-variable args:  (#f Unbound variable: ~S
 (gtk-callback-trampoline) #f))

 When I ran Coot from PHENIX package, the Extensions Menu also disappeared.

 Could anyone give me some suggestions on how to resolve this issue?
  Thanks a lot.


 — Jianghai




Re: [COOT] Extensions Menu disappeared

2014-09-03 Thread William G. Scott
Another option is to install this manually:


curl -O  
http://fennario.ucsc.edu/fink_intel_10.9_64bit_sw/10.9/local/main/binary-darwin-x86_64/guile18-gtk-shlibs_2.1-1_darwin-x86_64.deb”

curl -O  
“http://fennario.ucsc.edu/fink_intel_10.9_64bit_sw/10.9/local/main/binary-darwin-x86_64/guile18-gtk_2.1-1_darwin-x86_64.deb”

sudo dpkg -i *.deb

This is the same package with a later epoch label so fink updates won’t touch 
it.



On Sep 3, 2014, at 10:40 AM, William G. Scott wgsc...@ucsc.edu wrote:

 
 On Sep 3, 2014, at 5:33 AM, Dimitry Rodionov d.rodio...@gmail.com wrote:
 
 Hi Jianghai,
 Building Coot from source using fink solved this problem for me.
 Regards,
 Dmitry
 
 On Sep 3, 2014 8:22 AM, Jianghai Zhu z...@crystal.harvard.edu wrote:
 Hi all,
 
 I am using Coot 0.8-pre-revision-5201-1 under OS X 10.9.4.  I installed it 
 using Bill’s fink binary. Now when I ran Coot, the Extensions Menu 
 disappeared. I got the following error during the start of Coot.
 
 load coot-gui.scm”
 (Error in proc: unbound-variable args:  (#f Unbound variable: ~S 
 (gtk-callback-trampoline) #f))
 
 When I ran Coot from PHENIX package, the Extensions Menu also disappeared. 
 
 Could anyone give me some suggestions on how to resolve this issue?  Thanks 
 a lot.
 
 
 — Jianghai
 
 
 I ran into this kind of thing before, and it turned out to be bug in the 
 guile18-gtk-shlibs debian file that fink distributed (rather than mine).  It 
 can be a wee bit finicky.
 
 Try re-compiling guile18-gtk
 
 At some point we hope to remove this as a dependency.
 
 Sorry.
 
 Bill