comp.lang.ada
 help / color / mirror / Atom feed
From: "ldries46" <bertus.dries@planet.nl>
Subject: Switching to GPS 2019 with GtkADA 2019
Date: Sun, 16 Jun 2019 15:53:39 +0200
Date: 2019-06-16T15:53:39+02:00	[thread overview]
Message-ID: <5d0649e7$0$1797$e4fe514c@news.kpn.nl> (raw)

In the last version of the GNAT Programming Studio (2017 or 2018)I used in 
the gpr file line
Library_Type : Build_Kind := external ("LIBRARY_TYPE");
The program was compiled without problems
In version 2019 the file cannot be compiled anymore now I must use
Library_Type : Build_Kind := "static";
to reach the same effect
The Library that is responsible is the GtkADA library What name must I use 
for this library

with "gtkada";

project Template is

   for Object_Dir use "./build";
   for Exec_Dir use ".";
   type Build_Kind is
      ("static", "relocatable");
--    Library_Type : Build_Kind := external ("LIBRARY_TYPE");
--    Library_Type : Build_Kind := "static";

   case Library_Type is 


             reply	other threads:[~2019-06-16 13:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-16 13:53 ldries46 [this message]
2019-06-16 16:05 ` Switching to GPS 2019 with GtkADA 2019 Simon Wright
replies disabled

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