comp.lang.ada
 help / color / mirror / Atom feed
* Which version of GTK is provided by GtkAda GPL 2016?
@ 2016-08-10 19:49 ahlan.marriott
  2016-08-10 21:18 ` Anh Vo
  2016-08-11  7:39 ` Dmitry A. Kazakov
  0 siblings, 2 replies; 7+ messages in thread
From: ahlan.marriott @ 2016-08-10 19:49 UTC (permalink / raw)


Hi,

How can you tell which version of Gtk is installed by AdaCore's GtkAda GPL 2016?

Ahlan


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

* Re: Which version of GTK is provided by GtkAda GPL 2016?
  2016-08-10 19:49 Which version of GTK is provided by GtkAda GPL 2016? ahlan.marriott
@ 2016-08-10 21:18 ` Anh Vo
  2016-08-11  7:25   ` ahlan.marriott
  2016-08-11  7:39 ` Dmitry A. Kazakov
  1 sibling, 1 reply; 7+ messages in thread
From: Anh Vo @ 2016-08-10 21:18 UTC (permalink / raw)


On Wednesday, August 10, 2016 at 12:49:08 PM UTC-7, ahlan.m...@gmail.com wrote:
> Hi,
> 
> How can you tell which version of Gtk is installed by AdaCore's GtkAda GPL 2016?

If you look at the sources used to build GtkAda GPL 2016 during downloading, you would see gtk+-3.14.15.

Anh Vo


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

* Re: Which version of GTK is provided by GtkAda GPL 2016?
  2016-08-10 21:18 ` Anh Vo
@ 2016-08-11  7:25   ` ahlan.marriott
  2016-08-11 17:27     ` Anh Vo
  0 siblings, 1 reply; 7+ messages in thread
From: ahlan.marriott @ 2016-08-11  7:25 UTC (permalink / raw)


On Wednesday, 10 August 2016 23:18:32 UTC+2, Anh Vo  wrote:
> On Wednesday, August 10, 2016 at 12:49:08 PM UTC-7, ahlan.m...@gmail.com wrote:
> > Hi,
> > 
> > How can you tell which version of Gtk is installed by AdaCore's GtkAda GPL 2016?
> 
> If you look at the sources used to build GtkAda GPL 2016 during downloading, you would see gtk+-3.14.15.
> 
> Anh Vo

Have you an example.
What source file should I look at?

MfG
Ahlan

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

* Re: Which version of GTK is provided by GtkAda GPL 2016?
  2016-08-10 19:49 Which version of GTK is provided by GtkAda GPL 2016? ahlan.marriott
  2016-08-10 21:18 ` Anh Vo
@ 2016-08-11  7:39 ` Dmitry A. Kazakov
  2016-08-12  7:25   ` ahlan.marriott
  1 sibling, 1 reply; 7+ messages in thread
From: Dmitry A. Kazakov @ 2016-08-11  7:39 UTC (permalink / raw)


On 10/08/2016 21:49, ahlan.marriott@gmail.com wrote:

> How can you tell which version of Gtk is installed by AdaCore's GtkAda GPL 2016?

It should work with a range of versions there is no hard dependency.

The actual version of installed libgtk-3-0.dll can be taken from the 
Windows resources: "File version" / "Product version". E.g. right click 
on it -> Properties -> Details.

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de


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

* Re: Which version of GTK is provided by GtkAda GPL 2016?
  2016-08-11  7:25   ` ahlan.marriott
@ 2016-08-11 17:27     ` Anh Vo
  2016-08-12  7:28       ` ahlan.marriott
  0 siblings, 1 reply; 7+ messages in thread
From: Anh Vo @ 2016-08-11 17:27 UTC (permalink / raw)


On Thursday, August 11, 2016 at 12:25:51 AM UTC-7, ahlan.m...@gmail.com wrote:
> On Wednesday, 10 August 2016 23:18:32 UTC+2, Anh Vo  wrote:
> > On Wednesday, August 10, 2016 at 12:49:08 PM UTC-7, ahlan.m...@gmail.com wrote:
> > > Hi,
> > > 
> > > How can you tell which version of Gtk is installed by AdaCore's GtkAda GPL 2016?
> > 
> > If you look at the sources used to build GtkAda GPL 2016 during downloading, you would see gtk+-3.14.15.
> > 
> > Anh Vo
> 
> Have you an example.
> What source file should I look at?

Go to http://libre.adacore.com/download/configurations#. Select GtkAda 2016 then select Sources. Look down the list for gtk+-3.14.15-src.tar.gz.



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

* Re: Which version of GTK is provided by GtkAda GPL 2016?
  2016-08-11  7:39 ` Dmitry A. Kazakov
@ 2016-08-12  7:25   ` ahlan.marriott
  0 siblings, 0 replies; 7+ messages in thread
From: ahlan.marriott @ 2016-08-12  7:25 UTC (permalink / raw)


On Thursday, 11 August 2016 09:39:59 UTC+2, Dmitry A. Kazakov  wrote:
> On 10/08/2016 21:49, ahlan.marriott@gmail.com wrote:
> 
> > How can you tell which version of Gtk is installed by AdaCore's GtkAda GPL 2016?
> 
> It should work with a range of versions there is no hard dependency.
> 
> The actual version of installed libgtk-3-0.dll can be taken from the 
> Windows resources: "File version" / "Product version". E.g. right click 
> on it -> Properties -> Details.
> 
> -- 
> Regards,
> Dmitry A. Kazakov
> http://www.dmitry-kazakov.de

Dear Dmitry,
This is the answer I was looking for - many thanks.


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

* Re: Which version of GTK is provided by GtkAda GPL 2016?
  2016-08-11 17:27     ` Anh Vo
@ 2016-08-12  7:28       ` ahlan.marriott
  0 siblings, 0 replies; 7+ messages in thread
From: ahlan.marriott @ 2016-08-12  7:28 UTC (permalink / raw)


On Thursday, 11 August 2016 19:27:45 UTC+2, Anh Vo  wrote:
> On Thursday, August 11, 2016 at 12:25:51 AM UTC-7, ahlan.m...@gmail.com wrote:
> > On Wednesday, 10 August 2016 23:18:32 UTC+2, Anh Vo  wrote:
> > > On Wednesday, August 10, 2016 at 12:49:08 PM UTC-7, ahlan.m...@gmail.com wrote:
> > > > Hi,
> > > > 
> > > > How can you tell which version of Gtk is installed by AdaCore's GtkAda GPL 2016?
> > > 
> > > If you look at the sources used to build GtkAda GPL 2016 during downloading, you would see gtk+-3.14.15.
> > > 
> > > Anh Vo
> > 
> > Have you an example.
> > What source file should I look at?
> 
> Go to http://libre.adacore.com/download/configurations#. Select GtkAda 2016 then select Sources. Look down the list for gtk+-3.14.15-src.tar.gz.

Dear Anh,
I think Dmitry's solution is much better.
It shows what version was actually installed, which isn't necessarily the same as the sources that AdaCore provide for you to build yourself.
But thanks for the idea.
MfG
Ahlan

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

end of thread, other threads:[~2016-08-12  7:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-10 19:49 Which version of GTK is provided by GtkAda GPL 2016? ahlan.marriott
2016-08-10 21:18 ` Anh Vo
2016-08-11  7:25   ` ahlan.marriott
2016-08-11 17:27     ` Anh Vo
2016-08-12  7:28       ` ahlan.marriott
2016-08-11  7:39 ` Dmitry A. Kazakov
2016-08-12  7:25   ` ahlan.marriott

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