[gtkada] Simultaneous installation Gtkada 2.x and 3.x

Vitalij Bondarenko vibondare at gmail.com
Thu Jun 20 10:08:27 CEST 2013


Hello all,

I wrote two patches for simultaneous installation Gtkada 2.x and 3.x on Linux.
This patches works and tested on openSUSE 12.3 with GNAT GPL 2013 installed.

Attachments:
1. gtkada2-multiversion.patch.gz -- patch for Gtkada 2.24.4 (svn rev. 211351)
   (http://viewvc.libre.adacore.com/viewvc.cgi/Public/trunk/GtkAda/)
2. gtkada3-multiversion.patch.gz -- patch for Gtkada 3.4.2 from GNAT GPL 2013
   (http://libre.adacore.com/download/)
3. gtkada-2-3_dirtree.txt -- my list contents of directories in a tree-like
   format after install both Gtkada version.

To compile using GtkAda, import in your project the gtkada2.gpr project file
for version 2.x, the gtkada3.gpr project file for version 3.x, 

with "gtkada2";
project My_Gtk2_Project is
[...]
end My_Gtk2_Project;

with "gtkada3";
project My_Gtk3_Project is
[...]
end My_Gtk3_Project;

An installation Gtkada on MS Windows has no changes.

--
Vitaliy Bondarenko
E-Mail: vibondare at gmail.com
Registered Linux User #403984 (http://linuxcounter.net/)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gtkada2-multiversion.patch.gz
Type: application/x-gzip
Size: 3553 bytes
Desc: not available
URL: </pipermail/gtkada/attachments/20130620/058fd0b1/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gtkada3-multiversion.patch.gz
Type: application/x-gzip
Size: 3425 bytes
Desc: not available
URL: </pipermail/gtkada/attachments/20130620/058fd0b1/attachment-0001.bin>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gtkada-2-3_dirtree.txt
URL: </pipermail/gtkada/attachments/20130620/058fd0b1/attachment.txt>


More information about the gtkada mailing list