Re: gtkada install

2011-01-25 Thread M
Thanks Björn! The non-macports method described at the URL you posted worked well. On Jan 23, 2011, at 1:38 PM, Björn Lundin wrote: There is also a mail list dealing wih ada on macosx gnat-...@hermes.gwu.edu But a quck search did not provide any help... Someone who succeded wrote it down

gtkada install

2011-01-23 Thread M
He's got the right compiler (adacore), it just didn't install in the place the port expects it to be. I haven't tried it so don't know if this was because he overrode the install location or because the adacore package now installs in a different place. - -- brandon s. allbery

Re: gtkada install

2011-01-23 Thread Brandon S Allbery KF8NH
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/23/11 11:04 , M wrote: The doinstall script will install GNAT under /usr/local/gnat by default. Try running this in a terminal window: sudo ln -s /usr/local/gnat /opt/gnat-2009-x86_64-apple-darwin9.6.0-bin - -- brandon s. allbery

Re: gtkada install

2011-01-23 Thread M
Adding the symlink still produced errors: % sudo port -v install gnat-gcc gnatgpl --- Computing dependencies for gnat-gcc. --- Configuring gnat-gcc # Ada is self hosted (http://en.wikipedia.org/wiki/Self-hosting) # #

Re: gtkada install

2011-01-23 Thread Brandon S Allbery KF8NH
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/23/11 13:16 , M wrote: Adding the symlink still produced errors: Ok, so something is still missing or incompatible; since the adacore version is newer than the one the port knows about, it might not be possible to use it any more. Maybe you

Re: gtkada install

2011-01-23 Thread Björn Lundin
There is also a mail list dealing wih ada on macosx gnat-...@hermes.gwu.edu But a quck search did not provide any help... Someone who succeded wrote it down at http://www.andreagiavatto.com/wordpress/how-to-install-gtk2-on-mac-os-x-with-gtkada.html But it does not involve macports though /Björn

gtkada install

2011-01-22 Thread M
Hi, First time MacPorts user. I installed MacPorts 1.9.2 on Mac OS 10.6.5 (Xcode 3.2.5). First port I wanted to install was gnat-gtkada. I ran: sudo port install gnat-gtkada. Everything went fine until I got this message: # Ada is self hosted (http://en.wikipedia.org/wiki/Self-hosting) #

Re: gtkada install

2011-01-22 Thread Jason Swails
Hello, I'm guessing that the root user doesn't have /usr/local/gnat/bin in the PATH. Try the following sudo -s echo $PATH | grep /usr/local/gnat/bin || export PATH=$PATH\:/usr/local/gnat/bin port -v install gnat-gcc +gnatgpl exit You can also try sudo -E port install gnat-gcc +gnatgpl as -E

Re: gtkada install

2011-01-22 Thread Brandon S Allbery KF8NH
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/22/11 17:34 , M wrote: How do I tell MacPorts that I have GNAT installed (and is already in my command path at /usr/local/gnat/bin), so that I can get gtkada installed. You don't. Per the Portfile (port cat gnat-gcc), it will use MacAda in

Re: gtkada install

2011-01-22 Thread M
Hi, Thanks for the quick reply. I tried: sudo -E port install gnat-gcc +gnatgpl ### # Ada is self hosted (http://en.wikipedia.org/wiki/Self-hosting) # # Bootstrap compiler not found. Please download and install from # http://libre.adacore.com

Re: gtkada install

2011-01-22 Thread Jason Swails
Here is the relevant error message: :info:configure checking for gcc... /opt/gnat-2009-x86_64-apple-darwin9.6.0-bin/bin/gcc :info:configure checking for C compiler default output file name... configure: error: in

Re: gtkada install

2011-01-22 Thread M
Hi, Thanks for helping me out. /opt/gnat-2009-x86_64-apple-darwin9.6.0-bin/bin/gcc does not exist. The only dir under /opt on my machine is local. I thought the point of MacPorts was to handle installing all needed dependencies. If it needs this, why wouldn't it install it. If it needs an

Re: gtkada install

2011-01-22 Thread Ryan Schmidt
On Jan 22, 2011, at 17:39, M wrote: /opt/gnat-2009-x86_64-apple-darwin9.6.0-bin/bin/gcc does not exist. The only dir under /opt on my machine is local. I thought the point of MacPorts was to handle installing all needed dependencies. That is the point of MacPorts. The gnat-gcc port is a

Re: gtkada install

2011-01-22 Thread M
Thanks for the info Ryan. Does this mean give up on MacPorts for gtkada and try building it myself from source? I have tried this before, unsuccessfully, but not in many months. On Jan 22, 2011, at 6:59 PM, Ryan Schmidt wrote: On Jan 22, 2011, at 17:39, M wrote:

Re: gtkada install

2011-01-22 Thread Ryan Schmidt
I don't know anything about gtkada or gnat-gcc, but I would say you could either follow the instructions the gnat-gcc port prints (i.e. install the bootstrap compiler it wants), and file a bug in the issue tracker if it doesn't work, or install manually in some other prefix (other than

Re: gtkada install

2011-01-22 Thread Brandon S Allbery KF8NH
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/22/11 19:11 , Ryan Schmidt wrote: I don't know anything about gtkada or gnat-gcc, but I would say you could either follow the instructions the gnat-gcc port prints (i.e. install the bootstrap compiler it wants), and file a bug in the issue

Re: gtkada install

2011-01-22 Thread Ryan Schmidt
On Jan 22, 2011, at 18:21, Brandon S Allbery KF8NH wrote: On 1/22/11 19:11 , Ryan Schmidt wrote: I don't know anything about gtkada or gnat-gcc, but I would say you could either follow the instructions the gnat-gcc port prints (i.e. install the bootstrap compiler it wants), and file a bug

Re: gtkada install

2011-01-22 Thread Brandon S Allbery KF8NH
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/22/11 19:24 , Ryan Schmidt wrote: On Jan 22, 2011, at 18:21, Brandon S Allbery KF8NH wrote: On 1/22/11 19:11 , Ryan Schmidt wrote: I don't know anything about gtkada or gnat-gcc, but I would say you could either follow the instructions the