comp.lang.ada
 help / color / mirror / Atom feed
* [Ann] GnatStudio Cookbook
@ 2023-06-27 20:53 Rod Kay
  2023-07-01  7:36 ` Blady
  0 siblings, 1 reply; 5+ messages in thread
From: Rod Kay @ 2023-06-27 20:53 UTC (permalink / raw)


Hello again all,

    In the hope it might help other people building or OS packaging 
GnatStudio, I've prepared a 'cookbook' of sorts.

    It provides build instructions for the entire GnatStudio project 
stack, beginning with gprbuild-bootstrap and culminating in the build of 
gnatstudio. The individual 'recipes' take the form of pacman PKGBUILDs 
with tarballs and patches.

    Here is the link ...

https://github.com/charlie5/archlinux-gnatstudio-support/tree/main/gnatstudio-cookbook


Regards.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Ann] GnatStudio Cookbook
  2023-06-27 20:53 [Ann] GnatStudio Cookbook Rod Kay
@ 2023-07-01  7:36 ` Blady
  2023-07-04  8:03   ` Rod Kay
  0 siblings, 1 reply; 5+ messages in thread
From: Blady @ 2023-07-01  7:36 UTC (permalink / raw)


Le 27/06/2023 à 22:53, Rod Kay a écrit :
> Hello again all,
> 
>     In the hope it might help other people building or OS packaging 
> GnatStudio, I've prepared a 'cookbook' of sorts.
> 
>     It provides build instructions for the entire GnatStudio project 
> stack, beginning with gprbuild-bootstrap and culminating in the build of 
> gnatstudio. The individual 'recipes' take the form of pacman PKGBUILDs 
> with tarballs and patches.
> 
>     Here is the link ...
> 
> https://github.com/charlie5/archlinux-gnatstudio-support/tree/main/gnatstudio-cookbook

Hello Rod,

Thanks for sharing, I'll take a look.

I'm building GnatStudio for macOS Ventura.
Currently at step Ada Language Server, next to the step GnatStudio 
itself ;-)

I'll be sure to share my progress.
In the meantime here is my approach for version 23.0w (in French language):
http://blady.pagesperso-orange.fr/telechargements/gnat/Install-GS-Quartz_WF.pdf

Pascal.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Ann] GnatStudio Cookbook
  2023-07-01  7:36 ` Blady
@ 2023-07-04  8:03   ` Rod Kay
  2023-07-12 18:48     ` Blady
  0 siblings, 1 reply; 5+ messages in thread
From: Rod Kay @ 2023-07-04  8:03 UTC (permalink / raw)


On 1/7/23 17:36, Blady wrote:
> 
> Hello Rod,
> 
> Thanks for sharing, I'll take a look.
> 
> I'm building GnatStudio for macOS Ventura.
> Currently at step Ada Language Server, next to the step GnatStudio 
> itself ;-)
> 
> I'll be sure to share my progress.

Hi Pascal,

    How is the Ventura build going ? If anything in the 'cookbook' is 
unclear or problematic, don't hesitate to ask.

> In the meantime here is my approach for version 23.0w (in French language):
> http://blady.pagesperso-orange.fr/telechargements/gnat/Install-GS-Quartz_WF.pdf
> 

    Errr, my Francais is a little rusty :) but good luck (bonne chance?) !


Regards.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Ann] GnatStudio Cookbook
  2023-07-04  8:03   ` Rod Kay
@ 2023-07-12 18:48     ` Blady
  2023-07-15 15:34       ` Rod Kay
  0 siblings, 1 reply; 5+ messages in thread
From: Blady @ 2023-07-12 18:48 UTC (permalink / raw)


Le 04/07/2023 à 10:03, Rod Kay a écrit :
> On 1/7/23 17:36, Blady wrote:
>>
>> Hello Rod,
>>
>> Thanks for sharing, I'll take a look.
>>
>> I'm building GnatStudio for macOS Ventura.
>> Currently at step Ada Language Server, next to the step GnatStudio 
>> itself ;-)
>>
>> I'll be sure to share my progress.
> 
> Hi Pascal,
> 
>     How is the Ventura build going ? If anything in the 'cookbook' is 
> unclear or problematic, don't hesitate to ask.
> 
>> In the meantime here is my approach for version 23.0w (in French 
>> language):
>> http://blady.pagesperso-orange.fr/telechargements/gnat/Install-GS-Quartz_WF.pdf
>>
> 
>     Errr, my Francais is a little rusty :) but good luck (bonne chance?) !

Hi Rod,

The Ada compilation of GS is done.
But some files seems missing on Python side.

a) gnat/building_executable_programs_with_gnat.rst
I saw you add it in your distribution [1].
I took mine from 23.0w version from [2].
There are different.
Where did yours come from?

b) design/scripts/update_predefined_ada.py
I didn't find it, did you?

Regards, Pascal.

[1] 
https://github.com/charlie5/archlinux-gnatstudio-support/blob/main/gnatstudio-cookbook/28.0-gnatstudio/building_executable_programs_with_gnat.rst
[2] 
https://github.com/AdaCore/gnatstudio/releases/tag/gnatstudio-cr-20220512

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Ann] GnatStudio Cookbook
  2023-07-12 18:48     ` Blady
@ 2023-07-15 15:34       ` Rod Kay
  0 siblings, 0 replies; 5+ messages in thread
From: Rod Kay @ 2023-07-15 15:34 UTC (permalink / raw)


On 13/7/23 04:48, Blady wrote:
> 
> a) gnat/building_executable_programs_with_gnat.rst
> I saw you add it in your distribution [1].
> I took mine from 23.0w version from [2].
> There are different.
> Where did yours come from?
> 

    I think it came from the 2021 community release. Yours will be more 
recent, so I will update to that version. Thanks for mentioning this.


> b) design/scripts/update_predefined_ada.py
> I didn't find it, did you?
> 

    No, sorry, I've not seen that file before.


Regards.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-15 15:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-27 20:53 [Ann] GnatStudio Cookbook Rod Kay
2023-07-01  7:36 ` Blady
2023-07-04  8:03   ` Rod Kay
2023-07-12 18:48     ` Blady
2023-07-15 15:34       ` Rod Kay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox