comp.lang.ada
 help / color / mirror / Atom feed
* There's a problem with gnatclean on Windows GNAT Community 2018
@ 2018-06-12 16:26 fabien.chouteau
  2018-06-12 16:47 ` Dmitry A. Kazakov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: fabien.chouteau @ 2018-06-12 16:26 UTC (permalink / raw)


Hi all,

We want to let you know that a problem was detected in the 2018 Community
release for Windows.

Because of the installer, the run-time .ali files are not marked as read only.
As a result, gnatclean will remove all the .ali files from the installation,
including those of the run-time.

Until we release a fix, you can use these commands to mark the .ali as read
only:
$ cd <path_to_the_installation>
$ attrib +r /s *.ali

That's it :)

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

end of thread, other threads:[~2018-06-19 15:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-12 16:26 There's a problem with gnatclean on Windows GNAT Community 2018 fabien.chouteau
2018-06-12 16:47 ` Dmitry A. Kazakov
2018-06-12 18:04   ` fabien.chouteau
2018-06-12 18:49 ` Anh Vo
2018-06-12 19:04 ` Simon Wright
2018-06-19 11:47   ` juan.delapuente
2018-06-19 15:26     ` Simon Wright

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