<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-2291</id>
	<title>Nabble - GNAT Programming Studio</title>
	<updated>2008-05-25T22:44:49Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/GNAT-Programming-Studio-f2291.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/GNAT-Programming-Studio-f2291.html" />
	<subtitle type="html">GPS, the GNAT Programming Studio, is a cutting-edge Free Software IDE that streamlines the interaction between developers and their software. With its intuitive interface, GPS is easy to use, simplifying source navigation and highlighting the fundamental ideas in the program. GNAT Programming Studio home is &lt;a href=&quot;http://libre.act-europe.fr/gps/main.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-17466120</id>
	<title>ESSENTIAL BUG</title>
	<published>2008-05-25T22:44:49Z</published>
	<updated>2008-05-25T22:44:49Z</updated>
	<author>
		<name>Tillmann Eid</name>
	</author>
	<content type="html">Hi there,
&lt;br&gt;&lt;br&gt;Although I'm very enthusiastic about Ada's possibilities and its safety, 
&lt;br&gt;it's just some days ago that I encoutered a real bug while compiling. I 
&lt;br&gt;reproduced it with this minimal code(see below)
&lt;br&gt;&lt;br&gt;&lt;br&gt;When compiling it chrashes with this message:
&lt;br&gt;&lt;br&gt;&lt;br&gt;###### ERROR MESSAGE ######
&lt;br&gt;&lt;br&gt;&lt;br&gt;gnatmake -P....\Ada\Comp_Error\comp_error.gpr Compilation_Error.adb -d
&lt;br&gt;gcc -c &amp;quot;-gnatec=....Ada\Comp_Error\GNAT-TEMP-000001.TMP&amp;quot; -I- -gnatA 
&lt;br&gt;&amp;quot;-gnatem=....Ada\Comp_Error\GNAT-TEMP-000002.TMP&amp;quot; 
&lt;br&gt;&amp;quot;....Ada\Comp_Error\Compilation_Error.adb&amp;quot;
&lt;br&gt;+===========================GNAT BUG DETECTED==============================+
&lt;br&gt;| GPL 2007 (20070405-41) (i586-pc-mingw32msv) Program_Error 
&lt;br&gt;EXCEPTION_ACCESS_VIOLATION|
&lt;br&gt;| Error detected at compilation_error.adb:20:4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| Please submit a bug report by email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17466120&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;report@...&lt;/a&gt;. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| GAP members can alternatively use GNAT Tracker: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| &lt;a href=&quot;http://www.adacore.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.adacore.com/&lt;/a&gt;&amp;nbsp;section 'send a report'. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| See gnatinfo.txt for full info on procedure for submitting bugs. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| Use a subject line meaningful to you and us to track the bug. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| Include the entire contents of this bug box in the report. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| Include the exact gcc or gnatmake command that you entered. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| Also include sources listed below in gnatchop format &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| (concatenated together with no headers between files). &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| Use plain ASCII or MIME attachment. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;+==========================================================================+
&lt;br&gt;&lt;br&gt;Please include these source files with error report
&lt;br&gt;Note that list may not be accurate in some cases,
&lt;br&gt;so please double check that the problem can still
&lt;br&gt;be reproduced with the set of files listed.
&lt;br&gt;&lt;br&gt;....Ada\Comp_Error\compilation_error.adb
&lt;br&gt;....ada\comp_error\compilation_error.ads
&lt;br&gt;gnatmake: &amp;quot;....ada\comp_error\compilation_error.adb&amp;quot; compilation error
&lt;br&gt;&lt;br&gt;process exited with status 4
&lt;br&gt;gnat pretty -rf -PC:\Dokumente\ und\ Einstellungen\Tillmann\ Eid\Eigene\ 
&lt;br&gt;Dateien\Programmierung\Ada\Comp_Error\comp_error.gpr C:\Dokumente\ und\ 
&lt;br&gt;Einstellungen\Tillmann\ Eid\Eigene\ 
&lt;br&gt;Dateien\Programmierung\Ada\Comp_Error\Compilation_Error.adb
&lt;br&gt;gnat pretty -rf -PC:\Dokumente\ und\ Einstellungen\Tillmann\ Eid\Eigene\ 
&lt;br&gt;Dateien\Programmierung\Ada\Comp_Error\comp_error.gpr C:\Dokumente\ und\ 
&lt;br&gt;Einstellungen\Tillmann\ Eid\Eigene\ 
&lt;br&gt;Dateien\Programmierung\Ada\Comp_Error\compilation_error.ads
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;####### PROGRAMM CODE ######
&lt;br&gt;&lt;br&gt;&lt;br&gt;package Compilation_Error is
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;type T is task interface;
&lt;br&gt;&amp;nbsp; &amp;nbsp;procedure Start (S : in String) is abstract;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;task type T1 is new T with
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; entry Start (S : in String);
&lt;br&gt;&amp;nbsp; &amp;nbsp;end T1;
&lt;br&gt;&lt;br&gt;end Compilation_Error;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;with Ada.Text_IO;
&lt;br&gt;&lt;br&gt;package body Compilation_Error is
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;task body T1 is
&lt;br&gt;&amp;nbsp; &amp;nbsp;begin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; accept Start (S : in String) do
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ada.Text_IO.Put_Line (S);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; end Start;
&lt;br&gt;&amp;nbsp; &amp;nbsp;end T1;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;T_Ptr : access T'Class;
&lt;br&gt;&lt;br&gt;begin
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;T_Ptr := new T1;
&lt;br&gt;&amp;nbsp; &amp;nbsp;T1 (T_Ptr).Start (&amp;quot;Ok, I made it!&amp;quot;);
&lt;br&gt;&lt;br&gt;end Compilation_Error;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;###############
&lt;br&gt;&lt;br&gt;That's it - and I've no idea why it chrashes.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thank you all in advance !
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;Tillmann
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17466120&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ESSENTIAL-BUG-tp17466120p17466120.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16360844</id>
	<title>add VS2005 C++ compiler to GPS</title>
	<published>2008-03-28T12:55:20Z</published>
	<updated>2008-03-28T12:55:20Z</updated>
	<author>
		<name>petey1</name>
	</author>
	<content type="html">Does anyone know how to setup GPS so that it can compile/build/link both C++ and Ada code. I know you can use g++ but i've already got a VS 2005 compiler on my machine? &lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/add-VS2005-C%2B%2B-compiler-to-GPS-tp16360844p16360844.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16326636</id>
	<title>Re: Still Trying to Build on Fedora 8</title>
	<published>2008-03-27T04:02:21Z</published>
	<updated>2008-03-27T04:02:21Z</updated>
	<author>
		<name>Gautier de Montmollin</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;head&gt;

&lt;/head&gt;
&lt;body class='hmmessage'&gt;
Well, as far as I can remember, the versions that came with the PCs I bought a few years ago didn't cost billions...&lt;br&gt;Agreed, MS software was not always worth its price (especially at the time it was rather crashy &quot;alpha&quot; versions and customers paid to test it).&lt;br&gt;On the other hand, now I can find good second-hand MS software, e.g. for 20 francs, on the &quot;marché aux puces&quot; nearby. The cost is a lot smaller than the time I would spend to try building GNAT or GPS on some systems.&lt;br&gt;Even institutions can get second-hand MS software (MS lost a trial on that): http://www.usedsoft.com/&lt;br&gt;My 2 centimes...&lt;br&gt;Gautier&lt;br&gt;&lt;br&gt;&lt;blockquote&gt;&lt;hr&gt;CC: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16326636&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;&lt;br&gt;From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16326636&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rblove_lists@...&lt;/a&gt;&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16326636&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdemont@...&lt;/a&gt;&lt;br&gt;Subject: Re: [gps-users] Still Trying to Build on Fedora 8&lt;br&gt;Date: Sun, 23 Mar 2008 20:29:06 -0500&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div&gt;On Mar 23, 2008, at 5:15 AM, Gautier de Montmollin wrote:&lt;br class=&quot;EC_Apple-interchange-newline&quot;&gt;&lt;blockquote&gt;&lt;span class=&quot;EC_Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;&quot;&gt;&lt;div class=&quot;EC_hmmessage&quot; style=&quot;font-size: 10pt; font-family: Tahoma;&quot;&gt;&amp;gt; Or switch to Debian :)&lt;br&gt;&lt;br&gt;Or Windows - hum, I have to grab quickly my bullet-proof jacket!&lt;/div&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;Well, somebody has to pay Microsoft all those billions. &amp;nbsp;It won't be me.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Perhaps the Ada Core staff was off on a long spring break and will be back soon.&lt;/div&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;hr /&gt;Windows Live Hotmail is giving away Zunes. &lt;a href='http://www.windowslive-hotmail.com/ZuneADay/?locale=en-US&amp;ocid=TXT_TAGLM_Mobile_Zune_V1' target='_new' rel=&quot;nofollow&quot;&gt; Enter for your chance to win.&lt;/a&gt;&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16326636&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Still-Trying-to-Build-on-Fedora-8-tp15886954p16326636.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16243966</id>
	<title>Re: Still Trying to Build on Fedora 8</title>
	<published>2008-03-23T18:29:06Z</published>
	<updated>2008-03-23T18:29:06Z</updated>
	<author>
		<name>Robert Love-6</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;br&gt;&lt;div&gt;&lt;html&gt;On Mar 23, 2008, at 5:15 AM, Gautier de Montmollin wrote:&lt;/html&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; &quot;&gt;&lt;div class=&quot;hmmessage&quot; style=&quot;font-size: 10pt; font-family: Tahoma; &quot;&gt;&gt; Or switch to Debian :)&lt;br&gt;&lt;br&gt;Or Windows - hum, I have to grab quickly my bullet-proof jacket!&lt;/div&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;Well, somebody has to pay Microsoft all those billions. &amp;nbsp;It won't be me.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Perhaps the Ada Core staff was off on a long spring break and will be back soon.&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16243966&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Still-Trying-to-Build-on-Fedora-8-tp15886954p16243966.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16233753</id>
	<title>Re: Still Trying to Build on Fedora 8</title>
	<published>2008-03-23T03:15:35Z</published>
	<updated>2008-03-23T03:15:35Z</updated>
	<author>
		<name>Gautier de Montmollin</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;head&gt;

&lt;/head&gt;
&lt;body class='hmmessage'&gt;
&amp;gt; Or switch to Debian :)&lt;br&gt;&lt;br&gt;
Or Windows - hum, I have to grab quickly my bullet-proof jacket!&lt;br&gt;&lt;br&gt;
Gautier&lt;br /&gt;&lt;hr /&gt;Watch “Cause Effect,” a show about real people making a real difference. &lt;a href='http://im.live.com/Messenger/IM/MTV/?source=text_watchcause' target='_new' rel=&quot;nofollow&quot;&gt;Learn more.&lt;/a&gt;&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16233753&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Still-Trying-to-Build-on-Fedora-8-tp15886954p16233753.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16108987</id>
	<title>Re: Still Trying to Build on Fedora 8</title>
	<published>2008-03-17T14:33:04Z</published>
	<updated>2008-03-17T14:33:04Z</updated>
	<author>
		<name>Ludovic Brenta-2</name>
	</author>
	<content type="html">Robert Love writes:
&lt;br&gt;&amp;gt; Hello? &amp;nbsp;Is anyone reading this? &amp;nbsp;I'm still puzzled by the idea that I &amp;nbsp;
&lt;br&gt;&amp;gt; have the wrong sources when I got the sources from the GPS project. &amp;nbsp; 
&lt;br&gt;&amp;gt; Can anyone explain this so I can finish building GPS?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for all assistance.
&lt;br&gt;&lt;br&gt;I read this but I'm not on Fedora and so I have little assistance to
&lt;br&gt;offer. &amp;nbsp;I suggest you join the GNU Ada project on SourceForge
&lt;br&gt;(&lt;a href=&quot;http://gnuada.sourceforge.net);&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gnuada.sourceforge.net);&lt;/a&gt;&amp;nbsp;they build RPMs of GPS among other
&lt;br&gt;things and their build scripts are public.
&lt;br&gt;&lt;br&gt;Or switch to Debian :)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ludovic Brenta.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16108987&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Still-Trying-to-Build-on-Fedora-8-tp15886954p16108987.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16091835</id>
	<title>Re: Still Trying to Build on Fedora 8</title>
	<published>2008-03-11T16:03:12Z</published>
	<updated>2008-03-11T16:03:12Z</updated>
	<author>
		<name>Robert Love-6</name>
	</author>
	<content type="html">Hello? &amp;nbsp;Is anyone reading this? &amp;nbsp;I'm still puzzled by the idea that I &amp;nbsp;
&lt;br&gt;have the wrong sources when I got the sources from the GPS project. &amp;nbsp; 
&lt;br&gt;Can anyone explain this so I can finish building GPS?
&lt;br&gt;&lt;br&gt;Thanks for all assistance.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Mar 6, 2008, at 5:39 PM, R. B. Love wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Guys, I hope I can finish building GPS this week. &amp;nbsp;Here is where it &amp;nbsp;
&lt;br&gt;&amp;gt; was
&lt;br&gt;&amp;gt; left at:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Then I stopped with this:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; gcc -c -g -gnatec=/home/rlove/gps/gps/gnat_debug.adc -g -O1 -gnata
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -gnatVa -gnatQ -gnaty -gnatwaCJe -gnat05 -I- -gnatA
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /home/rlove/gps/kernel/src_info/projects-registry.adb
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; projects-registry.adb:1964:07: no candidate interpretations match &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; actuals:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; projects-registry.adb:1964:07: too many arguments in call to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Pretty_Print&amp;quot; projects-registry.adb:1972:10: unmatched actual &amp;quot;Id&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; in call gnatmake:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;/home/rlove/gps/kernel/src_info/projects-registry.adb&amp;quot; compilation
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; error make[1]: *** [internal-build] Error 4
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Any tips or hints for this?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; You are not using the right version of the GNAT sources (in &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; particular
&lt;br&gt;&amp;gt;&amp;gt; prj-pp.ads)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hm, that's strange. &amp;nbsp;I seem to only have two copies of the file
&lt;br&gt;&amp;gt; prj-pps.ads on my system:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; rlove@falcon&amp;gt; locate prj-pp.ads
&lt;br&gt;&amp;gt; /home/rlove/ada/prj-pp.ads
&lt;br&gt;&amp;gt; /home/rlove/ada/.svn/text-base/prj-pp.ads.svn-base
&lt;br&gt;&amp;gt; /home/rlove/gps/gnat/prj-pp.ads
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The one in the gps directory is the one that came with this project &amp;nbsp;
&lt;br&gt;&amp;gt; and
&lt;br&gt;&amp;gt; the one in the ada directory came from following the instructions in &amp;nbsp;
&lt;br&gt;&amp;gt; the
&lt;br&gt;&amp;gt; INSTALL file where it says to check out source from svn co
&lt;br&gt;&amp;gt; svn://gcc.gnu.org/svn/gcc/trunk/gcc/ada &amp;nbsp; Both files are as new as &amp;nbsp;
&lt;br&gt;&amp;gt; this
&lt;br&gt;&amp;gt; week.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There is no difference between the files:
&lt;br&gt;&amp;gt; diff /home/rlove/gps/gnat/prj-pp.ads /home/rlove/ada/prj-pp.ads
&lt;br&gt;&amp;gt; rlove@falcon&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So I assume neither file is the correct one. &amp;nbsp;Let me turn this into a
&lt;br&gt;&amp;gt; concrete question: &amp;nbsp;Where do I get the correct file?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; gps-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16091835&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16091835&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Still-Trying-to-Build-on-Fedora-8-tp15886954p16091835.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15944436</id>
	<title>Other Fedora 8 Users?</title>
	<published>2008-03-09T11:18:55Z</published>
	<updated>2008-03-09T11:18:55Z</updated>
	<author>
		<name>Robert Love-6</name>
	</author>
	<content type="html">Have other fedora 8 users gotten GPS to build on their systems?
&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15944436&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Other-Fedora-8-Users--tp15944436p15944436.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15886954</id>
	<title>Still Trying to Build on Fedora 8</title>
	<published>2008-03-06T15:39:44Z</published>
	<updated>2008-03-06T15:39:44Z</updated>
	<author>
		<name>Robert Love-6</name>
	</author>
	<content type="html">Guys, I hope I can finish building GPS this week. &amp;nbsp;Here is where it was 
&lt;br&gt;left at:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; Then I stopped with this:
&lt;br&gt;&amp;gt;&amp;gt; gcc -c -g -gnatec=/home/rlove/gps/gps/gnat_debug.adc -g -O1 -gnata 
&lt;br&gt;&amp;gt;&amp;gt; -gnatVa -gnatQ -gnaty -gnatwaCJe -gnat05 -I- -gnatA 
&lt;br&gt;&amp;gt;&amp;gt; /home/rlove/gps/kernel/src_info/projects-registry.adb
&lt;br&gt;&amp;gt;&amp;gt; projects-registry.adb:1964:07: no candidate interpretations match the 
&lt;br&gt;&amp;gt;&amp;gt; actuals:
&lt;br&gt;&amp;gt;&amp;gt; projects-registry.adb:1964:07: too many arguments in call to
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;Pretty_Print&amp;quot; projects-registry.adb:1972:10: unmatched actual &amp;quot;Id&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; in call gnatmake:
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;/home/rlove/gps/kernel/src_info/projects-registry.adb&amp;quot; compilation
&lt;br&gt;&amp;gt;&amp;gt; error make[1]: *** [internal-build] Error 4
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Any tips or hints for this?
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You are not using the right version of the GNAT sources (in particular
&lt;br&gt;&amp;gt; prj-pp.ads)
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;Hm, that's strange. &amp;nbsp;I seem to only have two copies of the file 
&lt;br&gt;prj-pps.ads on my system:
&lt;br&gt;&lt;br&gt;rlove@falcon&amp;gt; locate prj-pp.ads
&lt;br&gt;/home/rlove/ada/prj-pp.ads
&lt;br&gt;/home/rlove/ada/.svn/text-base/prj-pp.ads.svn-base
&lt;br&gt;/home/rlove/gps/gnat/prj-pp.ads
&lt;br&gt;&lt;br&gt;The one in the gps directory is the one that came with this project and 
&lt;br&gt;the one in the ada directory came from following the instructions in the 
&lt;br&gt;INSTALL file where it says to check out source from svn co 
&lt;br&gt;svn://gcc.gnu.org/svn/gcc/trunk/gcc/ada &amp;nbsp; Both files are as new as this 
&lt;br&gt;week.
&lt;br&gt;&lt;br&gt;There is no difference between the files:
&lt;br&gt;diff /home/rlove/gps/gnat/prj-pp.ads /home/rlove/ada/prj-pp.ads
&lt;br&gt;rlove@falcon&amp;gt;
&lt;br&gt;&lt;br&gt;So I assume neither file is the correct one. &amp;nbsp;Let me turn this into a 
&lt;br&gt;concrete question: &amp;nbsp;Where do I get the correct file?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15886954&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Still-Trying-to-Build-on-Fedora-8-tp15886954p15886954.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15803584</id>
	<title>Adding submenu items to GPS</title>
	<published>2008-03-03T05:05:09Z</published>
	<updated>2008-03-03T05:05:09Z</updated>
	<author>
		<name>Arjan van Dijk</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;Following the documentation, I have tried to add a new submenu to GPS, with
&lt;br&gt;two entries.
&lt;br&gt;I wrote a small file named puffcustom.xml which is located in
&lt;br&gt;c:\MingW\share\gps\plug-ins\.
&lt;br&gt;The following code does actually add a new submenu item, but this submenu
&lt;br&gt;does not
&lt;br&gt;have any entries, only a small piece of sand shows up directly below the
&lt;br&gt;menu-tag &amp;quot;Puff_Tools&amp;quot;:
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;GPS&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;submenu after=&amp;quot;File&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;title&amp;gt;Puff_Tools&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;menu action=&amp;quot;execute my stats&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;title&amp;gt;unit testing/stats&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/menu&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;menu action=&amp;quot;execute my stats2&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;title&amp;gt;unit testing/stats2&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/menu&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/submenu&amp;gt;
&lt;br&gt;&amp;lt;/GPS&amp;gt;
&lt;br&gt;&lt;br&gt;How can I make the sub-entries of Puff_Tools visible?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&lt;br&gt;Arjan
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15803584&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-use-GPS-as-a-FORTRAN-workbench--tp15780224p15803584.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15795364</id>
	<title>Re: Building on Fedora 8</title>
	<published>2008-03-02T15:57:15Z</published>
	<updated>2008-03-02T15:57:15Z</updated>
	<author>
		<name>Robert Love-6</name>
	</author>
	<content type="html">Arnaud Charlet wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; Thank you. &amp;nbsp;It is not clear at all to me that those two source 
&lt;br&gt;&amp;gt;&amp;gt; directories are different.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well, in case of doubt, you should follow the instructions from the
&lt;br&gt;&amp;gt; INSTALL file to the letter.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; When I read link to sources, I looked on my 
&lt;br&gt;&amp;gt;&amp;gt; system to find sources and it seemed to have the right files.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As you can see, this is not the case, most sources are missing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; What could be wrong with the version of Glib? &amp;nbsp;What version of Glib is 
&lt;br&gt;&amp;gt;&amp;gt; expected?
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Again, you haven't followed the instructions from the INSTALL file apparently:
&lt;br&gt;&amp;gt; &amp;lt;&amp;lt;
&lt;br&gt;&amp;gt; - You need to use the SVN version of GtkAda matching GPS sources (same date/tag)
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; and are using some other version of GtkAda instead it seems.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Arno
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Yes, I've tried to build gtkada several times and failed so I grabbed an 
&lt;br&gt;RPM version. &amp;nbsp;I have removed that version and am trying to build from 
&lt;br&gt;scratch but I don't understand what the config script is having trouble 
&lt;br&gt;with:
&lt;br&gt;&lt;br&gt;&lt;br&gt;checking for pkg-config... /usr/bin/pkg-config
&lt;br&gt;checking for GTK - version &amp;gt;= 2.2.0... no
&lt;br&gt;*** Could not run GTK test program, checking why...
&lt;br&gt;*** The test program failed to compile or link. See the file config.log 
&lt;br&gt;for the
&lt;br&gt;*** exact error that occured. This usually means GTK was incorrectly 
&lt;br&gt;installed
&lt;br&gt;*** or that you have moved GTK since it was installed.
&lt;br&gt;&lt;br&gt;&lt;br&gt;but as far as I know, I've never touched the gtk+ installation on this 
&lt;br&gt;system:
&lt;br&gt;rlove@falcon&amp;gt; rpm -q 
&lt;br&gt;gtk2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;[/home/rlove]
&lt;br&gt;gtk2-2.12.5-1.fc8
&lt;br&gt;gtk2-2.12.5-1.fc8
&lt;br&gt;rlove@falcon&amp;gt; rpm -q gtk2-devel
&lt;br&gt;gtk2-devel-2.12.5-1.fc8
&lt;br&gt;gtk2-devel-2.12.5-1.fc8
&lt;br&gt;rlove@falcon&amp;gt;
&lt;br&gt;&lt;br&gt;I certainly seem to have GTK+2 installed and a version &amp;gt; 2.2.0 installed. &amp;nbsp;
&lt;br&gt;&lt;br&gt;The contents of config.log say:
&lt;br&gt;&lt;br&gt;configure:2985: checking for GTK - version &amp;gt;= 2.2.0
&lt;br&gt;configure:3072: gcc -o conftest -g -O2 -I/usr/include/gtk-2.0 
&lt;br&gt;-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
&lt;br&gt;-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
&lt;br&gt;-I/usr/lib/glib-2.0/include -I/usr/include/cairo &amp;nbsp; &amp;nbsp; conftest.c &amp;nbsp;
&lt;br&gt;-L/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 
&lt;br&gt;-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl 
&lt;br&gt;-lglib-2.0 &amp;nbsp; &amp;gt;&amp;5
&lt;br&gt;configure: In function 'main':
&lt;br&gt;configure:3034: warning: incompatible implicit declaration of built-in 
&lt;br&gt;function 'exit'
&lt;br&gt;/usr/gnat/libexec/gcc/i686-pc-linux-gnu/4.1.3/ld: cannot find -lcairo
&lt;br&gt;&lt;br&gt;&lt;br&gt;rlove@falcon&amp;gt; locate libcairo
&lt;br&gt;/usr/lib/libcairo.so.2
&lt;br&gt;/usr/lib/libcairo.so.2.11.7
&lt;br&gt;/usr/lib64/libcairo.so
&lt;br&gt;/usr/lib64/libcairo.so.2
&lt;br&gt;/usr/lib64/libcairo.so.2.11.7
&lt;br&gt;/usr/lib64/libcairojava-1.0.so
&lt;br&gt;/usr/lib64/libcairojni-1.0.so
&lt;br&gt;/usr/lib64/libcairomm-1.0.so.1
&lt;br&gt;/usr/lib64/libcairomm-1.0.so.1.1.0
&lt;br&gt;&lt;br&gt;so cairo is there as a shared library. 
&lt;br&gt;&lt;br&gt;Any advice is appreciated.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gps-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15795364&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---Dev-f2292.html&quot; embed=&quot;fixTarget[2292]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Building-on-Fedora-8-tp15790495p15795364.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15792722</id>
	<title>Re: How to use GPS as a FORTRAN workbench?</title>
	<published>2008-03-02T12:32:43Z</published>
	<updated>2008-03-02T12:32:43Z</updated>
	<author>
		<name>Arjan van Dijk</name>
	</author>
	<content type="html">&amp;gt; I would suggest at this stage having a look at the GPS documentation.
&lt;br&gt;&amp;gt; It may not answer all your questions, since GPS is primarily oriented
&lt;br&gt;&amp;gt; towards Ada, C or C++ development, but most of your questions are
&lt;br&gt;answered
&lt;br&gt;&amp;gt; there.
&lt;br&gt;&lt;br&gt;&lt;br&gt;After some reading in both tutorial and user-guide, I managed to get a
&lt;br&gt;project-file that does not give error-messages when loaded. This was done
&lt;br&gt;with manual editing of the file. Also: the syntaxhighlighting is much
&lt;br&gt;better now after I modified the file languages.xml. And: only the
&lt;br&gt;sourcefiles that matter are now listed in the &amp;quot;Project View&amp;quot;! It was very
&lt;br&gt;interesting to see that GPS has recognized all the definitions of
&lt;br&gt;functions, subroutines and types in each source file!
&lt;br&gt;&lt;br&gt;In the hope that I will not get another RTFM, I won't fire that many
&lt;br&gt;questions
&lt;br&gt;at you in 1 go anymore. Just a few:
&lt;br&gt;&lt;br&gt;With respect to my project &amp;quot;foo&amp;quot;, which includes about 20 fortran90 files
&lt;br&gt;with extension .f90, and 1 C-file with extension .c, the messages window
&lt;br&gt;says:
&lt;br&gt;&amp;quot;Foo: Warning, no source files for c, fortran 90&amp;quot;. Why? When I select a
&lt;br&gt;sourcefile from the project view and do &amp;quot;Build --&amp;gt; Compile File&amp;quot;, the file
&lt;br&gt;is properly compiled.
&lt;br&gt;&lt;br&gt;The order in which compilation is done matters. When I do &amp;quot;Build --&amp;gt; Make
&lt;br&gt;--&amp;gt; Compile all sources&amp;quot;, then compilation halts when a sourcefile is
&lt;br&gt;compiled that uses routines from a file that has not yet been compiled. How
&lt;br&gt;can this be done?
&lt;br&gt;&lt;br&gt;How can I tell GPS that it should open the first sourcefile with a
&lt;br&gt;compilation error at the location of the error?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&lt;br&gt;Arjan
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15792722&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-use-GPS-as-a-FORTRAN-workbench--tp15780224p15792722.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15792116</id>
	<title>Re: Building on Fedora 8</title>
	<published>2008-03-02T11:45:17Z</published>
	<updated>2008-03-02T11:45:17Z</updated>
	<author>
		<name>Arnaud Charlet</name>
	</author>
	<content type="html">&amp;gt; Thank you. &amp;nbsp;It is not clear at all to me that those two source 
&lt;br&gt;&amp;gt; directories are different.
&lt;br&gt;&lt;br&gt;Well, in case of doubt, you should follow the instructions from the
&lt;br&gt;INSTALL file to the letter.
&lt;br&gt;&lt;br&gt;&amp;gt; When I read link to sources, I looked on my 
&lt;br&gt;&amp;gt; system to find sources and it seemed to have the right files.
&lt;br&gt;&lt;br&gt;As you can see, this is not the case, most sources are missing.
&lt;br&gt;&lt;br&gt;&amp;gt; What could be wrong with the version of Glib? &amp;nbsp;What version of Glib is 
&lt;br&gt;&amp;gt; expected?
&lt;br&gt;&lt;br&gt;Again, you haven't followed the instructions from the INSTALL file apparently:
&lt;br&gt;&amp;lt;&amp;lt;
&lt;br&gt;- You need to use the SVN version of GtkAda matching GPS sources (same date/tag)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&lt;br&gt;and are using some other version of GtkAda instead it seems.
&lt;br&gt;&lt;br&gt;Arno
&lt;br&gt;_______________________________________________
&lt;br&gt;gps-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15792116&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---Dev-f2292.html&quot; embed=&quot;fixTarget[2292]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Building-on-Fedora-8-tp15790495p15792116.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15791047</id>
	<title>Re: Building on Fedora 8</title>
	<published>2008-03-02T10:09:56Z</published>
	<updated>2008-03-02T10:09:56Z</updated>
	<author>
		<name>Arnaud Charlet</name>
	</author>
	<content type="html">&amp;gt; I am building from SVN source and I did build a link as follows:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; rlove@falcon&amp;gt; ls -l gnat_src
&lt;br&gt;&amp;gt; lrwxrwxrwx 1 rlove rlove 64 2008-03-01 21:38 gnat_src -&amp;gt; 
&lt;br&gt;&amp;gt; /usr/gnat/lib/gcc/i686-pc-linux-gnu/4.1.3/rts-native/adainclude/
&lt;br&gt;&lt;br&gt;Well, that's where things are wrong. INSTALL says:
&lt;br&gt;&amp;lt;&amp;lt;
&lt;br&gt;You need to create a symbolic link called 'gnat_src' that points to recent
&lt;br&gt;GNAT sources (preferably sources as recent as the GPS sources used), e.g.
&lt;br&gt;the svn://gcc.gnu.org/svn/gcc/trunk/gcc/ada repository.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&lt;br&gt;And instead, you pointed gnat_src to gnat run-time sources, which is not
&lt;br&gt;sufficient, since GPS needs GNAT compiler sources, not GNAT run-time
&lt;br&gt;sources (which are automatically visible by simply using GNAT anyway).
&lt;br&gt;&lt;br&gt;Arno
&lt;br&gt;_______________________________________________
&lt;br&gt;gps-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15791047&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---Dev-f2292.html&quot; embed=&quot;fixTarget[2292]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Building-on-Fedora-8-tp15790495p15791047.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15791027</id>
	<title>Re: Building on Fedora 8</title>
	<published>2008-03-02T10:07:15Z</published>
	<updated>2008-03-02T10:07:15Z</updated>
	<author>
		<name>Robert Love-6</name>
	</author>
	<content type="html">Arnaud Charlet wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; I'm trying to get a version working on my Fedora 8 AMD-64 machine. &amp;nbsp; So 
&lt;br&gt;&amp;gt;&amp;gt; far when I try to build, it fails at the point of building the main. &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; I've gotten by many things before this but here I don't see what to do 
&lt;br&gt;&amp;gt;&amp;gt; to point it to prj.ads. &amp;nbsp;I can find the file in the gnat subdirectory 
&lt;br&gt;&amp;gt;&amp;gt; but why can the project file and Make find it?
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It's hard to say without more details. In particular, you didn't say how
&lt;br&gt;&amp;gt; you got GPS sources, what your set up is, version, gnat version, etc...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In particular if you're building from a subversion check out, you need to
&lt;br&gt;&amp;gt; follow the instructions at the bottom of the INSTALL file.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Arno
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;I am building from SVN source and I did build a link as follows:
&lt;br&gt;&lt;br&gt;rlove@falcon&amp;gt; ls -l gnat_src
&lt;br&gt;lrwxrwxrwx 1 rlove rlove 64 2008-03-01 21:38 gnat_src -&amp;gt; 
&lt;br&gt;/usr/gnat/lib/gcc/i686-pc-linux-gnu/4.1.3/rts-native/adainclude/
&lt;br&gt;&lt;br&gt;rlove@falcon&amp;gt; gcc --version
&lt;br&gt;gcc (GCC) 4.1.3 20070403 for GNAT GPL 2007 (20070402)
&lt;br&gt;Copyright (C) 2006 Free Software Foundation, Inc.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gps-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15791027&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---Dev-f2292.html&quot; embed=&quot;fixTarget[2292]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Building-on-Fedora-8-tp15790495p15791027.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15790858</id>
	<title>Re: Building on Fedora 8</title>
	<published>2008-03-02T09:54:09Z</published>
	<updated>2008-03-02T09:54:09Z</updated>
	<author>
		<name>Arnaud Charlet</name>
	</author>
	<content type="html">&amp;gt; I'm trying to get a version working on my Fedora 8 AMD-64 machine. &amp;nbsp; So 
&lt;br&gt;&amp;gt; far when I try to build, it fails at the point of building the main. &amp;nbsp; 
&lt;br&gt;&amp;gt; I've gotten by many things before this but here I don't see what to do 
&lt;br&gt;&amp;gt; to point it to prj.ads. &amp;nbsp;I can find the file in the gnat subdirectory 
&lt;br&gt;&amp;gt; but why can the project file and Make find it?
&lt;br&gt;&lt;br&gt;It's hard to say without more details. In particular, you didn't say how
&lt;br&gt;you got GPS sources, what your set up is, version, gnat version, etc...
&lt;br&gt;&lt;br&gt;In particular if you're building from a subversion check out, you need to
&lt;br&gt;follow the instructions at the bottom of the INSTALL file.
&lt;br&gt;&lt;br&gt;Arno
&lt;br&gt;_______________________________________________
&lt;br&gt;gps-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15790858&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---Dev-f2292.html&quot; embed=&quot;fixTarget[2292]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Building-on-Fedora-8-tp15790495p15790858.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15790495</id>
	<title>Building on Fedora 8</title>
	<published>2008-03-02T09:20:40Z</published>
	<updated>2008-03-02T09:20:40Z</updated>
	<author>
		<name>Robert Love-6</name>
	</author>
	<content type="html">I'm trying to get a version working on my Fedora 8 AMD-64 machine. &amp;nbsp; So 
&lt;br&gt;far when I try to build, it fails at the point of building the main. &amp;nbsp; 
&lt;br&gt;I've gotten by many things before this but here I don't see what to do 
&lt;br&gt;to point it to prj.ads. &amp;nbsp;I can find the file in the gnat subdirectory 
&lt;br&gt;but why can the project file and Make find it?
&lt;br&gt;&lt;br&gt;Building project gnatlib_gtk
&lt;br&gt;gnatmake: objects up to date.
&lt;br&gt;gnatmake -Pgps gps-main.adb
&lt;br&gt;gcc -c -g -gnatec=/home/rlove/gps/gps/gnat_debug.adc -g -O1 -gnata 
&lt;br&gt;-gnatVa -gnatQ -gnaty -gnatwaCJe -gnat05 -I- -gnatA 
&lt;br&gt;/home/rlove/gps/gps/src/gps-main.adb
&lt;br&gt;gps-main.adb:55:06: file &amp;quot;prj.ads&amp;quot; not found
&lt;br&gt;gps-main.adb:55:06: &amp;quot;PROJECTS (spec)&amp;quot; depends on &amp;quot;PRJ (spec)&amp;quot;
&lt;br&gt;gps-main.adb:55:06: &amp;quot;ENTITIES (spec)&amp;quot; depends on &amp;quot;PROJECTS (spec)&amp;quot;
&lt;br&gt;gps-main.adb:55:06: &amp;quot;PROJECTS (spec)&amp;quot; depends on &amp;quot;NAMET (spec)&amp;quot;
&lt;br&gt;gps-main.adb:55:06: &amp;quot;GPS.MAIN (body)&amp;quot; depends on &amp;quot;DDE (spec)&amp;quot;
&lt;br&gt;gps-main.adb:55:06: &amp;quot;DDE (spec)&amp;quot; depends on &amp;quot;GPS.KERNEL (spec)&amp;quot;
&lt;br&gt;gps-main.adb:55:06: &amp;quot;GPS.KERNEL (spec)&amp;quot; depends on &amp;quot;ENTITIES (spec)&amp;quot;
&lt;br&gt;gps-main.adb:55:06: &amp;quot;ENTITIES (spec)&amp;quot; depends on &amp;quot;PROJECTS.REGISTRY (spec)&amp;quot;
&lt;br&gt;gps-main.adb:55:06: &amp;quot;PROJECTS.REGISTRY (spec)&amp;quot; depends on &amp;quot;PRJ (spec)&amp;quot;
&lt;br&gt;gps-main.adb:76:06: file &amp;quot;prj.ads&amp;quot; not found
&lt;br&gt;gps-main.adb:76:06: &amp;quot;PROJECTS.EDITOR (spec)&amp;quot; depends on &amp;quot;PRJ 
&lt;br&gt;(spec)&amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[/home/rlove/gps]
&lt;br&gt;gps-main.adb:76:06: &amp;quot;GPS.MAIN (body)&amp;quot; depends on &amp;quot;PROJECTS.EDITOR (spec)&amp;quot;
&lt;br&gt;gps-main.adb:76:06: &amp;quot;PROJECTS.EDITOR (spec)&amp;quot; depends on &amp;quot;OUTPUT (spec)&amp;quot;
&lt;br&gt;gps-main.adb:596:37: &amp;quot;Signal_Child_Selected&amp;quot; is undefined
&lt;br&gt;gps-main.adb:599:37: &amp;quot;Signal_Child_Title_Changed&amp;quot; is undefined
&lt;br&gt;[deleted]
&lt;br&gt;&lt;br&gt;src_editor_buffer.ads:797:56: &amp;quot;Signal_Name&amp;quot; is not visible (more 
&lt;br&gt;references follow)
&lt;br&gt;src_editor_buffer.ads:797:56: non-visible declaration at 
&lt;br&gt;glib-object.ads:207
&lt;br&gt;gnatmake: &amp;quot;/home/rlove/gps/gps/src/gps-main.adb&amp;quot; compilation error
&lt;br&gt;make[1]: *** [internal-build] Error 4
&lt;br&gt;make: *** [default] Error 2
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gps-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15790495&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---Dev-f2292.html&quot; embed=&quot;fixTarget[2292]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Building-on-Fedora-8-tp15790495p15790495.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15790321</id>
	<title>Re: How to use GPS as a FORTRAN workbench?</title>
	<published>2008-03-02T09:06:39Z</published>
	<updated>2008-03-02T09:06:39Z</updated>
	<author>
		<name>Arnaud Charlet</name>
	</author>
	<content type="html">&amp;gt; Thanks for showing this. GPS now indeed recognizes my .f90-files.
&lt;br&gt;&amp;gt; Some more questions have popped up:
&lt;br&gt;&lt;br&gt;I would suggest at this stage having a look at the GPS documentation.
&lt;br&gt;It may not answer all your questions, since GPS is primarily oriented
&lt;br&gt;towards Ada, C or C++ development, but most of your questions are answered
&lt;br&gt;there.
&lt;br&gt;&lt;br&gt;Arno
&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15790321&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-use-GPS-as-a-FORTRAN-workbench--tp15780224p15790321.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15790235</id>
	<title>Re: How to use GPS as a FORTRAN workbench?</title>
	<published>2008-03-02T08:58:04Z</published>
	<updated>2008-03-02T08:58:04Z</updated>
	<author>
		<name>Arjan van Dijk</name>
	</author>
	<content type="html">&amp;gt; &amp;gt; Can you tell me where I can specify .f90 as the default-extension for
&lt;br&gt;&amp;gt; &amp;gt; fortran90-files? Now only .f is recognized.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To change the system-wide default, you can edit the
&lt;br&gt;&amp;gt; &amp;lt;gps-install&amp;gt;/share/gps/plug-ins/languages.xml file (Fortan 90 section).
&lt;br&gt;&lt;br&gt;Thanks for showing this. GPS now indeed recognizes my .f90-files.
&lt;br&gt;Some more questions have popped up:
&lt;br&gt;&lt;br&gt;1) Can you tell me how I can make &amp;quot;fortran90&amp;quot; the default language for new
&lt;br&gt;projects?
&lt;br&gt;&lt;br&gt;2) Not all f90-files in my project directory belong to the project. Some
&lt;br&gt;.f90-files are just test-programs for certain subroutines or functions. Can
&lt;br&gt;I somewhere specify which files should be considered as part of the primary
&lt;br&gt;project and which not?
&lt;br&gt;&lt;br&gt;3) I get the impression that when you start a new project, the most
&lt;br&gt;important thing to do is to go to menu entry &amp;quot;Project --&amp;gt; Edit Project
&lt;br&gt;Properties&amp;quot;. I don't seem to understand which settings represent what in
&lt;br&gt;this menu. If you don't mind, I walk by all of the tabs in this menu:
&lt;br&gt;&lt;br&gt;On tab &amp;quot;General&amp;quot;, I gave &amp;quot;test&amp;quot; as a new projectname and under &amp;quot;path&amp;quot; I
&lt;br&gt;referred to the directory where all source-code of the project is already
&lt;br&gt;located. The rest on this tab seems specific for ADA. Is this the case?
&lt;br&gt;&lt;br&gt;On tab &amp;quot;Languages&amp;quot; I specified &amp;quot;fortran90&amp;quot; as the only language to use.
&lt;br&gt;Under tools, I told GPS that my compiler is g95. The default debugger is
&lt;br&gt;already gdb, so no need to change.
&lt;br&gt;&lt;br&gt;I avoided tab &amp;quot;VCS&amp;quot;. Probably something with version maintenance. Something
&lt;br&gt;for later.
&lt;br&gt;&lt;br&gt;On tab &amp;quot;source dirs&amp;quot; I pointed out the directory of my source-files.
&lt;br&gt;&lt;br&gt;Tab &amp;quot;Source Files&amp;quot; seems an important one, but I have no idea what to do
&lt;br&gt;here.
&lt;br&gt;Two tick-boxes are available: Source-list-file and source_files, but
&lt;br&gt;clicking on either of them does not make a change.
&lt;br&gt;&lt;br&gt;Tab &amp;quot;Objects&amp;quot; show that all files generated by the compiler will by default
&lt;br&gt;be placed in the same directory as my project- and source-directory. Fine.
&lt;br&gt;&lt;br&gt;What are &amp;quot;Main files&amp;quot;? Should I here specify which source-file contains the
&lt;br&gt;main program? I added the source-file that contains the main program.
&lt;br&gt;&lt;br&gt;Tab &amp;quot;library&amp;quot; suggests that all object-code generated for files that are
&lt;br&gt;NOT the main program, can be placed in a library using utility 'ar'. Is
&lt;br&gt;this a required step? Or can I skip it?
&lt;br&gt;&lt;br&gt;After I had changed the default-extension for fortran90 to be .f90, tab
&lt;br&gt;&amp;quot;Naming&amp;quot; tells me that .f90 is the Spec.Extension and the Predefined
&lt;br&gt;Extension. Fine. I guess there is no reason to take any action here.
&lt;br&gt;&lt;br&gt;Tab &amp;quot;Switches&amp;quot; does not show anything. Does it have any function?
&lt;br&gt;&lt;br&gt;4) I closed &amp;quot;Project --&amp;gt; Edit Project Properties&amp;quot; and kept my fingers
&lt;br&gt;crossed. The messages window now tells me:
&lt;br&gt;&lt;br&gt;[2008-03-02 17:24:04] Foo: Warning: there are no Ada sources in this
&lt;br&gt;project
&lt;br&gt;[2008-03-02 17:44:31] Foo: Body_Suffix cannot be empty
&lt;br&gt;[2008-03-02 17:44:31] Foo: &amp;quot;..&amp;quot; and &amp;quot;.&amp;quot; have the same object file &amp;quot;..o&amp;quot;
&lt;br&gt;[2008-03-02 17:44:31] Foo: &amp;quot;bmp_io.h&amp;quot; and &amp;quot;bmp_io.c&amp;quot; have the same object
&lt;br&gt;file &amp;quot;bmp_io.o&amp;quot;
&lt;br&gt;[2008-03-02 17:44:31] Foo: &amp;quot;bmp_io.o&amp;quot; and &amp;quot;bmp_io.c&amp;quot; have the same object
&lt;br&gt;file &amp;quot;bmp_io.o&amp;quot;
&lt;br&gt;[2008-03-02 17:44:31] Foo: &amp;quot;getdeps.f90&amp;quot; and &amp;quot;getdeps.exe&amp;quot; have the same
&lt;br&gt;object file &amp;quot;getdeps.o&amp;quot;
&lt;br&gt;[2008-03-02 17:44:31] Foo: &amp;quot;libutil.mod&amp;quot; and &amp;quot;libutil.f90&amp;quot; have the same
&lt;br&gt;object file &amp;quot;libutil.o&amp;quot;
&lt;br&gt;[2008-03-02 17:44:31] Foo: &amp;quot;libxmath.mod&amp;quot; and &amp;quot;libxmath.f90&amp;quot; have the same
&lt;br&gt;object file &amp;quot;libxmath.o&amp;quot;
&lt;br&gt;[2008-03-02 17:44:31] Foo: &amp;quot;test.gpr&amp;quot; and &amp;quot;test.f90&amp;quot; have the same object
&lt;br&gt;file &amp;quot;test.o&amp;quot;
&lt;br&gt;[2008-03-02 17:44:31] Foo: &amp;quot;wgrib.c&amp;quot; and &amp;quot;wgrib&amp;quot; have the same object file
&lt;br&gt;&amp;quot;wgrib.o&amp;quot;
&lt;br&gt;&lt;br&gt;Why would there be complaints about the simultaneous existence in a
&lt;br&gt;directory of .mod, .f90 and .o-files?
&lt;br&gt;Why does GPS complain about &amp;quot;.&amp;quot; and &amp;quot;..&amp;quot;? As far as I know these are the
&lt;br&gt;names for the current directory and the parent directory. I have not
&lt;br&gt;specified them anywhere myself.
&lt;br&gt;&lt;br&gt;5) On the left, I have a window that contains the &amp;quot;project view&amp;quot;. It shows
&lt;br&gt;me all the files in the project directory. The list is pretty long. Would
&lt;br&gt;it be better if I did not place all sources and object code in the project
&lt;br&gt;directory?
&lt;br&gt;&lt;br&gt;6) Where would I be able to specify that the project should be compiled via
&lt;br&gt;my special utility? And how would I then invoke it?
&lt;br&gt;&lt;br&gt;Thanks for any reply on my very long and very ignorant questions.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&lt;br&gt;Arjan
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15790235&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-use-GPS-as-a-FORTRAN-workbench--tp15780224p15790235.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15786449</id>
	<title>Re: Is the site repository down?</title>
	<published>2008-03-02T02:54:52Z</published>
	<updated>2008-03-02T02:54:52Z</updated>
	<author>
		<name>Arnaud Charlet</name>
	</author>
	<content type="html">&amp;gt; I can get to the home page but not any page that has downloads, for &amp;nbsp;
&lt;br&gt;&amp;gt; example XML Ada. &amp;nbsp;Is anyone else having troubles?
&lt;br&gt;&lt;br&gt;The site is under going some maintenance, it will be back soon.
&lt;br&gt;&lt;br&gt;Arno
&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15786449&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Is-the-site-repository-down--tp15782959p15786449.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15786444</id>
	<title>Re: How to use GPS as a FORTRAN workbench?</title>
	<published>2008-03-02T02:53:22Z</published>
	<updated>2008-03-02T02:53:22Z</updated>
	<author>
		<name>Arnaud Charlet</name>
	</author>
	<content type="html">&amp;gt; Can you tell me where I can specify .f90 as the default-extension for
&lt;br&gt;&amp;gt; fortran90-files? Now only .f is recognized.
&lt;br&gt;&lt;br&gt;To change the system-wide default, you can edit the
&lt;br&gt;&amp;lt;gps-install&amp;gt;/share/gps/plug-ins/languages.xml file (Fortan 90 section).
&lt;br&gt;&lt;br&gt;To specify a project-specific extension, you can use the standard
&lt;br&gt;naming scheme editor in the project properties.
&lt;br&gt;&lt;br&gt;Arno
&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15786444&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-use-GPS-as-a-FORTRAN-workbench--tp15780224p15786444.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15785083</id>
	<title>Ang:   GPS Hook question</title>
	<published>2008-03-01T22:54:49Z</published>
	<updated>2008-03-01T22:54:49Z</updated>
	<author>
		<name>Per Sandberg</name>
	</author>
	<content type="html">Got a small sample that does that, hoever I dont know how to do 
&lt;br&gt;a &amp;quot;gnat pretty&amp;quot; on save in a safe way.
&lt;br&gt;Have a look in the attachment.
&lt;br&gt;/Per
&lt;br&gt;&lt;br&gt;&amp;gt;----Ursprungligt meddelande----
&lt;br&gt;&amp;gt;Från: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15785083&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mspam@...&lt;/a&gt;
&lt;br&gt;&amp;gt;Datum: 29-02-2008 14:24
&lt;br&gt;&amp;gt;Till: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15785083&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;Ärende: [gps-users] &amp;nbsp;GPS Hook question
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;I've never created a hook for GPS. &amp;nbsp;I've read the docs but 
&lt;br&gt;I'm still not sure
&lt;br&gt;&amp;gt;how to proceed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Here's what I want to do:
&lt;br&gt;&amp;gt;I want the pretty printer to run, using whatever the project 
&lt;br&gt;defaults are,
&lt;br&gt;&amp;gt;whenever I save an Ada file. &amp;nbsp;In other words, I always want 
&lt;br&gt;Ada files
&lt;br&gt;&amp;gt;pretty-printed as part of the save operation. &amp;nbsp;I'm guessing I 
&lt;br&gt;need to add
&lt;br&gt;&amp;gt;something to the file_saved Hook, but I need some help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Any Hook Masters want to, ehh, hook me up with a solution?
&lt;br&gt;&amp;gt;Thanks!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;-- 
&lt;br&gt;&amp;gt;View this message in context: &lt;a href=&quot;http://www.nabble.com/GPS-Hook-&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/GPS-Hook-&lt;/a&gt;&lt;br&gt;question-tp15744424p15744424.html
&lt;br&gt;&amp;gt;Sent from the GNAT Programming Studio - User mailing list 
&lt;br&gt;archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;_______________________________________________
&lt;br&gt;&amp;gt;gps-users mailing list
&lt;br&gt;&amp;gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15785083&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br /&gt;&amp;quot;&amp;quot;&amp;quot;
&lt;br&gt;&amp;nbsp;This macro reformats a source file on save with the
&lt;br&gt;&amp;nbsp;selected engine.
&lt;br&gt;&amp;quot;&amp;quot;&amp;quot;
&lt;br&gt;import GPS
&lt;br&gt;def reformat(hook,f):
&lt;br&gt;&amp;nbsp; &amp;nbsp; try:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; engine=GPS.Preference(&amp;quot;format-on-save&amp;quot;).get()
&lt;br&gt;&amp;nbsp; &amp;nbsp; except:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GPS.Preference(&amp;quot;format-on-save&amp;quot;).set(&amp;quot;GPS-Format&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; engine=GPS.Preference(&amp;quot;format-on-save&amp;quot;).get()
&lt;br&gt;&amp;nbsp; &amp;nbsp; if engine=&amp;quot;None&amp;quot;:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pass &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; elif engine==&amp;quot;Gps-format&amp;quot;:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; v=GPS.EditorBuffer.get().current_view()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c=v.cursor()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GPS.EditorBuffer.get(f).select()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GPS.execute_action (action=&amp;quot;Format Selection&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; v.goto(c)
&lt;br&gt;&amp;nbsp; &amp;nbsp; elif engine==&amp;quot;Gnatpp&amp;quot;:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Think about:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # &amp;nbsp;What if several files are edited.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # &amp;nbsp;Dont think it is possible to do in a safe way.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; print &amp;quot;To be implemented&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; else:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; print &amp;quot;Unknown engine:&amp;quot; + engine
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;def initialize():
&lt;br&gt;&amp;nbsp; &amp;nbsp; GPS.parse_xml(&amp;quot;&amp;quot;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;preference name=&amp;quot;format-on-save&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; page=&amp;quot;Editor&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tip =&amp;quot;Reformats the sourcefile before save&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; label=&amp;quot;Format on save&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; default=&amp;quot;1&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; type=&amp;quot;choices&amp;quot; &amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;choice&amp;gt;None&amp;lt;/choice&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;choice&amp;gt;GPS-Format&amp;lt;/choice&amp;gt; &amp;nbsp;&amp;lt;!-- &amp;nbsp;The default choice --&amp;gt;
&lt;br&gt;&amp;lt;!-- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;choice&amp;gt;gnatpp&amp;lt;/choice&amp;gt; --&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/preference&amp;gt;&amp;quot;&amp;quot;&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; GPS.Hook (&amp;quot;before_file_saved&amp;quot;).add(reformat)
&lt;br&gt;initialize()
&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15785083&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Ang%3A---GPS-Hook-question-tp15785083p15785083.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15782959</id>
	<title>Is the site repository down?</title>
	<published>2008-03-01T16:28:05Z</published>
	<updated>2008-03-01T16:28:05Z</updated>
	<author>
		<name>Robert Love-6</name>
	</author>
	<content type="html">I can get to the home page but not any page that has downloads, for &amp;nbsp;
&lt;br&gt;example XML Ada. &amp;nbsp;Is anyone else having troubles?
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15782959&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Is-the-site-repository-down--tp15782959p15782959.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15780340</id>
	<title>Re: How to use GPS as a FORTRAN workbench?</title>
	<published>2008-03-01T12:01:51Z</published>
	<updated>2008-03-01T12:01:51Z</updated>
	<author>
		<name>Arnaud Charlet</name>
	</author>
	<content type="html">&amp;gt; Who can tell me how to proceed?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ps. I don't use &amp;quot;makefiles&amp;quot;. Instead, I wrote a small utility program that
&lt;br&gt;&amp;gt; (recursively) checks my main program for dependencies on modules. Then the
&lt;br&gt;&amp;gt; required files are placed in a list, which I use to offer to the compiler,
&lt;br&gt;&amp;gt; along with some compile-flags and other stuff.
&lt;br&gt;&lt;br&gt;I assume you are already able to edit your files with no troubles.
&lt;br&gt;To build, you can use the Build-&amp;gt;Make-&amp;gt;Custom... menu and launch your own
&lt;br&gt;utility.
&lt;br&gt;&lt;br&gt;Alternatively, you can add your own customized menus via small xml files
&lt;br&gt;as explained in the GPS documentation.
&lt;br&gt;&lt;br&gt;If gdb supports fortant-90, you could even use the gdb interface in GPS
&lt;br&gt;to debug your code.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Arno
&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15780340&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-use-GPS-as-a-FORTRAN-workbench--tp15780224p15780340.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15780224</id>
	<title>How to use GPS as a FORTRAN workbench?</title>
	<published>2008-03-01T11:50:35Z</published>
	<updated>2008-03-01T11:50:35Z</updated>
	<author>
		<name>Arjan van Dijk</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;I am writing fortran-90 code and use the g95 compiler on a Windows-XP box.
&lt;br&gt;Compilation is done via the commandline. Debugging is done via
&lt;br&gt;write-statements.
&lt;br&gt;&lt;br&gt;Then I found GPS, which reminded me of the good old Turbo-Pascal IDE. The
&lt;br&gt;looks and functionality of GPS for ADA-applications are very convincing.
&lt;br&gt;The website promised &amp;quot;multiple languages&amp;quot;. I hope this does not refer to
&lt;br&gt;german, english or french, but to programming languages.
&lt;br&gt;&lt;br&gt;Neither in the tutorial, nor in the user-guide, could I find any reference
&lt;br&gt;on how to work with fortran. My projects consist of a bunch of f90
&lt;br&gt;source-files for MODULES (fortran libraries) and a main-program. I'd like
&lt;br&gt;to have GPS do with my fortran-projects what is shown in the tutorial
&lt;br&gt;examples for ADA-code.
&lt;br&gt;&lt;br&gt;Who can tell me how to proceed?
&lt;br&gt;&lt;br&gt;ps. I don't use &amp;quot;makefiles&amp;quot;. Instead, I wrote a small utility program that
&lt;br&gt;(recursively) checks my main program for dependencies on modules. Then the
&lt;br&gt;required files are placed in a list, which I use to offer to the compiler,
&lt;br&gt;along with some compile-flags and other stuff.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;&lt;br&gt;Arjan
&lt;br&gt;____________________________________________________________________________
&lt;br&gt;&lt;br&gt;DISCLAIMER: &amp;nbsp;&lt;a href=&quot;http://www.rivm.nl/disclaimer.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.rivm.nl/disclaimer.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15780224&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-use-GPS-as-a-FORTRAN-workbench--tp15780224p15780224.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15744424</id>
	<title>GPS Hook question</title>
	<published>2008-02-28T12:04:58Z</published>
	<updated>2008-02-29T05:24:05Z</updated>
	<author>
		<name>mertnabble</name>
	</author>
	<content type="html">I've never created a hook for GPS. &amp;nbsp;I've read the docs but I'm still not sure how to proceed.
&lt;br&gt;&lt;br&gt;Here's what I want to do:
&lt;br&gt;I want the pretty printer to run, using whatever the project defaults are, whenever I save an Ada file. &amp;nbsp;In other words, I always want Ada files pretty-printed as part of the save operation. &amp;nbsp;I'm guessing I need to add something to the file_saved Hook, but I need some help.
&lt;br&gt;&lt;br&gt;Any Hook Masters want to, ehh, hook me up with a solution?
&lt;br&gt;Thanks!
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/GPS-Hook-question-tp15744424p15744424.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15405221</id>
	<title>Problems building GPS on fedora 8</title>
	<published>2008-02-10T19:55:48Z</published>
	<updated>2008-02-10T19:55:48Z</updated>
	<author>
		<name>glapolla</name>
	</author>
	<content type="html">I have been trying to build GPS from source and the source rpms on fedora 8. &amp;nbsp;The build stops with the following either way:
&lt;br&gt;&lt;br&gt;&amp;lt;--cut--&amp;gt;
&lt;br&gt;gcc -c -g -gnatec=/usr/src/gps-4.1.0/gps/gnat_debug.adc -g -O1 -gnata -gnatVa -gnatQ -gnaty -gnatwaCJe -Wall -gnat05 -I- -gnatA /usr/src/gps-4.1.0/src_editor/src/src_editor_view.adb
&lt;br&gt;gcc -c -g -gnatec=/usr/src/gps-4.1.0/gps/gnat_debug.adc -g -O1 -gnata -gnatVa -gnatQ -gnaty -gnatwaCJe -Wall -gnat05 -I- -gnatA /usr/src/gps-4.1.0/src_editor/src/completion_module.adb
&lt;br&gt;completion_module.adb:772:19: no selector &amp;quot;Push_State&amp;quot; for type &amp;quot;Kernel_Handle_Record'Class&amp;quot; defined at gps-kernel.ads:55
&lt;br&gt;completion_module.adb:831:22: no selector &amp;quot;Pop_State&amp;quot; for type &amp;quot;Kernel_Handle_Record'Class&amp;quot; defined at gps-kernel.ads:55
&lt;br&gt;completion_module.adb:875:19: no selector &amp;quot;Pop_State&amp;quot; for type &amp;quot;Kernel_Handle_Record'Class&amp;quot; defined at gps-kernel.ads:55
&lt;br&gt;gnatmake: &amp;quot;/usr/src/gps-4.1.0/src_editor/src/completion_module.adb&amp;quot; compilation error
&lt;br&gt;make[1]: *** [internal-build] Error 4
&lt;br&gt;make: *** [default] Error 2
&lt;br&gt;&lt;br&gt;I have been able to rebuild all the src rpms on fedora 8 except GPS.
&lt;br&gt;&lt;br&gt;Here is the rpms I have built and installed:
&lt;br&gt;&lt;br&gt;[root@devbox gps-4.1.0]# rpm -qa | grep gnat
&lt;br&gt;gnat-gcc-booch-4.2.2_20070420-r8
&lt;br&gt;gnat-gcc-charles-devel-4.2.2_20050913-r8
&lt;br&gt;gnat-gcc-doc-4.2.2-r8
&lt;br&gt;gnat-gcc-booch-devel-4.2.2_20070420-r8
&lt;br&gt;gnat-gcc-charles-4.2.2_20050913-r8
&lt;br&gt;gnat-gcc-xmlada-4.2.2_2.2.0-r8
&lt;br&gt;gnat-gcc-4.2.2-r8
&lt;br&gt;gnat-gcc-gtkada-4.2.2_2.10.0-r8
&lt;br&gt;gnat-gcc-devel-4.2.2-r8
&lt;br&gt;[root@devbox gps-4.1.0]# 
&lt;br&gt;&lt;br&gt;Here is the gtk2 stuff that is installed:
&lt;br&gt;&lt;br&gt;[root@devbox gps-4.1.0]# rpm -qa | grep gtk2
&lt;br&gt;gtk2-2.12.5-1.fc8
&lt;br&gt;pygtk2-libglade-2.12.0-2.fc8
&lt;br&gt;gtk2-engines-2.12.2-1.fc8
&lt;br&gt;pygtk2-codegen-2.12.0-2.fc8
&lt;br&gt;pygtk2-devel-2.12.0-2.fc8
&lt;br&gt;libswt3-gtk2-3.3.0-30.fc8
&lt;br&gt;gtk2-devel-2.12.5-1.fc8
&lt;br&gt;pygtk2-2.12.0-2.fc8
&lt;br&gt;[root@devbox gps-4.1.0]# 
&lt;br&gt;&lt;br&gt;Is there a version conflict here with something ?
&lt;br&gt;&lt;br&gt;The gps rpm I have been working with is:
&lt;br&gt;&lt;br&gt;gnat-gcc-gps-4.2.2_4.1.0-r8.src.rpm 
&lt;br&gt;&lt;br&gt;I am running the fedora 8 i386 version.
&lt;br&gt;&lt;br&gt;Any help is greatly appreciated.
&lt;br&gt;&lt;br&gt;Thanks in advance!
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problems-building-GPS-on-fedora-8-tp15405221p15405221.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15272196</id>
	<title>Re: Q: change default window layout for unseen project</title>
	<published>2008-02-04T08:53:09Z</published>
	<updated>2008-02-04T08:53:09Z</updated>
	<author>
		<name>Emmanuel Briot</name>
	</author>
	<content type="html">&amp;gt; Just a small detail: when GPS opens a project file it did not see
&lt;br&gt;&amp;gt; before (on a certain machine...), it uses a layout (open files,
&lt;br&gt;&amp;gt; scenarios, window positioning etc.) that seems from the first usage
&lt;br&gt;&amp;gt; of GPS. So my question: how to override that default layout so that
&lt;br&gt;&amp;gt; other new or unseen projects use a new layout ? Thank in advance!
&lt;br&gt;&amp;gt; Gautier
&lt;br&gt;&lt;br&gt;The default desktop is described in the file
&lt;br&gt;&amp;nbsp; &amp;nbsp;prefix/share/gps/desktop.xml
&lt;br&gt;in the installation directory.
&lt;br&gt;&lt;br&gt;Its format is the same as the desktop.xml in your $HOME/.gps/
&lt;br&gt;directory, so you can copy-paste from there
&lt;br&gt;&lt;br&gt;regards
&lt;br&gt;Emmanuel
&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15272196&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Q%3A-change-default-window-layout-for-unseen-project-tp15272136p15272196.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15272197</id>
	<title>Re: Q: change default window layout for unseen project</title>
	<published>2008-02-04T08:47:46Z</published>
	<updated>2008-02-04T08:47:46Z</updated>
	<author>
		<name>Arnaud Charlet</name>
	</author>
	<content type="html">&amp;gt; So my question: how to override that default layout so that other new or unseen projects use a new layout ?
&lt;br&gt;&lt;br&gt;You can use the File-&amp;gt;Save More-&amp;gt;Save default desktop menu.
&lt;br&gt;See the documentation for more information about the default desktop.
&lt;br&gt;&lt;br&gt;Arno
&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15272197&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Q%3A-change-default-window-layout-for-unseen-project-tp15272136p15272197.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15272136</id>
	<title>Q: change default window layout for unseen project</title>
	<published>2008-02-04T08:44:33Z</published>
	<updated>2008-02-04T08:44:33Z</updated>
	<author>
		<name>Gautier de Montmollin</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;head&gt;

&lt;/head&gt;
&lt;body class='hmmessage'&gt;
Hello,&lt;BR&gt;
Just a small detail: when GPS opens a project file it did not see before (on a certain machine...), it uses a layout (open files, scenarios, window positioning etc.) that seems from the first usage of GPS.&lt;BR&gt;
So my question: how to override that default layout so that other new or unseen projects use a new layout ?&lt;BR&gt;
Thank in advance!&lt;BR&gt;
Gautier&lt;BR&gt;
&amp;nbsp;&lt;BR&gt;&lt;br /&gt;&lt;hr /&gt;Need to know the score, the latest news, or you need your Hotmail®-get your &quot;fix&quot;. &lt;a href='http://www.msnmobilefix.com/Default.aspx' target='_new' rel=&quot;nofollow&quot;&gt;Check it out.&lt;/a&gt;&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15272136&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Q%3A-change-default-window-layout-for-unseen-project-tp15272136p15272136.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15234503</id>
	<title>Re: latest snapshot dated 20080117</title>
	<published>2008-02-01T12:02:49Z</published>
	<updated>2008-02-01T12:02:49Z</updated>
	<author>
		<name>Anh Vo-2</name>
	</author>
	<content type="html">The clean duplication menu has gone away. It turns out to be my mistake.
&lt;br&gt;I untared the latest snapshot on top of the same directory, where old
&lt;br&gt;version of snapshot was untared, before installation.
&lt;br&gt;&lt;br&gt;AV
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15234503&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users-bounces@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15234503&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users-bounces@...&lt;/a&gt;] On Behalf Of Vo, Anh (US
&lt;br&gt;SSA)
&lt;br&gt;Sent: Monday, January 21, 2008 9:31 AM
&lt;br&gt;To: Arnaud Charlet
&lt;br&gt;Cc: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15234503&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [gps-users] latest snapshot dated 20080117
&lt;br&gt;[...]
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; 2. When selecting Build -&amp;gt; Clean, Root Project and All are displayed
&lt;br&gt;&amp;gt; &amp;gt; more than once (they are repeated below the first).
&lt;br&gt;&lt;br&gt;&amp;gt; I suspect you installed a new GPS on top of an existing GPS install,
&lt;br&gt;and
&lt;br&gt;&amp;gt; now have both the old gnatclean.xml plug-in, and the new gnatclean.py
&lt;br&gt;&lt;br&gt;I removed every thing including installed directory, gps-snapshot, and
&lt;br&gt;~$HOME/.gps then reinstalled gps-snapshot from the latest one. However,
&lt;br&gt;the result remained the same as shown below
&lt;br&gt;&lt;br&gt;Build -&amp;gt; Clean -&amp;gt; Root Project
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Root Project
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; All
&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15234503&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/latest-snapshot-dated-20080117-tp14964014p15234503.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15002316</id>
	<title>Re: latest snapshot dated 20080117</title>
	<published>2008-01-21T09:30:30Z</published>
	<updated>2008-01-21T09:30:30Z</updated>
	<author>
		<name>Anh Vo-2</name>
	</author>
	<content type="html">-----Original Message-----
&lt;br&gt;From: Arnaud Charlet [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15002316&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;charlet@...&lt;/a&gt;] 
&lt;br&gt;Sent: Saturday, January 19, 2008 4:04 AM
&lt;br&gt;To: Vo, Anh (US SSA)
&lt;br&gt;Cc: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15002316&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [gps-users] latest snapshot dated 20080117
&lt;br&gt;&lt;br&gt;&amp;gt; You need to use gcov from GNAT Pro to take advantage of the latest
&lt;br&gt;gcov
&lt;br&gt;&amp;gt; support in the GPS snapshot.
&lt;br&gt;&lt;br&gt;Thank you for your information.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; 2. When selecting Build -&amp;gt; Clean, Root Project and All are displayed
&lt;br&gt;&amp;gt; &amp;gt; more than once (they are repeated below the first).
&lt;br&gt;&lt;br&gt;&amp;gt; I suspect you installed a new GPS on top of an existing GPS install,
&lt;br&gt;and
&lt;br&gt;&amp;gt; now have both the old gnatclean.xml plug-in, and the new gnatclean.py
&lt;br&gt;&lt;br&gt;I removed every thing including installed directory, gps-snapshot, and
&lt;br&gt;~$HOME/.gps then reinstalled gps-snapshot from the latest one. However,
&lt;br&gt;the result remained the same as shown below
&lt;br&gt;&lt;br&gt;Build -&amp;gt; Clean -&amp;gt; Root Project
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Root Project
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; All
&lt;br&gt;&lt;br&gt;AV
&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=15002316&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/latest-snapshot-dated-20080117-tp14964014p15002316.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14969632</id>
	<title>Re: latest snapshot dated 20080117</title>
	<published>2008-01-19T04:03:59Z</published>
	<updated>2008-01-19T04:03:59Z</updated>
	<author>
		<name>Arnaud Charlet</name>
	</author>
	<content type="html">You need to use gcov from GNAT Pro to take advantage of the latest gcov
&lt;br&gt;support in the GPS snapshot.
&lt;br&gt;&lt;br&gt;&amp;gt; 2. When selecting Build -&amp;gt; Clean, Root Project and All are displayed
&lt;br&gt;&amp;gt; more than once (they are repeated below the first).
&lt;br&gt;&lt;br&gt;I suspect you installed a new GPS on top of an existing GPS install, and
&lt;br&gt;now have both the old gnatclean.xml plug-in, and the new gnatclean.py
&lt;br&gt;&lt;br&gt;Arno
&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14969632&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/latest-snapshot-dated-20080117-tp14964014p14969632.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14964014</id>
	<title>latest snapshot dated 20080117</title>
	<published>2008-01-18T14:09:05Z</published>
	<updated>2008-01-18T14:09:05Z</updated>
	<author>
		<name>Anh Vo-2</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&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;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;1. Before launching gps, my environment is shown below.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;bash-2.05b$ which gcov&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;/home/voax/linux/gnatgcc-4.3.0/bin/gcov&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;bash-2.05b$ gcov -v&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;gcov (GCC) 4.3.0 20080111 (experimental)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Copyright (C) 2007 Free Software Foundation, Inc.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;This is free software; see the source for copying
conditions.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;There is NO warranty; not even for MERCHANTABILITY or&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;FITNESS FOR A PARTICULAR PURPOSE.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;bash-2.05b$&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;As seen I am using very recent version of gcov. As usual I
build my project with compiler options required by gcov. Note that my project
contains only one main procedure. Finally, I run my program. Additionally, the
main procedure is currently opened in the editing window. At this point I am
ready for activating gcov tool. I selected Tools -&amp;gt; Coverage -&amp;gt; Compute
coverage files. The operation fails resulting an information window stating &amp;#8220;Could
not read gcov version number, &amp;nbsp;Make sure you are using gcov for GNAT dated
20071005 or later.&amp;#8221; Furthermore, an Executing gcov shell contains &amp;#8220;@gcov_input.gcno:cannot
open graph &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14964014&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;file@...&lt;/a&gt;:cannot open graph file&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;process terminated successfully&amp;#8221;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;2. When selecting Build -&amp;gt; Clean, Root Project and All
are displayed more than once (they are repeated below the first).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;AV&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14964014&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/latest-snapshot-dated-20080117-tp14964014p14964014.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14331755</id>
	<title>Re: GPS on Fedora 8</title>
	<published>2007-12-14T00:12:16Z</published>
	<updated>2007-12-14T00:12:16Z</updated>
	<author>
		<name>Arnaud Charlet</name>
	</author>
	<content type="html">&amp;gt; Is anybody successfully running GPS on Fedora 8?
&lt;br&gt;&lt;br&gt;Yes, but you need to rebuild GPS from sources.
&lt;br&gt;A work around with current binaries is to remove the lib/gps/lib* files.
&lt;br&gt;&lt;br&gt;Arno
&lt;br&gt;_______________________________________________
&lt;br&gt;gps-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14331755&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.adacore.com/mailman/listinfo/gps-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.adacore.com/mailman/listinfo/gps-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/GNAT-Programming-Studio---User-f2293.html&quot; embed=&quot;fixTarget[2293]&quot; target=&quot;_top&quot; &gt;GNAT Programming Studio - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/GPS-on-Fedora-8-tp14329327p14331755.html" />
</entry>

</feed>
