<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1330</id>
	<title>Nabble - Gtk+ - Ada</title>
	<updated>2009-12-17T10:30:10Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Gtk+---Ada-f1330.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gtk%2B---Ada-f1330.html" />
	<subtitle type="html">&lt;a href=&quot;http://libre.act-europe.fr/GtkAda/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;GtkAda&lt;/a&gt;&amp;nbsp;is a complete Ada95 graphical toolkit.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26832804</id>
	<title>Building GtkAda [with OpenGL] on Windows [XP]</title>
	<published>2009-12-17T10:30:10Z</published>
	<updated>2009-12-17T10:30:10Z</updated>
	<author>
		<name>Antoine Heijde, van der</name>
	</author>
	<content type="html">Hello,&lt;br&gt;&lt;br&gt;I tried to compile the GtkAda testgtk application with the OpenGL example but it looks like that I am missing the OpenGL binding which should be used: Packages used in the file /testgtk/opengl/view_gl.adb&lt;br&gt;


gl_h&lt;br&gt;Gdk.GL&lt;br&gt;glu_h&lt;br&gt;Gtk.GLArea&lt;br&gt;So I guess I have to build GtkAda from source.&lt;br&gt;&lt;br&gt;So I got the files by SVN and installed MinGW[5.1.6] and MSYS [1.0.11].&lt;br&gt;&lt;br&gt;Also installed the GTK+ files for windows [2.14.7 bundle].&lt;br&gt;


&lt;br&gt;Reading the INSTALL file from GtkAda:&lt;br&gt;$ (cd src; patch -p0 &amp;lt; ../contrib/gtkada-2.10-win32.diff)&lt;br&gt;I did this.&lt;br&gt;&lt;br&gt;  $ CC=&amp;#39;gcc-3.2 -mms-bitfields&amp;#39; ./configure --prefix=&amp;lt;install_dir&amp;gt; --build=i386-pc-mingw32&lt;br&gt;


Can I use gcc instead of gcc-3.2, because the last is not found.&lt;br&gt;&lt;br&gt;First tried to build as standaard without OpenGL turned on, and used the gcc command.&lt;br&gt;Running $ CC=&amp;#39;&lt;strong&gt;gcc&lt;/strong&gt; -mms-bitfields&amp;#39; ./configure --prefix=&lt;strong&gt;c:/gtkada&lt;/strong&gt; --build=i386-pc-mingw32&lt;br&gt;


&lt;br&gt;Then I am getting the following output:&lt;br&gt;$ CC=&amp;#39;gcc -mms-bitfields&amp;#39; ./configure --prefix=c:/gtkada --build=i386-pc-mingw32&lt;br&gt;checking build system type... i386-pc-mingw32&lt;br&gt;checking host system type... i386-pc-mingw32&lt;br&gt;


checking target system type... i386-pc-mingw32&lt;br&gt;&lt;b&gt;./configure: line 1401: cygpath: command not found&lt;br&gt;ls: libgnat*.dll: No such file or directory&lt;br&gt;ls: libgnat*.dll: No such file or directory&lt;/b&gt;&lt;br&gt;checking for merge... true&lt;br&gt;


checking for diff... /bin/diff&lt;br&gt;checking for the correct diff option... -u&lt;br&gt;checking for patch... /bin/patch&lt;br&gt;checking for the correct patch option... -f&lt;br&gt;checking for gcc... gcc -mms-bitfields&lt;br&gt;checking for C compiler default output... a.exe&lt;br&gt;


checking whether the C compiler works... yes&lt;br&gt;checking whether we are cross compiling... no&lt;br&gt;checking for suffix of executables... .exe&lt;br&gt;checking for suffix of object files... o&lt;br&gt;checking whether we are using the GNU C compiler... yes&lt;br&gt;


checking whether gcc -mms-bitfields accepts -g... yes&lt;br&gt;checking for gcc -mms-bitfields option to accept ANSI C... none needed&lt;br&gt;checking for gnatmake... /c/GNAT/2009/bin/gnatmake&lt;br&gt;checking that your gnat compiler works with a simple example... yes&lt;br&gt;


checking for perl5... no&lt;br&gt;checking for perl... /c/Program Files/Git/bin/perl&lt;br&gt;checking whether make sets $(MAKE)... yes&lt;br&gt;checking for a BSD-compatible install... /bin/install -c&lt;br&gt;checking for ranlib... ranlib&lt;br&gt;

checking for pkg-config... /c/opt/gtk/bin/pkg-config&lt;br&gt;
checking for GTK - version &amp;gt;= 2.2.0... yes&lt;br&gt;checking for PANGO_UNDERLINE_ERROR... yes&lt;br&gt;checking whether NLS is requested... yes&lt;br&gt;checking for gettext in libc... no&lt;br&gt;checking for bindtextdomain in -lintl... no&lt;br&gt;


checking for OpenGL... no&lt;br&gt;checking for Mesa... no&lt;br&gt;checking Mesa with pthreads... no&lt;br&gt;*** OpenGL support will not be integrated into GtkAda ***&lt;br&gt;checking for libglade2... no&lt;br&gt;checking for gnome2... no&lt;br&gt;configure: creating ./config.status&lt;br&gt;


config.status: creating Makefile&lt;br&gt;config.status: creating src/Makefile.common&lt;br&gt;config.status: creating src/Makefile&lt;br&gt;config.status: creating src/tools/gtkada-config&lt;br&gt;config.status: creating src/tools/gate&lt;br&gt;config.status: creating src/tools/Makefile&lt;br&gt;


config.status: creating testgtk/Makefile&lt;br&gt;config.status: creating src/gtkextra/Makefile&lt;br&gt;config.status: creating src/opengl/Makefile&lt;br&gt;config.status: creating src/glade/Makefile&lt;br&gt;config.status: creating src/gnome/Makefile&lt;br&gt;


config.status: creating docs/gtkada_ug/Makefile&lt;br&gt;config.status: creating docs/gtkada_rm/Makefile&lt;br&gt;config.status: creating po/Makefile&lt;br&gt;config.status: creating src/config.h&lt;br&gt;config.status: creating projects/gtkada.pc&lt;br&gt;


config.status: creating projects/gtkada_install_dynamic.gpr&lt;br&gt;&lt;br&gt;Problems seems to be:&lt;br&gt;&lt;strong&gt;./configure: line 1401: cygpath: command not found&lt;br&gt;ls: libgnat*.dll: No such file or directory&lt;br&gt;ls: libgnat*.dll: No such file or directory&lt;/strong&gt;&lt;br&gt;


But no idea how to fix this.&lt;br&gt;&lt;br&gt;What I have after this when I do &amp;quot;make&amp;quot; compiling is ok, only the linking is failing with a lot of &amp;quot;undefined references&amp;quot;.&lt;br&gt;&lt;br&gt;So something is wrong. Did I miss a step or should I defined some environmental variables? &lt;br&gt;


&lt;br&gt;Thanks in advance!&lt;br&gt;&lt;br&gt;PS I first had a problem that the PATH was not set correctly. For the GTK version check I got an error about msvcr80.dll missing when the builded application conftest started. But placing the GTK+ bin files location first [c:\opt\gtk\bin] solved the problem.&lt;br&gt;


&lt;br&gt;PS2 why is the OpenGL binding not included in the GtkAda installation for Windows?&lt;br&gt;&lt;br&gt;Best regards,&lt;br&gt;Antoine&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26832804&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Building-GtkAda--with-OpenGL--on-Windows--XP--tp26832804p26832804.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26594333</id>
	<title>Re: FW: Submission method</title>
	<published>2009-12-01T09:25:14Z</published>
	<updated>2009-12-01T09:25:14Z</updated>
	<author>
		<name>Nicolas Setton</name>
	</author>
	<content type="html">Hello Robert,
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; I'd like to submit a GtkBuilder binding (although minimal).
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; /R
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have forwarded this to the legal department at AdaCore, who will &amp;nbsp;
&lt;br&gt;&amp;gt; find a convenient way for us to receive contributions.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The reason is that we must guarantee the IP cleanliness of everything &amp;nbsp;
&lt;br&gt;&amp;gt; that we distribute to our customers. As a result, we cannot even &amp;nbsp;
&lt;br&gt;&amp;gt; *look* at external contributions before we have done the legal &amp;nbsp;
&lt;br&gt;&amp;gt; assurance. (Most probably this means that you will have to fill a form &amp;nbsp;
&lt;br&gt;&amp;gt; certifying that you are the sole writer of the contribution and that &amp;nbsp;
&lt;br&gt;&amp;gt; you agree for us to use it).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'll let you know as soon as we have a procedure approved by the legal &amp;nbsp;
&lt;br&gt;&amp;gt; department.
&lt;/div&gt;&lt;br&gt;The legal department has finally produced the documents for accepting external contributions and will contact you shortly.
&lt;br&gt;&lt;br&gt;All the best,
&lt;br&gt;&lt;br&gt;Nicolas
&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26594333&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FW%3A-Submission-method-tp25241511p26594333.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26551372</id>
	<title>Port of GtkAda 2.14.0 on gtk 2.18.3</title>
	<published>2009-11-28T00:58:35Z</published>
	<updated>2009-11-28T00:58:35Z</updated>
	<author>
		<name>Pascal MALAISE</name>
	</author>
	<content type="html">&amp;gt;From gtk-2.0 2.12.9 to 2.18.3 the fields text_size and n_bytes of struct
&lt;br&gt;_GtkEntry become x_text_size and x_n_bytes respectively.
&lt;br&gt;&lt;br&gt;in GtkAda the file gtkextra/gtkitementry.c has to be adapted accordingly.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Pascal MALAISE
&lt;br&gt;(priv) mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551372&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;malaise@...&lt;/a&gt;
&lt;br&gt;(prof) mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551372&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pascal.malaise@...&lt;/a&gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551372&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Port-of-GtkAda-2.14.0-on-gtk-2.18.3-tp26551372p26551372.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26474772</id>
	<title>Re: How to me to get rid of the console?</title>
	<published>2009-11-23T01:20:54Z</published>
	<updated>2009-11-23T01:20:54Z</updated>
	<author>
		<name>x0123456789</name>
	</author>
	<content type="html">Ok!
&lt;br&gt;Has once again checked up all installations.
&lt;br&gt;Has started the program, all has earned.
&lt;br&gt;The error consisted in that that put an -mwindows option in a wrong place! :)
&lt;br&gt;=SMA=</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-me-to-get-rid-of-the-console--tp26046317p26474772.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26474730</id>
	<title>Re: How to me to get rid of the console?</title>
	<published>2009-11-23T01:15:35Z</published>
	<updated>2009-11-23T01:15:35Z</updated>
	<author>
		<name>Arnaud Charlet</name>
	</author>
	<content type="html">&amp;gt; I work on VISTA. Probably it is its feature.
&lt;br&gt;&lt;br&gt;GPS works also fine on Vista, built wiwth -mwindows.
&lt;br&gt;&lt;br&gt;Arno
&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474730&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-me-to-get-rid-of-the-console--tp26046317p26474730.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26474514</id>
	<title>Re: How to me to get rid of the console?</title>
	<published>2009-11-23T00:56:26Z</published>
	<updated>2009-11-23T00:56:26Z</updated>
	<author>
		<name>x0123456789</name>
	</author>
	<content type="html">I work on VISTA. Probably it is its feature.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-me-to-get-rid-of-the-console--tp26046317p26474514.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26474380</id>
	<title>Re: How to me to get rid of the console?</title>
	<published>2009-11-23T00:42:39Z</published>
	<updated>2009-11-23T00:42:39Z</updated>
	<author>
		<name>Arnaud Charlet</name>
	</author>
	<content type="html">&amp;gt; In QtAda if to specify an linker option -mwindows the console it is
&lt;br&gt;&amp;gt; disconnected.
&lt;br&gt;&lt;br&gt;Right, that's a general option, relevant to any windows application, not just
&lt;br&gt;Qt or Gtk.
&lt;br&gt;&lt;br&gt;&amp;gt; GtkAda with such parametres at all does not work.
&lt;br&gt;&lt;br&gt;Not sure what you mean. GPS for example is built with -mwindows and works
&lt;br&gt;just fine.
&lt;br&gt;&lt;br&gt;Arno
&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474380&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-me-to-get-rid-of-the-console--tp26046317p26474380.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26474304</id>
	<title>Re: How to me to get rid of the console?</title>
	<published>2009-11-23T00:38:12Z</published>
	<updated>2009-11-23T00:38:12Z</updated>
	<author>
		<name>x0123456789</name>
	</author>
	<content type="html">Hi
&lt;br&gt;In QtAda if to specify an linker option -mwindows the console it is disconnected.
&lt;br&gt;GtkAda with such parametres at all does not work.
&lt;br&gt;=SMA=
&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;x0123456789 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hi
&lt;br&gt;I use GTKADA for Windows. All my programs in GTK have the main application window and a console window. How to me to get rid of the console?
&lt;br&gt;=SMA=
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-me-to-get-rid-of-the-console--tp26046317p26474304.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26416043</id>
	<title>ANN: GtkAda contributions v2.5</title>
	<published>2009-11-18T13:23:02Z</published>
	<updated>2009-11-18T13:23:02Z</updated>
	<author>
		<name>Dmitry A. Kazakov</name>
	</author>
	<content type="html">This library is proposed as a contribution to GtkAda, an Ada bindings to
&lt;br&gt;GTK+. It deals with the following issues:
&lt;br&gt;&lt;br&gt;1. Tasking support;
&lt;br&gt;2. Custom models for tree view widget;
&lt;br&gt;3. Custom cell renderers for tree view widget;
&lt;br&gt;4. Multi-columned derived model;
&lt;br&gt;5. Extension derived model (to add columns to an existing model);
&lt;br&gt;6. Abstract caching model for directory-like data;
&lt;br&gt;7. Tree view and list view widgets for navigational browsing of abstract
&lt;br&gt;caching models;
&lt;br&gt;8. File system navigation widgets with wildcard filtering;
&lt;br&gt;9. Resource styles;
&lt;br&gt;10. Capturing resources of a widget;
&lt;br&gt;11. Embeddable images;
&lt;br&gt;12. Some missing subprograms and bug fixes;
&lt;br&gt;13. Measurement unit selection widget and dialogs;
&lt;br&gt;14. Improved hue-luminance-saturation color model;
&lt;br&gt;15. Simplified image buttons and buttons customizable by style properties;
&lt;br&gt;16. Controlled Ada types for GTK+ strong and weak references;
&lt;br&gt;17. Simplified means to create lists of strings;
&lt;br&gt;18. Spawning processes synchronously and asynchronously with pipes;
&lt;br&gt;19. Capturing asynchronous process standard I/O by Ada tasks and by text
&lt;br&gt;buffers;
&lt;br&gt;20. Source view widget support.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.dmitry-kazakov.de/ada/gtkada_contributions.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.dmitry-kazakov.de/ada/gtkada_contributions.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;Focus of this release is advanced debugging support including source
&lt;br&gt;navigation from tracing dialog (via communication with GPS)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Regards,
&lt;br&gt;Dmitry A. Kazakov
&lt;br&gt;&lt;a href=&quot;http://www.dmitry-kazakov.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.dmitry-kazakov.de&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26416043&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ANN%3A-GtkAda-contributions-v2.5-tp26416043p26416043.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26046317</id>
	<title>How to me to get rid of the console?</title>
	<published>2009-10-25T02:25:25Z</published>
	<updated>2009-10-25T02:25:25Z</updated>
	<author>
		<name>x0123456789</name>
	</author>
	<content type="html">Hi
&lt;br&gt;I use GTKADA for Windows. All my programs in GTK have the main application window and a console window. How to me to get rid of the console?
&lt;br&gt;=SMA=</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-me-to-get-rid-of-the-console--tp26046317p26046317.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26046151</id>
	<title>Re: GLIB Warning g_win32_get_package_installation_directory()</title>
	<published>2009-10-25T01:55:33Z</published>
	<updated>2009-10-25T01:55:33Z</updated>
	<author>
		<name>x0123456789</name>
	</author>
	<content type="html">:( I have the same problem ): In the previous version all was normal. Probably or it is an error of given version GPL or it is own error at package installation.&lt;img class='smiley' src='http://old.nabble.com/images/smiley/smiley_pirate.gif' /&gt;&lt;br&gt;=SMA=</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GLIB-Warning-g_win32_get_package_installation_directory%28%29-tp25865001p26046151.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25865001</id>
	<title>GLIB Warning g_win32_get_package_installation_directory()</title>
	<published>2009-10-12T16:41:51Z</published>
	<updated>2009-10-12T16:41:51Z</updated>
	<author>
		<name>Paul Cass</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:times new roman, new york, times, serif;font-size:12pt&quot;&gt;&lt;DIV style=&quot;FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt&quot;&gt;
&lt;DIV style=&quot;FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt&quot;&gt;
&lt;DIV style=&quot;FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt&quot;&gt;
&lt;DIV&gt;(this is a repost as my previous attempts didn't seem to work&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; I've just installed GTKADA GPL 2.14.0 and am getting the following error for every GTKADA program I run.&amp;nbsp; This includes programs I have built and the binary examples provided with the tool kit.&amp;nbsp; The only variation in the error is the program name and location.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;(project1_main.exe:5212): GLib-WARNING **: Passing a non-NULL package to g_win32_get_package_installation_directory() is deprecated and will not work in GLib after 2.18.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;The error appears to be output after calling the Show or Show_All procedure.&amp;nbsp; Is there some way of avoiding this warning?&amp;nbsp; Its more of a nuisance than a show stopper.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks&lt;/DIV&gt;
&lt;DIV&gt;Paul&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/div&gt;&lt;br&gt;



      &lt;hr size=1&gt;
Get more done like never before with Yahoo!7 Mail. &lt;a href=&quot; http://au.rd.yahoo.com/mail/launch09/tagline/*http://us.lrd.yahoo.com/_ylc=X3oDMTFnY201cHJnBHRtX2RtZWNoA1RleHQgTGluawR0bV9sbmsDVTExMDQ3NjAEdG1fbmV0A1lhaG9vIQ--/SIG=11aljvgo4/*http%3A//au.overview.mail.yahoo.com/ 
&quot; target=_blank rel=&quot;nofollow&quot;&gt; Learn more&lt;/a&gt;.&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25865001&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GLIB-Warning-g_win32_get_package_installation_directory%28%29-tp25865001p25865001.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25840333</id>
	<title>raised PROGRAM_ERROR : glib-values.adb:163</title>
	<published>2009-10-10T19:41:21Z</published>
	<updated>2009-10-10T19:41:21Z</updated>
	<author>
		<name>Thomas De Contes</name>
	</author>
	<content type="html">hi :-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;there is some strange things when it installs, like
&lt;br&gt;&lt;br&gt;ranlib: file: /Users/thomas/Documents/prgm/bin/autoinstall/autre/lib/ 
&lt;br&gt;gtkada/static/libgtkada.a(gtk-font_selection_dialog.o) has no symbols
&lt;br&gt;&lt;br&gt;install: obj/gtkada-dialog: No such file or directory
&lt;br&gt;make[2]: *** [install] Error 71
&lt;br&gt;&lt;br&gt;install: gtkada_rm/*: No such file or directory
&lt;br&gt;make[2]: [install] Error 71 (ignored)
&lt;br&gt;&lt;br&gt;&lt;br&gt;but it seems to go to the end
&lt;br&gt;but ...
&lt;br&gt;&lt;br&gt;+ ./testgtk
&lt;br&gt;raised PROGRAM_ERROR : glib-values.adb:163 explicit raise
&lt;br&gt;&lt;br&gt;what's the problem ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Téléassistance / Télémaintenance
&lt;br&gt;&lt;a href=&quot;http://www.portparallele.com/ThomasDECONTES/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.portparallele.com/ThomasDECONTES/&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25840333&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/raised-PROGRAM_ERROR-%3A-glib-values.adb%3A163-tp25840333p25840333.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25835839</id>
	<title>Re: installing Gtkada / GTK+ 2.0 in Ubuntu 9.04</title>
	<published>2009-10-10T09:22:46Z</published>
	<updated>2009-10-10T09:22:46Z</updated>
	<author>
		<name>Rob Groen</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=us-ascii&quot; http-equiv=&quot;Content-Type&quot;&gt;
  &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Thanks for your help. I succeeded in installing GtkAda 2.14.0. on
Ubuntu 9.04&lt;br&gt;
&lt;br&gt;
Best regards,&lt;br&gt;
Rob Groen&lt;br&gt;
&lt;br&gt;
Ludovic Brenta wrote:
&lt;blockquote cite=&quot;mid:87r5tkv4x6.fsf@ludovic-brenta.org&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;Rob Groen writes:
  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;Don 't think I need 2.14 specifically. It was the version that Adacore 
on their Libre site provides.
I looked at the Synaptic package manager, but when I marked 
libgtkada2-dev then it showed an enormous list of additional required 
packages, including gnat 4.3, g++, X11 related etc etc, so that I 
thought that libgtkada2-dev was intended for Gtkada developers. i.e. 
people who work on and improve Gtkada, not a simple end user like me. 
Since I already installed GNAT I also was not sure in what way this 
could interfere. And since for GNAT there is only a doinstall, and not a 
douninstall, I am a bit reluctant to just do &quot;rm -r /usr/gnat&quot; ...)
(Note I want to migrate from Windows XP to Linux/Ubuntu. I have some 
past Unix experience but that was way back....)
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;
The GtkAda from AdaCore has the same dependencies as the Debian packages
but, since it is a source-only distribution, it lists the dependencies
in a README file for you, the user, to read and understand.  For example
it depends on GTK+ and you were correctly wondering how to install that
since you are required to install it by yourself.  The purpose of the
Debian packages is to automate all this and save you the work of
compiling everything.  The price you pay is a slightly older version of
the libraries and compiler.

The -dev packages in Debian are not for the developers of the libraries;
they are for application developers who want to use the libraries in
their programs.  (The developers of GtkAda use the sources from the
Subversion repository directly, not a package.)

So, if you are uncomfortable compiling everything and keeping track of
dependencies by hand, I suggest that Debian offers an easier solution.

(Ubuntu is a derivative of Debian and uses the Debian packages, possibly
modified.  That's why my discussion above is relevant to you.  However,
I have no involvement, control or knowledge of Ubuntu, so I am not
responsible for any bugs or discrepancies that Ubuntu may introduce in
their packages.)

  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25835839&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/installing-Gtkada---GTK%2B-2.0-in-Ubuntu-9.04-tp25727512p25835839.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25730158</id>
	<title>Re: installing Gtkada / GTK+ 2.0 in Ubuntu 9.04</title>
	<published>2009-10-03T09:05:41Z</published>
	<updated>2009-10-03T09:05:41Z</updated>
	<author>
		<name>Ludovic Brenta-2</name>
	</author>
	<content type="html">Rob Groen writes:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Don 't think I need 2.14 specifically. It was the version that Adacore 
&lt;br&gt;&amp;gt; on their Libre site provides.
&lt;br&gt;&amp;gt; I looked at the Synaptic package manager, but when I marked 
&lt;br&gt;&amp;gt; libgtkada2-dev then it showed an enormous list of additional required 
&lt;br&gt;&amp;gt; packages, including gnat 4.3, g++, X11 related etc etc, so that I 
&lt;br&gt;&amp;gt; thought that libgtkada2-dev was intended for Gtkada developers. i.e. 
&lt;br&gt;&amp;gt; people who work on and improve Gtkada, not a simple end user like me. 
&lt;br&gt;&amp;gt; Since I already installed GNAT I also was not sure in what way this 
&lt;br&gt;&amp;gt; could interfere. And since for GNAT there is only a doinstall, and not a 
&lt;br&gt;&amp;gt; douninstall, I am a bit reluctant to just do &amp;quot;rm -r /usr/gnat&amp;quot; ...)
&lt;br&gt;&amp;gt; (Note I want to migrate from Windows XP to Linux/Ubuntu. I have some 
&lt;br&gt;&amp;gt; past Unix experience but that was way back....)
&lt;/div&gt;&lt;br&gt;The GtkAda from AdaCore has the same dependencies as the Debian packages
&lt;br&gt;but, since it is a source-only distribution, it lists the dependencies
&lt;br&gt;in a README file for you, the user, to read and understand. &amp;nbsp;For example
&lt;br&gt;it depends on GTK+ and you were correctly wondering how to install that
&lt;br&gt;since you are required to install it by yourself. &amp;nbsp;The purpose of the
&lt;br&gt;Debian packages is to automate all this and save you the work of
&lt;br&gt;compiling everything. &amp;nbsp;The price you pay is a slightly older version of
&lt;br&gt;the libraries and compiler.
&lt;br&gt;&lt;br&gt;The -dev packages in Debian are not for the developers of the libraries;
&lt;br&gt;they are for application developers who want to use the libraries in
&lt;br&gt;their programs. &amp;nbsp;(The developers of GtkAda use the sources from the
&lt;br&gt;Subversion repository directly, not a package.)
&lt;br&gt;&lt;br&gt;So, if you are uncomfortable compiling everything and keeping track of
&lt;br&gt;dependencies by hand, I suggest that Debian offers an easier solution.
&lt;br&gt;&lt;br&gt;(Ubuntu is a derivative of Debian and uses the Debian packages, possibly
&lt;br&gt;modified. &amp;nbsp;That's why my discussion above is relevant to you. &amp;nbsp;However,
&lt;br&gt;I have no involvement, control or knowledge of Ubuntu, so I am not
&lt;br&gt;responsible for any bugs or discrepancies that Ubuntu may introduce in
&lt;br&gt;their packages.)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ludovic Brenta
&lt;br&gt;Debian maintainer of libgtkada.
&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25730158&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/installing-Gtkada---GTK%2B-2.0-in-Ubuntu-9.04-tp25727512p25730158.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25728342</id>
	<title>Re: installing Gtkada / GTK+ 2.0 in Ubuntu 9.04</title>
	<published>2009-10-03T05:33:21Z</published>
	<updated>2009-10-03T05:33:21Z</updated>
	<author>
		<name>Rob Groen</name>
	</author>
	<content type="html">Don 't think I need 2.14 specifically. It was the version that Adacore 
&lt;br&gt;on their Libre site provides.
&lt;br&gt;I looked at the Synaptic package manager, but when I marked 
&lt;br&gt;libgtkada2-dev then it showed an enormous list of additional required 
&lt;br&gt;packages, including gnat 4.3, g++, X11 related etc etc, so that I 
&lt;br&gt;thought that libgtkada2-dev was intended for Gtkada developers. i.e. 
&lt;br&gt;people who work on and improve Gtkada, not a simple end user like me. 
&lt;br&gt;Since I already installed GNAT I also was not sure in what way this 
&lt;br&gt;could interfere. And since for GNAT there is only a doinstall, and not a 
&lt;br&gt;douninstall, I am a bit reluctant to just do &amp;quot;rm -r /usr/gnat&amp;quot; ...)
&lt;br&gt;(Note I want to migrate from Windows XP to Linux/Ubuntu. I have some 
&lt;br&gt;past Unix experience but that was way back....)
&lt;br&gt;&lt;br&gt;Michael Trim wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Do you need 2.14 specifically? &amp;nbsp;If not it is easier to install the
&lt;br&gt;&amp;gt; Ubuntu package (currently version 2.12.0), which will manage the
&lt;br&gt;&amp;gt; dependencies for you - just type `sudo apt-get install libgtkada2-dev`
&lt;br&gt;&amp;gt; in a terminal or install via System-&amp;gt;Administration-&amp;gt;Synaptic Package
&lt;br&gt;&amp;gt; Manager.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/10/3 Rob Groen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25728342&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;robgr@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Hello all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I downloaded Gtkada 2.14 and gtk+2.14.5.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I tried to install Gtkada 2.14 on Ubuntu 9.04.but configure complained
&lt;br&gt;&amp;gt;&amp;gt; that gtk+ needs to be installed. The gtk+ tgz gives no clue as to where
&lt;br&gt;&amp;gt;&amp;gt; the contents must be unzipped to, and I have no idea how to make that
&lt;br&gt;&amp;gt;&amp;gt; installation directory (or whatever it is that configure must know)
&lt;br&gt;&amp;gt;&amp;gt; known to configure.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Help is appreciated
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Rob
&lt;br&gt;&amp;gt;&amp;gt; ---------------
&lt;br&gt;&amp;gt;&amp;gt; If Elvis was still allive, he'd be dead by now
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; gtkada mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25728342&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Rob
&lt;br&gt;---------------
&lt;br&gt;We don't make stupid mistakes; we only encounter unavoidable errors
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25728342&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/installing-Gtkada---GTK%2B-2.0-in-Ubuntu-9.04-tp25727512p25728342.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25728100</id>
	<title>Fwd:  installing Gtkada / GTK+ 2.0 in Ubuntu 9.04</title>
	<published>2009-10-03T04:58:03Z</published>
	<updated>2009-10-03T04:58:03Z</updated>
	<author>
		<name>Mike-591</name>
	</author>
	<content type="html">Do you need 2.14 specifically?  If not it is easier to install the
&lt;br&gt;Ubuntu package (currently version 2.12.0), which will manage the
&lt;br&gt;dependencies for you - just type `sudo apt-get install libgtkada2-dev`
&lt;br&gt;in a terminal or install via System-&amp;gt;Administration-&amp;gt;Synaptic Package
&lt;br&gt;Manager.
&lt;br&gt;&lt;br&gt;2009/10/3 Rob Groen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25728100&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;robgr@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I downloaded Gtkada 2.14 and gtk+2.14.5.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I tried to install Gtkada 2.14 on Ubuntu 9.04.but configure complained
&lt;br&gt;&amp;gt; that gtk+ needs to be installed. The gtk+ tgz gives no clue as to where
&lt;br&gt;&amp;gt; the contents must be unzipped to, and I have no idea how to make that
&lt;br&gt;&amp;gt; installation directory (or whatever it is that configure must know)
&lt;br&gt;&amp;gt; known to configure.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Help is appreciated
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Rob
&lt;br&gt;&amp;gt; ---------------
&lt;br&gt;&amp;gt; If Elvis was still allive, he'd be dead by now
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; gtkada mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25728100&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25728100&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/installing-Gtkada---GTK%2B-2.0-in-Ubuntu-9.04-tp25727512p25728100.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25727512</id>
	<title>installing Gtkada / GTK+ 2.0 in Ubuntu 9.04</title>
	<published>2009-10-03T03:27:58Z</published>
	<updated>2009-10-03T03:27:58Z</updated>
	<author>
		<name>Rob Groen</name>
	</author>
	<content type="html">Hello all,
&lt;br&gt;&lt;br&gt;I downloaded Gtkada 2.14 and gtk+2.14.5.
&lt;br&gt;&lt;br&gt;I tried to install Gtkada 2.14 on Ubuntu 9.04.but configure complained 
&lt;br&gt;that gtk+ needs to be installed. The gtk+ tgz gives no clue as to where 
&lt;br&gt;the contents must be unzipped to, and I have no idea how to make that 
&lt;br&gt;installation directory (or whatever it is that configure must know) 
&lt;br&gt;known to configure.
&lt;br&gt;&lt;br&gt;Help is appreciated
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Rob
&lt;br&gt;---------------
&lt;br&gt;If Elvis was still allive, he'd be dead by now
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25727512&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/installing-Gtkada---GTK%2B-2.0-in-Ubuntu-9.04-tp25727512p25727512.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25248830</id>
	<title>Re: FW: Problem Linking after Compiling - cannot find</title>
	<published>2009-09-01T15:53:45Z</published>
	<updated>2009-09-01T15:53:45Z</updated>
	<author>
		<name>Rick Duley-2</name>
	</author>
	<content type="html">&lt;div class=&quot;gmail_quote&quot;&gt;
&lt;blockquote style=&quot;BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex&quot; class=&quot;gmail_quote&quot;&gt;Hi Bobby&lt;br&gt;&lt;/blockquote&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;I don&amp;#39;t know if you are using the PC version of GtkAda, but if you are, go to &lt;a href=&quot;http://adasafehouse.webs.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://adasafehouse.webs.com&lt;/a&gt; and follow the links to GtkAda Programming Material -&amp;gt; Solutions.&lt;/div&gt;

&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Follow the instructions in the pamphlet &amp;quot;Getting GtkAda Going.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;I think that might solve the problem.&lt;/div&gt;
&lt;blockquote style=&quot;BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex&quot; class=&quot;gmail_quote&quot;&gt;&lt;span&gt;&lt;/span&gt;
&lt;div lang=&quot;EN-US&quot; vlink=&quot;purple&quot; link=&quot;blue&quot;&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style=&quot;BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt&quot;&gt;
&lt;p&gt;&lt;b&gt;&lt;span style=&quot;FONT-SIZE: 10pt&quot;&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;FONT-SIZE: 10pt&quot;&gt; Golden, Bobby &lt;br&gt;&lt;b&gt;Sent:&lt;/b&gt; Thursday, August 27, 2009 2:05 PM&lt;br&gt;&lt;b&gt;To:&lt;/b&gt; &amp;#39;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25248830&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;&amp;#39;&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Problem Linking after Compiling - cannot find -lgtkada&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I am having this problem when using the make file on GPS for a simple GTKAda program.  &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;gnatbind -I- -x h:\gtkada_button\gtkada_button_obj\window1.ali&lt;/p&gt;
&lt;p&gt;gnatlink h:\gtkada_button\gtkada_button_obj\window1.ali -o h:\gtkada_button\gtkada_button_obj\window1.exe&lt;/p&gt;
&lt;p&gt;C:\GNATPRO\5.03a\bin\..\libexec\gcc\pentium-mingw32msv\3.4.4\ld.exe: cannot find -lgtkada&lt;/p&gt;
&lt;p&gt;gnatlink: cannot call C:\GNATPRO\5.03a\bin\gcc.exe&lt;/p&gt;
&lt;p&gt;gnatmake: *** link failed.&lt;/p&gt;
&lt;p&gt;process exited with status 4&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Do you have any suggestions? &lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;-- &lt;br&gt;Rick Duley&lt;br&gt;North Perth, &lt;br&gt;Western Australia &lt;br&gt;&lt;a href=&quot;http://rickduley.webs.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rickduley.webs.com&lt;/a&gt; &lt;br&gt;                                     .-_|\&lt;br&gt;
                                    /     \&lt;br&gt;                              perth *_.-._/&lt;br&gt;                                         v&lt;br&gt;aussie : 0409 106 049 &lt;br&gt;o&amp;#39;seas : +61 409 106 049 &lt;br&gt;--------------------------------------------&lt;br&gt;
&amp;quot;People demand freedom of speech&lt;br&gt;      as a compensation for&lt;br&gt;             the freedom of thought&lt;br&gt;                    which they seldom use.&amp;quot;&lt;br&gt;             (Soren Kierkegarrd, 1813-1855)&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25248830&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-FW%3A-Problem-Linking-after-Compiling---cannot-find-tp25248830p25248830.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25242981</id>
	<title>Re: FW: Submission method</title>
	<published>2009-09-01T08:58:01Z</published>
	<updated>2009-09-01T08:58:01Z</updated>
	<author>
		<name>Nicolas Setton</name>
	</author>
	<content type="html">&lt;br&gt;Hello Robert,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Anyone?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'd like to submit a GtkBuilder binding (although minimal).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /R
&lt;br&gt;&lt;br&gt;I have forwarded this to the legal department at AdaCore, who will &amp;nbsp;
&lt;br&gt;find a convenient way for us to receive contributions.
&lt;br&gt;&lt;br&gt;The reason is that we must guarantee the IP cleanliness of everything &amp;nbsp;
&lt;br&gt;that we distribute to our customers. As a result, we cannot even &amp;nbsp;
&lt;br&gt;*look* at external contributions before we have done the legal &amp;nbsp;
&lt;br&gt;assurance. (Most probably this means that you will have to fill a form &amp;nbsp;
&lt;br&gt;certifying that you are the sole writer of the contribution and that &amp;nbsp;
&lt;br&gt;you agree for us to use it).
&lt;br&gt;&lt;br&gt;I'll let you know as soon as we have a procedure approved by the legal &amp;nbsp;
&lt;br&gt;department.
&lt;br&gt;&lt;br&gt;Nicolas
&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25242981&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FW%3A-Submission-method-tp25241511p25242981.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25241511</id>
	<title>FW: Submission method</title>
	<published>2009-09-01T07:36:55Z</published>
	<updated>2009-09-01T07:36:55Z</updated>
	<author>
		<name>ter Vehn Robert</name>
	</author>
	<content type="html">Anyone?
&lt;br&gt;&lt;br&gt;I'd like to submit a GtkBuilder binding (although minimal).
&lt;br&gt;&lt;br&gt;/R
&lt;br&gt;&lt;br&gt;_______________
&lt;br&gt;Robert ter Vehn
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25241511&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada-bounces@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25241511&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada-bounces@...&lt;/a&gt;] On Behalf Of ter Vehn Robert
&lt;br&gt;Sent: den 24 augusti 2009 14:03
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25241511&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;Subject: [gtkada] Submission method
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;How do I send in a contribution? I tried to e-mail a zip-file but the e-mail got rejected.
&lt;br&gt;&lt;br&gt;Kind Regards
&lt;br&gt;Robert
&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25241511&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25241511&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FW%3A-Submission-method-tp25241511p25241511.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25228155</id>
	<title>Re: FW: Problem Linking after Compiling - cannot find -lgtkada</title>
	<published>2009-08-31T11:26:24Z</published>
	<updated>2009-08-31T11:26:24Z</updated>
	<author>
		<name>Dmitry A. Kazakov</name>
	</author>
	<content type="html">On Mon, 31 Aug 2009 10:08:31 -0400, you wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I am linking using gprbuild (GNA GPS). &amp;nbsp;Should I be adding something 
&lt;br&gt;&amp;gt; to the project file?
&lt;br&gt;&lt;br&gt;Only with &amp;quot;gtkada.gpr&amp;quot;;
&lt;br&gt;&lt;br&gt;But from the error messages it seems that you already did. So I think it is
&lt;br&gt;because of use the relocatable library. Select in GPS static for
&lt;br&gt;&amp;quot;Library_Build&amp;quot;, or from the command line, specify -XLIBRARY_TYPE=static
&lt;br&gt;for gprbuild.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Regards,
&lt;br&gt;Dmitry A. Kazakov
&lt;br&gt;&lt;a href=&quot;http://www.dmitry-kazakov.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.dmitry-kazakov.de&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25228155&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-Linking-after-Compiling---cannot-find--lgtkada-tp25177103p25228155.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25224061</id>
	<title>Re: FW: Problem Linking after Compiling - cannot find -lgtkada</title>
	<published>2009-08-31T07:04:03Z</published>
	<updated>2009-08-31T07:04:03Z</updated>
	<author>
		<name>Dmitry A. Kazakov</name>
	</author>
	<content type="html">On Mon, 31 Aug 2009 09:47:55 -0400, you wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: Golden, Bobby
&lt;br&gt;&amp;gt; Sent: Thursday, August 27, 2009 2:05 PM
&lt;br&gt;&amp;gt; To: '&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25224061&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;'
&lt;br&gt;&amp;gt; Subject: Problem Linking after Compiling - cannot find -lgtkada
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am having this problem when using the make file on GPS for a simple GTKAda program.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; gnatbind -I- -x h:\gtkada_button\gtkada_button_obj\window1.ali
&lt;br&gt;&amp;gt; gnatlink h:\gtkada_button\gtkada_button_obj\window1.ali -o h:\gtkada_button\gtkada_button_obj\window1.exe
&lt;br&gt;&amp;gt; C:\GNATPRO\5.03a\bin\..\libexec\gcc\pentium-mingw32msv\3.4.4\ld.exe: cannot find -lgtkada
&lt;br&gt;&amp;gt; gnatlink: cannot call C:\GNATPRO\5.03a\bin\gcc.exe
&lt;br&gt;&amp;gt; gnatmake: *** link failed.
&lt;br&gt;&amp;gt; process exited with status 4
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Do you have any suggestions?
&lt;/div&gt;&lt;br&gt;-largs -LC:/GtkAda/lib/gtkada/static -lgtkada ?
&lt;br&gt;&lt;br&gt;But you should really tell how you are linking it. E.g. when using
&lt;br&gt;gnatmake, then the command you have used. When using gprbuild (and GNAT
&lt;br&gt;GPS), then the command and/or the gpr proiject file.
&lt;br&gt;&lt;br&gt;Are you trying to link to a relocatable version of GtkAda. Last time I
&lt;br&gt;tried it under Windows, it didn't work. Try the static one.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Regards,
&lt;br&gt;Dmitry A. Kazakov
&lt;br&gt;&lt;a href=&quot;http://www.dmitry-kazakov.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.dmitry-kazakov.de&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25224061&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-Linking-after-Compiling---cannot-find--lgtkada-tp25177103p25224061.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25223833</id>
	<title>FW: Problem Linking after Compiling - cannot find -lgtkada</title>
	<published>2009-08-31T06:47:55Z</published>
	<updated>2009-08-31T06:47:55Z</updated>
	<author>
		<name>Bobby.Golden</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:x=&quot;urn:schemas-microsoft-com:office:excel&quot; xmlns:p=&quot;urn:schemas-microsoft-com:office:powerpoint&quot; xmlns:a=&quot;urn:schemas-microsoft-com:office:access&quot; xmlns:dt=&quot;uuid:C2F41010-65B3-11d1-A29F-00AA00C14882&quot; xmlns:s=&quot;uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882&quot; xmlns:rs=&quot;urn:schemas-microsoft-com:rowset&quot; xmlns:Z=&quot;urn:schemas-microsoft-com:&quot; xmlns:b=&quot;urn:schemas-microsoft-com:office:publisher&quot; xmlns:ss=&quot;urn:schemas-microsoft-com:office:spreadsheet&quot; xmlns:c=&quot;urn:schemas-microsoft-com:office:component:spreadsheet&quot; xmlns:odc=&quot;urn:schemas-microsoft-com:office:odc&quot; xmlns:oa=&quot;urn:schemas-microsoft-com:office:activation&quot; xmlns:html=&quot;http://www.w3.org/TR/REC-html40&quot; xmlns:q=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:rtc=&quot;http://microsoft.com/officenet/conferencing&quot; xmlns:D=&quot;DAV:&quot; xmlns:Repl=&quot;http://schemas.microsoft.com/repl/&quot; xmlns:mt=&quot;http://schemas.microsoft.com/sharepoint/soap/meetings/&quot; xmlns:x2=&quot;http://schemas.microsoft.com/office/excel/2003/xml&quot; xmlns:ppda=&quot;http://www.passport.com/NameSpace.xsd&quot; xmlns:ois=&quot;http://schemas.microsoft.com/sharepoint/soap/ois/&quot; xmlns:dir=&quot;http://schemas.microsoft.com/sharepoint/soap/directory/&quot; xmlns:ds=&quot;http://www.w3.org/2000/09/xmldsig#&quot; xmlns:dsp=&quot;http://schemas.microsoft.com/sharepoint/dsp&quot; xmlns:udc=&quot;http://schemas.microsoft.com/data/udc&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:sub=&quot;http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/&quot; xmlns:ec=&quot;http://www.w3.org/2001/04/xmlenc#&quot; xmlns:sp=&quot;http://schemas.microsoft.com/sharepoint/&quot; xmlns:sps=&quot;http://schemas.microsoft.com/sharepoint/soap/&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:udcs=&quot;http://schemas.microsoft.com/data/udc/soap&quot; xmlns:udcxf=&quot;http://schemas.microsoft.com/data/udc/xmlfile&quot; xmlns:udcp2p=&quot;http://schemas.microsoft.com/data/udc/parttopart&quot; xmlns:wf=&quot;http://schemas.microsoft.com/sharepoint/soap/workflow/&quot; xmlns:dsss=&quot;http://schemas.microsoft.com/office/2006/digsig-setup&quot; xmlns:dssi=&quot;http://schemas.microsoft.com/office/2006/digsig&quot; xmlns:mdssi=&quot;http://schemas.openxmlformats.org/package/2006/digital-signature&quot; xmlns:mver=&quot;http://schemas.openxmlformats.org/markup-compatibility/2006&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns:mrels=&quot;http://schemas.openxmlformats.org/package/2006/relationships&quot; xmlns:spwp=&quot;http://microsoft.com/sharepoint/webpartpages&quot; xmlns:ex12t=&quot;http://schemas.microsoft.com/exchange/services/2006/types&quot; xmlns:ex12m=&quot;http://schemas.microsoft.com/exchange/services/2006/messages&quot; xmlns:pptsl=&quot;http://schemas.microsoft.com/sharepoint/soap/SlideLibrary/&quot; xmlns:spsl=&quot;http://microsoft.com/webservices/SharePointPortalServer/PublishedLinksService&quot; xmlns:st=&quot;&amp;#1;&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span style='color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt; Golden, Bobby &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Thursday, August 27, 2009 2:05 PM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; '&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25223833&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;'&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Problem Linking after Compiling - cannot find -lgtkada&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;I am having this problem when using the make file on GPS for
a simple GTKAda program.&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;gnatbind -I- -x
h:\gtkada_button\gtkada_button_obj\window1.ali&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;gnatlink h:\gtkada_button\gtkada_button_obj\window1.ali -o
h:\gtkada_button\gtkada_button_obj\window1.exe&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;C:\GNATPRO\5.03a\bin\..\libexec\gcc\pentium-mingw32msv\3.4.4\ld.exe:
cannot find -lgtkada&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;gnatlink: cannot call C:\GNATPRO\5.03a\bin\gcc.exe&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;gnatmake: *** link failed.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;process exited with status 4&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Do you have any suggestions? &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:13.5pt;font-family:&quot;Brush Script MT&quot;'&gt;Bobby
Golden&lt;/span&gt;&lt;/b&gt;&lt;span style='font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;email:
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25223833&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bobby.Golden@...&lt;/a&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25223833&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-Linking-after-Compiling---cannot-find--lgtkada-tp25177103p25223833.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25177103</id>
	<title>Problem Linking after Compiling - cannot find -lgtkada</title>
	<published>2009-08-27T11:04:44Z</published>
	<updated>2009-08-27T11:04:44Z</updated>
	<author>
		<name>Bobby.Golden</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;I am having this problem when using the make file on GPS for
a simple GTKAda program.&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;gnatbind -I- -x
h:\gtkada_button\gtkada_button_obj\window1.ali&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;gnatlink h:\gtkada_button\gtkada_button_obj\window1.ali -o h:\gtkada_button\gtkada_button_obj\window1.exe&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;C:\GNATPRO\5.03a\bin\..\libexec\gcc\pentium-mingw32msv\3.4.4\ld.exe:
cannot find -lgtkada&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;gnatlink: cannot call C:\GNATPRO\5.03a\bin\gcc.exe&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;gnatmake: *** link failed.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;process exited with status 4&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Do you have any suggestions? &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:13.5pt;font-family:&quot;Brush Script MT&quot;'&gt;Bobby
Golden&lt;/span&gt;&lt;/b&gt;&lt;span style='font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;email:
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25177103&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bobby.Golden@...&lt;/a&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25177103&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-Linking-after-Compiling---cannot-find--lgtkada-tp25177103p25177103.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25114853</id>
	<title>Submission method</title>
	<published>2009-08-24T05:02:40Z</published>
	<updated>2009-08-24T05:02:40Z</updated>
	<author>
		<name>ter Vehn Robert</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;How do I send in a contribution? I tried to e-mail a zip-file but the e-mail got rejected.
&lt;br&gt;&lt;br&gt;Kind Regards
&lt;br&gt;Robert
&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25114853&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Submission-method-tp25114853p25114853.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24865645</id>
	<title>ANN: GtkAda Contributions v2.4 with GtkSourceView support</title>
	<published>2009-08-07T07:12:41Z</published>
	<updated>2009-08-07T07:12:41Z</updated>
	<author>
		<name>Dmitry A. Kazakov</name>
	</author>
	<content type="html">This library is proposed as a contribution to GtkAda, an Ada bindings to
&lt;br&gt;GTK+. It deals with the following issues:
&lt;br&gt;&lt;br&gt;1. Tasking support;
&lt;br&gt;2. Custom models for tree view widget;
&lt;br&gt;3. Custom cell renderers for tree view widget;
&lt;br&gt;4. Multi-columned derived model;
&lt;br&gt;5. Extension derived model (to add columns to an existing model);
&lt;br&gt;6. Abstract caching model for directory-like data;
&lt;br&gt;7. Tree view and list view widgets for navigational browsing of abstract
&lt;br&gt;caching models;
&lt;br&gt;8. File system navigation widgets with wildcard filtering;
&lt;br&gt;9. Resource styles;
&lt;br&gt;10. Capturing resources of a widget;
&lt;br&gt;11. Embeddable images;
&lt;br&gt;12. Some missing subprograms and bug fixes;
&lt;br&gt;13. Measurement unit selection widget and dialogs;
&lt;br&gt;14. Improved hue-luminance-saturation color model;
&lt;br&gt;15. Simplified image buttons and buttons customizable by style properties;
&lt;br&gt;16. Controlled Ada types for GTK+ strong and weak references;
&lt;br&gt;17. Simplified means to create lists of strings;
&lt;br&gt;18. Spawning processes synchronously and asynchronously with pipes;
&lt;br&gt;19. Capturing asynchronous process standard I/O by Ada tasks and by text
&lt;br&gt;buffers.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.dmitry-kazakov.de/ada/gtkada_contributions.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.dmitry-kazakov.de/ada/gtkada_contributions.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;Changes to the previous version:
&lt;br&gt;&lt;br&gt;1. Support for translation of stack traceback into symbolic form by pasting
&lt;br&gt;from the clipboard;
&lt;br&gt;2. Set_Selection and Reset_Selection were added to Gtk.Abstract_Browser;
&lt;br&gt;3. Get_Directory_Object and Get_Storage were added to
&lt;br&gt;Gtk.Persistent_Storage_Browser;
&lt;br&gt;4. Full GtkSourceView bindings were added..
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Regards,
&lt;br&gt;Dmitry A. Kazakov
&lt;br&gt;&lt;a href=&quot;http://www.dmitry-kazakov.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.dmitry-kazakov.de&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24865645&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ANN%3A-GtkAda-Contributions-v2.4-with-GtkSourceView-support-tp24865645p24865645.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24841563</id>
	<title>Re: gtksourceview for gtkada</title>
	<published>2009-08-06T00:05:18Z</published>
	<updated>2009-08-06T00:05:18Z</updated>
	<author>
		<name>Arnaud Charlet</name>
	</author>
	<content type="html">&amp;gt; No, we don't have bindings for gtksourceview at the moment. It might &amp;nbsp;
&lt;br&gt;&amp;gt; be added to future releases of GtkAda, although we don't have a target &amp;nbsp;
&lt;br&gt;&amp;gt; date for this. Maybe someone from the community will provide the &amp;nbsp;
&lt;br&gt;&amp;gt; binding and accelerate the process...
&lt;br&gt;&lt;br&gt;A good starting point would be to use the contrib/binding.pl script from
&lt;br&gt;GtkAda sources which will do an initial pass, given a gtkxxx.h header file.
&lt;br&gt;&lt;br&gt;Arno
&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24841563&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gtksourceview-for-gtkada-tp24795949p24841563.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24823338</id>
	<title>Re: WebKit and GTKAda</title>
	<published>2009-08-05T02:06:59Z</published>
	<updated>2009-08-05T02:06:59Z</updated>
	<author>
		<name>Nicolas Setton</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Hello,&lt;/div&gt;&lt;div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;position: static; z-index: auto; &quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;&lt;pre&gt;What are the plans for implementing WebKit for GtkAda. Does it currently work? If not are there plans to include it soon?&lt;br&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;div&gt;We have no plans for webkit at the moment.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Nicolas&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24823338&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WebKit-and-GTKAda-tp24817332p24823338.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24823325</id>
	<title>Re: gtksourceview for gtkada</title>
	<published>2009-08-05T02:05:34Z</published>
	<updated>2009-08-05T02:05:34Z</updated>
	<author>
		<name>Nicolas Setton</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;&amp;gt; I'm trying to make a simple text editor with syntax highlighting for a
&lt;br&gt;&amp;gt; specific language, and I'm using gtkada for it. The problem is that
&lt;br&gt;&amp;gt; gtkada doesn't seem to have the gtksourceview widget.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Someone knows if anyone added that widget in a contribution or &amp;nbsp;
&lt;br&gt;&amp;gt; something?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; will it be added in future releases of gtkada?
&lt;br&gt;&lt;br&gt;No, we don't have bindings for gtksourceview at the moment. It might &amp;nbsp;
&lt;br&gt;be added to future releases of GtkAda, although we don't have a target &amp;nbsp;
&lt;br&gt;date for this. Maybe someone from the community will provide the &amp;nbsp;
&lt;br&gt;binding and accelerate the process...
&lt;br&gt;&lt;br&gt;Nicolas
&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24823325&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gtksourceview-for-gtkada-tp24795949p24823325.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24817332</id>
	<title>WebKit and GTKAda</title>
	<published>2009-08-04T15:20:39Z</published>
	<updated>2009-08-04T15:20:39Z</updated>
	<author>
		<name>Gary Dumer</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;&lt;pre&gt;What are the plans for implementing WebKit for GtkAda. Does it currently work? If not are there plans to include it soon?&lt;br&gt;&lt;br&gt;Thanks... Gary.&lt;br&gt;&lt;br&gt;P.S. I posted this in July but no one responded so I thought I'd try again.&lt;br&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;

      &lt;br /&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24817332&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WebKit-and-GTKAda-tp24817332p24817332.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24795949</id>
	<title>gtksourceview for gtkada</title>
	<published>2009-08-03T11:39:32Z</published>
	<updated>2009-08-03T11:39:32Z</updated>
	<author>
		<name>José Pablo Lucero Lorca</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm trying to make a simple text editor with syntax highlighting for a
&lt;br&gt;specific language, and I'm using gtkada for it. The problem is that
&lt;br&gt;gtkada doesn't seem to have the gtksourceview widget.
&lt;br&gt;&lt;br&gt;Someone knows if anyone added that widget in a contribution or something?
&lt;br&gt;&lt;br&gt;will it be added in future releases of gtkada?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24795949&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gtksourceview-for-gtkada-tp24795949p24795949.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24775961</id>
	<title>Re: Current version number</title>
	<published>2009-08-02T01:55:08Z</published>
	<updated>2009-08-02T01:55:08Z</updated>
	<author>
		<name>Arnaud Charlet</name>
	</author>
	<content type="html">&amp;gt; Reviewing the latest changes in the public Subversion repository, I note
&lt;br&gt;&amp;gt; that the patches against GTK+ 2.14 have been replaced with patches
&lt;br&gt;&amp;gt; against GTK+ 2.16.
&lt;br&gt;&lt;br&gt;This is work in progress, not effective yet.
&lt;br&gt;&lt;br&gt;Arno
&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24775961&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Current-version-number-tp24773698p24775961.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24773698</id>
	<title>Current version number</title>
	<published>2009-08-01T16:47:04Z</published>
	<updated>2009-08-01T16:47:04Z</updated>
	<author>
		<name>Ludovic Brenta-2</name>
	</author>
	<content type="html">Hello folks
&lt;br&gt;&lt;br&gt;Reviewing the latest changes in the public Subversion repository, I note
&lt;br&gt;that the patches against GTK+ 2.14 have been replaced with patches
&lt;br&gt;against GTK+ 2.16.
&lt;br&gt;&lt;br&gt;The GtkAda version number (in the documentation and build machinery) is
&lt;br&gt;still 2.14.1. &amp;nbsp;I think this affects the soname of shared libraries, too.
&lt;br&gt;&lt;br&gt;Are you guys simply shy, or is there a good reason not to change the
&lt;br&gt;GtkAda version number to 2.16?
&lt;br&gt;&lt;br&gt;(Version numbers are important in only one context: marketing; and I'm
&lt;br&gt;now starting work on the next version of GtkAda in Debian, where the
&lt;br&gt;current GTK+ is 2.16.1-2).
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ludovic Brenta.
&lt;br&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24773698&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Current-version-number-tp24773698p24773698.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24632061</id>
	<title>WebKit</title>
	<published>2009-07-23T11:49:10Z</published>
	<updated>2009-07-23T11:49:10Z</updated>
	<author>
		<name>Gary Dumer</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;What are the plans for WebKit and GtkAda. Does it currently work? If not are there plans to include it soon?&lt;br&gt;&lt;br&gt;Thanks... Gary.&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;

      &lt;br /&gt;_______________________________________________
&lt;br&gt;gtkada mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24632061&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gtkada@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gtkada&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gtkada&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WebKit-tp24632061p24632061.html" />
</entry>

</feed>
