Thank you for taking a look at that!  I know I can get annoying with all
these Windows issues, but I really do want to see more Windows developers
take a better look at Ada.


On Thu, Apr 14, 2016 at 2:41 PM, Pascal <blady-...@users.sourceforge.net>
wrote:

> Hello Jeremiah,
>
> Well the underlying issue for both cases is that some source files are
> generate with Windows processes and then with CR LF terminators that are
> don't wanted by Gnoga style option -gnatyd.
> "Check no DOS line terminators present.
> All lines must be terminated by a single ASCII.LF character (in particular
> the DOS line terminator sequence CR/LF is not allowed)."
> With gnatprep for zanyblue.adb and with zbmcompile for connectfour files.
> gnatprep has -T option that is "Use LF as line terminators when writing
> files. By default the line terminator of the host (LF under unix, CR/LF
> under Windows) is used."-> good point.
> Concerning zbmcompile, I will send the issue to its author.
>
> In the meanwhile, you can safely remove this compilation flag:
> settings.gpr patch:
> -   Common_Options := ("-gnaty3abcdefhiklmnOprsStu","-gnat2012",
> "-gnatW8");
> +   Common_Options := ("-gnaty3abcefhiklmnOprsStu","-gnat2012", "-gnatW8");
> and as you did :
> deps/zanyblue/src/zbcom.gpr patch:
> -                                                           "-gnatygO",
> +                                                           "-gnatyO",
>
> HTH, Pascal.
>
------------------------------------------------------------------------------
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

Reply via email to