Re: [Gnoga-list] gnoga build fails on OSX 10.11.3

2016-04-11 Thread Roger Mc Murtrie
Thanks for the advice.
I have now installed GNAT 5.2.0 which has enabled successful building of Gnoga

> On 11 Apr 2016, at 10:05 PM, gnoga-list-requ...@lists.sourceforge.net wrote:
> 
> Message: 3
> Date: Mon, 11 Apr 2016 07:13:23 -0400
> From: Jeremiah Breeden <jeremiah.bree...@gmail.com>
> Subject: Re: [Gnoga-list] gnoga build fails on OSX 10.11.3
> To: Gnoga support list <gnoga-list@lists.sourceforge.net>
> Message-ID:
>   <CACb+HzVSKYEPph2Vbc8NsJdt1XFfKUW0=EORD2-FNbq7AUu=m...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> Are you using GNAT 5.2.0 or newer?  Previous MAC versions were not working
> correctly.


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] gnoga build fails on OSX 10.11.3

2016-04-11 Thread Rabbi David Botton
He mentioned GNAT GPL which is broken for Mac. Get the latest FSF GNAT.
http://getadanow.com
On Mon, Apr 11, 2016 at 7:13 AM Jeremiah Breeden 
wrote:

> Are you using GNAT 5.2.0 or newer?  Previous MAC versions were not working
> correctly.
>
> See:
> https://sourceforge.net/p/gnoga/mailman/message/34852977/
>
> On Mon, Apr 11, 2016 at 3:05 AM, Roger Mc Murtrie <
> roge...@grapevine.com.au> wrote:
>
>> gnat --version
>> GNAT GPL 2015 (20150428-49)
>>
>> gcc --version
>> Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr
>> --with-gxx-include-dir=/usr/include/c++/4.2.1
>> Apple LLVM version 7.3.0 (clang-703.0.29)
>> Target: x86_64-apple-darwin15.3.0
>> Thread model: posix
>> InstalledDir:
>> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
>>
>> I have been trying to build gnoga from git but make fails with:
>> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -gnatW8 -g -gnata -gnatq
>> -gnatQ -fno-common gnoga.adb
>> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -gnatW8 -g -gnata -gnatq
>> -gnatQ -fno-common gnoga-types.adb
>> /var/folders/x3/tdfj8cz114g5g00zqfh__n_hgn/T//cckdrBJM.s:64963:2:
>> error: ambiguous instructions require an explicit suffix (could be
>> 'fisttps', or 'fisttpl')
>> fisttp  -74(%rbp)
>> ^
>> /var/folders/x3/tdfj8cz114g5g00zqfh__n_hgn/T//cckdrBJM.s:64969:2:
>> error: ambiguous instructions require an explicit suffix (could be
>> 'fisttps', or 'fisttpl')
>> fisttp  -74(%rbp)
>> ^
>> /var/folders/x3/tdfj8cz114g5g00zqfh__n_hgn/T//cckdrBJM.s:65147:2:
>> error: ambiguous instructions require an explicit suffix (could be
>> 'fisttps', or 'fisttpl')
>> fisttp  -2(%rbp)
>> ^
>> /var/folders/x3/tdfj8cz114g5g00zqfh__n_hgn/T//cckdrBJM.s:65153:2:
>> error: ambiguous instructions require an explicit suffix (could be
>> 'fisttps', or 'fisttpl')
>> fisttp  -2(%rbp)
>> ^
>> gprbuild: *** compilation phase failed
>> make: *** [gnoga] Error 4
>>
>> I have tried both using the command line and using GPS.
>>
>> --
>> Find and fix application performance issues faster with Applications
>> Manager
>> Applications Manager provides deep performance insights into multiple
>> tiers of
>> your business applications. It resolves application problems quickly and
>> reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
>> gampad/clk?id=1444514301=/ca-pub-7940484522588532
>> 
>> ___
>> Gnoga-list mailing list
>> Gnoga-list@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>>
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
> gampad/clk?id=1444514301=/ca-pub-7940484522588532
> 
> ___
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
gampad/clk?id=1444514301=/ca-pub-7940484522588532___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] gnoga build fails on OSX 10.11.3

2016-04-11 Thread Jeremiah Breeden
Are you using GNAT 5.2.0 or newer?  Previous MAC versions were not working
correctly.

See:
https://sourceforge.net/p/gnoga/mailman/message/34852977/

On Mon, Apr 11, 2016 at 3:05 AM, Roger Mc Murtrie 
wrote:

> gnat --version
> GNAT GPL 2015 (20150428-49)
>
> gcc --version
> Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr
> --with-gxx-include-dir=/usr/include/c++/4.2.1
> Apple LLVM version 7.3.0 (clang-703.0.29)
> Target: x86_64-apple-darwin15.3.0
> Thread model: posix
> InstalledDir:
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
>
> I have been trying to build gnoga from git but make fails with:
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -gnatW8 -g -gnata -gnatq
> -gnatQ -fno-common gnoga.adb
> gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -gnatW8 -g -gnata -gnatq
> -gnatQ -fno-common gnoga-types.adb
> /var/folders/x3/tdfj8cz114g5g00zqfh__n_hgn/T//cckdrBJM.s:64963:2:
> error: ambiguous instructions require an explicit suffix (could be
> 'fisttps', or 'fisttpl')
> fisttp  -74(%rbp)
> ^
> /var/folders/x3/tdfj8cz114g5g00zqfh__n_hgn/T//cckdrBJM.s:64969:2:
> error: ambiguous instructions require an explicit suffix (could be
> 'fisttps', or 'fisttpl')
> fisttp  -74(%rbp)
> ^
> /var/folders/x3/tdfj8cz114g5g00zqfh__n_hgn/T//cckdrBJM.s:65147:2:
> error: ambiguous instructions require an explicit suffix (could be
> 'fisttps', or 'fisttpl')
> fisttp  -2(%rbp)
> ^
> /var/folders/x3/tdfj8cz114g5g00zqfh__n_hgn/T//cckdrBJM.s:65153:2:
> error: ambiguous instructions require an explicit suffix (could be
> 'fisttps', or 'fisttpl')
> fisttp  -2(%rbp)
> ^
> gprbuild: *** compilation phase failed
> make: *** [gnoga] Error 4
>
> I have tried both using the command line and using GPS.
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
> gampad/clk?id=1444514301=/ca-pub-7940484522588532
> ___
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
gampad/clk?id=1444514301=/ca-pub-7940484522588532___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list