On Thu, 27 Dec 2012, Andreas Noack Jensen wrote:
> OK, just in time for Christmas, Santa has brought 64-bit gretl
> on OS X. See
>
>
http://sourceforge.net/projects/gretl/files/osx-testing/
>
> Great. Thank you Santa. I have spend this morning playing with it and your
build works on my machine. I am also able to build gretl except that it
seems to have references to /Applications/Gretl.app/Contents etc... even
though I install it in /opt/local. Is this intended? I thought a homemade
build would reside completely inside /opt/local if I did
--prefix=/opt/local.
Thanks for testing!
Your expectation agrees with mine: if you build and install
gretl with --prefix=/opt/local it shouldn't be looking for
anything under /Applications/Gretl.app.
When I run /opt/local/bin/gretl when the Gretl.app is
not present I get
"...
/Applications/Gretl.app/Contents/Resources/share/gretl/ui/gretlmain.xml":
No such file or directory"
One possible reason for that is the presence of an old version
of ~/.gretl2rc. Try deleting that if you haven't already.
Allin Cottrell