On Tue, 11 Oct 2011, pacotomi wrote:
I have tested and it runs OK.... but
There is some problems with GTK+.framework on Mac OSX. We need it for Gretl and R
R suggests to use the following build at
http://R.research.att.com/
**************************
GTK+ 2.18.5 framework - universal build of GTK+ 2.18.5, necessary for binary R packages
that use GTK+ version 2 (such as RGtk2+). R 2.10.0 and higher, Leopard build
Download: GTK_2.18.5-X11.pkg (ca. 58MB)
*************************
But with this build, Gretl doesn't start :-(
OK, this GTK variant (2.18.5) should work with gretl , but
requires a small hack, namely the addition of a symbolic link:
cd /Library/Frameworks/GTK+.framework/Versions
sudo ln -s 2.18.X11 2.14.X11
If I use previous version of GTK+ or the new one build for
Gretl, Gretl is OK but R cries (for example rattle() on R).
Thanks for the report. It seems that if I pursue the option of
building GTK for OS X myself, I should arrange things such
that it doesn't collide with an R installation. For example,
I could call mine gretl-GTK.framework so it could be installed
in parallel with GTK for R.
Another strange and recent problem with Gretl.
I have tried to call Tramo within Gretl and I get an error on powerPC applications. With
terminal.app :
**********************
Launch of "tramo" failed: the PowerPC architecture is no longer supported.
**********************
That's Lion: rosetta is gone and only intel binaries will run.
I should probably clarify the OS X downloads page; previously,
with rosetta, it didn't matter if you installed the PPC
version of Tramo on an intel Mac.
Allin Cottrell