<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-16977</id>
	<title>Nabble - Eiffel Software Development</title>
	<updated>2007-11-23T05:48:50Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Eiffel-Software-Development-f16977.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Eiffel-Software-Development-f16977.html" />
	<subtitle type="html">&lt;table&gt;
&lt;tr&gt;&lt;td&gt;
&lt;p&gt;Discuss the ongoing developments of EiffelStudio and other open source products from &lt;a href=&quot;http://www.eiffel.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Eiffel Software&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;The development mailing list has an associated &lt;a href=&quot;http://dev.eiffel.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wiki site&lt;/a&gt; where you can find all the information on how to compile the source code of EiffelStudio.
&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-13912670</id>
	<title>Business Software Development</title>
	<published>2007-11-23T05:48:50Z</published>
	<updated>2007-11-23T05:48:50Z</updated>
	<author>
		<name>hanusoft</name>
	</author>
	<content type="html">Business Software Development is a boon to the corporate world. The tedious tasks have been simplified by the use of Business software applications such as enterprise resource planning, enterprise content management (ECM), business process management and product lifecycle management. Also, medium sized software like the shopping cart software is an added advantage in online or e-shopping. 
&lt;br&gt;&lt;br&gt;[url=&lt;a href=&quot;http://www.hanusoftware.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.hanusoftware.com&lt;/a&gt;]
&lt;br&gt;business software development [/url]
&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;[url=&lt;a href=&quot;http://www.hanusoftware.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.hanusoftware.com&lt;/a&gt;]
&lt;br&gt;business software development[/url]
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Business-Software-Development-tp13912670s16977p13912670.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13257015</id>
	<title>Re: Capture Replay</title>
	<published>2007-10-17T09:52:06Z</published>
	<updated>2007-10-17T09:52:06Z</updated>
	<author>
		<name>Jocelyn Fiat [ES]</name>
	</author>
	<content type="html">Hi Andreas,
&lt;br&gt;&lt;br&gt;This new &amp;quot;execution replay&amp;quot; mechanism is for now quite basic.
&lt;br&gt;In a word, it enable the user to record an execution, and and some point
&lt;br&gt;to replay it.
&lt;br&gt;By replaying, I mean being able to go back to previous call stack levels
&lt;br&gt;and watch the object's values at they were at this point.
&lt;br&gt;&lt;br&gt;For now,
&lt;br&gt;- only classic system are supported
&lt;br&gt;- only going back and (then) forth in the call stack is supported.
&lt;br&gt;- Only attribute values are recorded (and thus restored during replay).
&lt;br&gt;- Once status are not changed (no reset).
&lt;br&gt;- It needs more testing about expanded objects.
&lt;br&gt;- the recording could be smarter (and it will be smarter in the future)
&lt;br&gt;&lt;br&gt;There are basic optimizations about memory and speed regarding the
&lt;br&gt;recording, more optimizations will come later.
&lt;br&gt;For now, there is a limit of
&lt;br&gt;`{RT_DBG_EXECUTION_RECORDER}.max_record_count' &amp;nbsp;records (by default, it
&lt;br&gt;is 5_000), then when the limit is reached, the oldest records are
&lt;br&gt;discarded. &amp;nbsp;(you can change the 5_000 limit, by editing the code of
&lt;br&gt;RT_DBG_EXECUTION_RECORDER, in the future the debugger will handle that
&lt;br&gt;operation).
&lt;br&gt;&lt;br&gt;The 6.1 has then a first implementation of this execution replay
&lt;br&gt;mechanism, it will be improved in the future.
&lt;br&gt;And despite of all the limitation, this can already be helpful.
&lt;br&gt;&lt;br&gt;Hope this answers a few questions,
&lt;br&gt;-- Jocelyn
&lt;br&gt;&lt;br&gt;On 10/17/2007 16:16 PM, Andreas Leitner wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; In the release notes for the new 6.1 interim I saw a notice about a
&lt;br&gt;&amp;gt; capture/replay feature. I am interested in such features, can anybody
&lt;br&gt;&amp;gt; explain a little bit more what is provided?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; tia,
&lt;br&gt;&amp;gt; Andreas
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Es-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13257015&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Jocelyn
&lt;br&gt;------------------------------------------------------------------------ &amp;nbsp;
&lt;br&gt;Eiffel Software	
&lt;br&gt;805-685-1006	
&lt;br&gt;&lt;a href=&quot;http://www.eiffel.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eiffel.com&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Customer support: &lt;a href=&quot;http://support.eiffel.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://support.eiffel.com&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;User group: &lt;a href=&quot;http://groups.eiffel.com/join&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.eiffel.com/join&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;------------------------------------------------------------------------ &amp;nbsp;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13257015&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Capture-Replay-tp13254806s16977p13257015.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13254806</id>
	<title>Capture Replay</title>
	<published>2007-10-17T08:16:52Z</published>
	<updated>2007-10-17T08:16:52Z</updated>
	<author>
		<name>Andreas Leitner</name>
	</author>
	<content type="html">In the release notes for the new 6.1 interim I saw a notice about a &amp;nbsp;
&lt;br&gt;capture/replay feature. I am interested in such features, can anybody &amp;nbsp;
&lt;br&gt;explain a little bit more what is provided?
&lt;br&gt;&lt;br&gt;tia,
&lt;br&gt;Andreas
&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13254806&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Capture-Replay-tp13254806s16977p13254806.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13247480</id>
	<title>Re: Overriding Assertions</title>
	<published>2007-10-16T23:48:22Z</published>
	<updated>2007-10-16T23:48:22Z</updated>
	<author>
		<name>Bernd Schoeller</name>
	</author>
	<content type="html">Opening the .ecf file in an XML editor can speed things up. Also, somebody &amp;nbsp;
&lt;br&gt;might produce some xslt/xquery (whatever) script/template that will &amp;nbsp;
&lt;br&gt;generate this information from the .ecf file.
&lt;br&gt;&lt;br&gt;Bernd
&lt;br&gt;&lt;br&gt;On Tue, 16 Oct 2007 19:45:50 +0200, Mark Bolstad &amp;nbsp;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13247480&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.render.dude@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I found that in the clusters panel, you can right click a cluster or &amp;nbsp;
&lt;br&gt;&amp;gt; class
&lt;br&gt;&amp;gt; and override the assertions for that class. However, I can't find any &amp;nbsp;
&lt;br&gt;&amp;gt; way to
&lt;br&gt;&amp;gt; tell which clusters I've overridden (other than clicking each cluster, &amp;nbsp;
&lt;br&gt;&amp;gt; and
&lt;br&gt;&amp;gt; only the cluster right above the leaf nodes).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there an easy way to find out which clusters are overridden, or if &amp;nbsp;
&lt;br&gt;&amp;gt; not,
&lt;br&gt;&amp;gt; can we add one in 6.1? Like change the icon perhaps?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Mark
&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13247480&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Overriding-Assertions-tp13238729s16977p13247480.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13244656</id>
	<title>RE: Overriding Assertions</title>
	<published>2007-10-16T17:53:26Z</published>
	<updated>2007-10-16T17:53:26Z</updated>
	<author>
		<name>Emmanuel Stapf [ES]</name>
	</author>
	<content type="html">&amp;gt; Sounds like a job for the Metrics tool.
&lt;br&gt;&lt;br&gt;It could but for now the metrics tool only knows about classes, features and
&lt;br&gt;about containers/groups from the configuration system but nothing about the
&lt;br&gt;settings. So we need to do some work in order to do that.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Manu
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13244656&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Overriding-Assertions-tp13238729s16977p13244656.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13244499</id>
	<title>Re: Overriding Assertions</title>
	<published>2007-10-16T17:37:25Z</published>
	<updated>2007-10-16T17:37:25Z</updated>
	<author>
		<name>Peter Gummer-2</name>
	</author>
	<content type="html">Mark Bolstad wrote:
&lt;br&gt;&amp;gt; Is there an easy way to find out which clusters are overridden, 
&lt;br&gt;&amp;gt; or if not, can we add one in 6.1? Like change the icon perhaps?
&lt;br&gt;&lt;br&gt;Sounds like a job for the Metrics tool.
&lt;br&gt;&lt;br&gt;- Peter Gummer
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13244499&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Overriding-Assertions-tp13238729s16977p13244499.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13244112</id>
	<title>Mailing list discontinuation</title>
	<published>2007-10-16T16:59:52Z</published>
	<updated>2007-10-16T16:59:52Z</updated>
	<author>
		<name>Emmanuel Stapf [ES]</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;In the next few days, we will stop the mailing lists which Origo was hosting
&lt;br&gt;for us. Instead of recreating another set of mailing lists we decided to use
&lt;br&gt;the forum feature from the new Origo
&lt;br&gt;(&lt;a href=&quot;http://eiffelstudio.origo.ethz.ch/forum&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://eiffelstudio.origo.ethz.ch/forum&lt;/a&gt;). We will keep the archives of the
&lt;br&gt;mailing lists and we will publish them later on our website once we found an
&lt;br&gt;appropriate location.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Manu
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------ &amp;nbsp;
&lt;br&gt;Eiffel Software	
&lt;br&gt;805-685-1006	
&lt;br&gt;&lt;a href=&quot;http://www.eiffel.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eiffel.com&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Customer support: &lt;a href=&quot;http://support.eiffel.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://support.eiffel.com&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Product information: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13244112&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;info@...&lt;/a&gt;	
&lt;br&gt;User group: &lt;a href=&quot;http://groups.eiffel.com/join&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.eiffel.com/join&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;------------------------------------------------------------------------ &amp;nbsp;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13244112&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Mailing-list-discontinuation-tp13244112s16977p13244112.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13244080</id>
	<title>RE: Overriding Assertions</title>
	<published>2007-10-16T16:56:28Z</published>
	<updated>2007-10-16T16:56:28Z</updated>
	<author>
		<name>Emmanuel Stapf [ES]</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16544&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=718515522-16102007&gt;&lt;FONT face=Arial size=2&gt;At the moment, this is not possible. Currently this could be done as an 
expensive operation but this is definitely in our wish list.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=718515522-16102007&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=718515522-16102007&gt;&lt;FONT face=Arial size=2&gt;Manu&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px&quot;&gt;
  &lt;DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left&gt;
  &lt;HR tabIndex=-1&gt;
  &lt;FONT face=Tahoma size=2&gt;&lt;B&gt;From:&lt;/B&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13244080&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt; 
  [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13244080&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt;] &lt;B&gt;On Behalf Of &lt;/B&gt;Mark 
  Bolstad&lt;BR&gt;&lt;B&gt;Sent:&lt;/B&gt; Tuesday, October 16, 2007 10:46 AM&lt;BR&gt;&lt;B&gt;To:&lt;/B&gt; 
  &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13244080&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Subject:&lt;/B&gt; [Es-devel] Overriding 
  Assertions&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;/DIV&gt;&lt;BR&gt;I found that in the clusters panel, you can right click a 
  cluster or class and override the assertions for that class. However, I can't 
  find any way to tell which clusters I've overridden (other than clicking each 
  cluster, and only the cluster right above the leaf nodes). &lt;BR&gt;&lt;BR&gt;Is there an 
  easy way to find out which clusters are overridden, or if not, can we add one 
  in 6.1? Like change the icon perhaps?&lt;BR&gt;&lt;BR&gt;Mark&lt;BR&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13244080&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Overriding-Assertions-tp13238729s16977p13244080.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13238729</id>
	<title>Overriding Assertions</title>
	<published>2007-10-16T11:45:50Z</published>
	<updated>2007-10-16T11:45:50Z</updated>
	<author>
		<name>Mark Bolstad</name>
	</author>
	<content type="html">&lt;br&gt;I found that in the clusters panel, you can right click a cluster or class and override the assertions for that class. However, I can&amp;#39;t find any way to tell which clusters I&amp;#39;ve overridden (other than clicking each cluster, and only the cluster right above the leaf nodes).
&lt;br&gt;&lt;br&gt;Is there an easy way to find out which clusters are overridden, or if not, can we add one in 6.1? Like change the icon perhaps?&lt;br&gt;&lt;br&gt;Mark&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13238729&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Overriding-Assertions-tp13238729s16977p13238729.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13139909</id>
	<title>RE: Error on precompile</title>
	<published>2007-10-10T10:58:30Z</published>
	<updated>2007-10-10T10:58:30Z</updated>
	<author>
		<name>Emmanuel Stapf [ES]</name>
	</author>
	<content type="html">Looks like it is compiling the wrong version of TYPED_POINTER which is coming from FreeELKS. My guess is that you may be checking out the wrong branch in FreeELKS. Indeed for the Eiffel_60 branch of EiffelStudio, we are checking out the Eiffel_60 branch from FreeELKS, but for the trunk of EiffelStudio we check out the trunk of FreeELKS.
&lt;br&gt;&lt;br&gt;Manu 
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13139909&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13139909&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt;] On Behalf Of Bernd 
&lt;br&gt;&amp;gt; Schoeller
&lt;br&gt;&amp;gt; Sent: Wednesday, October 10, 2007 9:43 AM
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13139909&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: [Es-devel] Error on precompile
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; using the latest Windows x86 version of ES from Origo 
&lt;br&gt;&amp;gt; (extracted .7z with all environment variables set), I get the 
&lt;br&gt;&amp;gt; following error when trying to precompile EiffelBase:
&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; Error code: Library_error
&lt;br&gt;&amp;gt; Error: Particular class content does not match what compiler 
&lt;br&gt;&amp;gt; is expecting.
&lt;br&gt;&amp;gt; What to do: Make sure you haven't modified one of the kernel 
&lt;br&gt;&amp;gt; classes on which
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;compiler relies.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Class: TYPED_POINTER [G]
&lt;br&gt;&amp;gt; Class TYPED_POINTER must have one attribute of name `pointer_item'
&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; Probably some stupid problem with my setup (I try to avoid 
&lt;br&gt;&amp;gt; using register entries), still any hint on what might be the 
&lt;br&gt;&amp;gt; problem is welcome.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Bernd
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Es-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13139909&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13139909&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-on-precompile-tp13139656s16977p13139909.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13139656</id>
	<title>Error on precompile</title>
	<published>2007-10-10T10:42:51Z</published>
	<updated>2007-10-10T10:42:51Z</updated>
	<author>
		<name>Bernd Schoeller</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;using the latest Windows x86 version of ES from Origo (extracted .7z with &amp;nbsp;
&lt;br&gt;all environment variables set), I get the following error when trying to &amp;nbsp;
&lt;br&gt;precompile EiffelBase:
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Error code: Library_error
&lt;br&gt;Error: Particular class content does not match what compiler is expecting.
&lt;br&gt;What to do: Make sure you haven't modified one of the kernel classes on &amp;nbsp;
&lt;br&gt;which
&lt;br&gt;&amp;nbsp; &amp;nbsp;compiler relies.
&lt;br&gt;&lt;br&gt;Class: TYPED_POINTER [G]
&lt;br&gt;Class TYPED_POINTER must have one attribute of name `pointer_item'
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Probably some stupid problem with my setup (I try to avoid using register &amp;nbsp;
&lt;br&gt;entries), still any hint on what might be the problem is welcome.
&lt;br&gt;&lt;br&gt;Bernd
&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13139656&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-on-precompile-tp13139656s16977p13139656.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13022225</id>
	<title>Re: ecf files get overwritten</title>
	<published>2007-10-03T10:11:39Z</published>
	<updated>2007-10-03T10:11:39Z</updated>
	<author>
		<name>Patrick Ruckstuhl</name>
	</author>
	<content type="html">Arno Fiva wrote:
&lt;br&gt;&amp;gt; I noticed when you compile a project, close EiffelStudio, make changes
&lt;br&gt;&amp;gt; to the .ecf file in an editor and run EiffelStudio again, all changes
&lt;br&gt;&amp;gt; made by hand are overwritten.
&lt;br&gt;&amp;gt; Is there a reason for that?
&lt;br&gt;&amp;gt; 
&lt;br&gt;What kind of changes did you do? What did you do in EiffelStudio? When
&lt;br&gt;you go to the project settings, the ecf file is parsed and saved at the
&lt;br&gt;end, so things that do not belong to the official ecf format are lost
&lt;br&gt;(e.g. if you add new attributes or xml comments)
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Patrick
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13022225&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ecf-files-get-overwritten-tp13017200s16977p13022225.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13017200</id>
	<title>ecf files get overwritten</title>
	<published>2007-10-03T05:42:46Z</published>
	<updated>2007-10-03T05:42:46Z</updated>
	<author>
		<name>Arno Fiva</name>
	</author>
	<content type="html">&lt;br&gt;I noticed when you compile a project, close EiffelStudio, make changes
&lt;br&gt;to the .ecf file in an editor and run EiffelStudio again, all changes
&lt;br&gt;made by hand are overwritten.
&lt;br&gt;Is there a reason for that?
&lt;br&gt;&lt;br&gt;Arno
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13017200&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ecf-files-get-overwritten-tp13017200s16977p13017200.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12951912</id>
	<title>RE: BYTE_SERVER</title>
	<published>2007-09-28T21:47:39Z</published>
	<updated>2007-09-28T21:47:39Z</updated>
	<author>
		<name>Emmanuel Stapf [ES]</name>
	</author>
	<content type="html">&amp;gt; At which stage does the BYTE_SERVER ( system.byte_server ) 
&lt;br&gt;&amp;gt; receives the byte code generated for the user's classes? I 
&lt;br&gt;&amp;gt; noticed that when the the precompiled files are available it 
&lt;br&gt;&amp;gt; will load them but I couldn't find the stage in which it adds 
&lt;br&gt;&amp;gt; the user's byte code. 
&lt;br&gt;&lt;br&gt;Currently, most `server' have a counterpart `tmp_server'. The `tmp_server'
&lt;br&gt;holds the data of the current compilation and it takes priority over
&lt;br&gt;`server'. Once a compilation is successful, the data from `tmp_server' is
&lt;br&gt;merged to `server'.
&lt;br&gt;&lt;br&gt;In the case of BYTE_SERVER, during degree 3 we add the generated BYTE_CODE
&lt;br&gt;to the TMP_BYTE_SERVER.
&lt;br&gt;&lt;br&gt;&amp;gt; Is the byte_code from the new classes also written to file?
&lt;br&gt;&lt;br&gt;Yes, all the data is stored to the servers so that next time you load your
&lt;br&gt;project, we have everything handy.
&lt;br&gt;&lt;br&gt;Hope this helps,
&lt;br&gt;Manu
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12951912&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/BYTE_SERVER-tp12926612s16977p12951912.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12926612</id>
	<title>BYTE_SERVER</title>
	<published>2007-09-27T11:40:28Z</published>
	<updated>2007-09-27T11:40:28Z</updated>
	<author>
		<name>Lucas S. Silva</name>
	</author>
	<content type="html">Hi All,&lt;br&gt;&lt;br&gt;I have a question regarding the byte server. I have tried to watch its&lt;br&gt;main writing functions but could catch the clients that are writing to it.&lt;br&gt;&lt;br&gt;At which stage does the BYTE_SERVER ( system.byte_server
 ) receives&lt;br&gt;the byte code generated for the user&amp;#39;s classes? I noticed that when the the &lt;br&gt;precompiled files are available it will load them but I couldn&amp;#39;t&lt;br&gt;find the stage in which it adds the user&amp;#39;s byte code.
&lt;br&gt;&lt;br&gt;Is the byte_code from the new classes also written to file?&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Lucas&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12926612&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/BYTE_SERVER-tp12926612s16977p12926612.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12785388</id>
	<title>New SVN URL</title>
	<published>2007-09-19T14:23:16Z</published>
	<updated>2007-09-19T14:23:16Z</updated>
	<author>
		<name>Emmanuel Stapf [ES]</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;We have migrated our svn repository to the new origo site. To update your
&lt;br&gt;local copy to the new URL, you simply have to do:
&lt;br&gt;&lt;br&gt;svn switch --relocate &lt;a href=&quot;https://eiffelsoftware.origo.ethz.ch/svn/es&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://eiffelsoftware.origo.ethz.ch/svn/es&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;https://svn.origo.ethz.ch/eiffelstudio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.origo.ethz.ch/eiffelstudio&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Manu
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------ &amp;nbsp;
&lt;br&gt;Eiffel Software	
&lt;br&gt;805-685-1006	
&lt;br&gt;&lt;a href=&quot;http://www.eiffel.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eiffel.com&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Customer support: &lt;a href=&quot;http://support.eiffel.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://support.eiffel.com&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Product information: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12785388&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;info@...&lt;/a&gt;	
&lt;br&gt;User group: &lt;a href=&quot;http://groups.eiffel.com/join&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.eiffel.com/join&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;------------------------------------------------------------------------ &amp;nbsp;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12785388&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/New-SVN-URL-tp12785388s16977p12785388.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12753551</id>
	<title>Re: Feature_Table and Code Generation</title>
	<published>2007-09-18T03:42:20Z</published>
	<updated>2007-09-18T03:42:20Z</updated>
	<author>
		<name>Bernd Schoeller</name>
	</author>
	<content type="html">Hello Lucas,
&lt;br&gt;&lt;br&gt;I hope you do not mind some comments and asking for some clarifications:
&lt;br&gt;&lt;br&gt;On Tue, 18 Sep 2007 10:57:57 +0200, Lucas S. Silva &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12753551&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lssilva@...&lt;/a&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;wrote:
&lt;br&gt;&amp;gt; Well, If I get enough time, my goals are:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1 Learn how the ec works
&lt;br&gt;&lt;br&gt;Sure - it is not too difficult, once you have managed to climb some hills. &amp;nbsp;
&lt;br&gt;Feel free to ask on the list for specific details.
&lt;br&gt;&lt;br&gt;&amp;gt; 2 Split the static analysis from the compilation. I want to be able to
&lt;br&gt;&amp;gt; compile without the static analysis
&lt;br&gt;&lt;br&gt;I do not get this point. The whole compiler frontend is static analysis. &amp;nbsp;
&lt;br&gt;What is it exactly that you want to avoid?
&lt;br&gt;&lt;br&gt;&amp;gt; 3 Update the naming system, I think that the current encoder will &amp;nbsp;
&lt;br&gt;&amp;gt; generate the feature name based on their ids which depends on the number &amp;nbsp;
&lt;br&gt;&amp;gt; of
&lt;br&gt;&amp;gt; features/types, hence in the inheritance analysis.
&lt;br&gt;&lt;br&gt;Which naming system? At some time during the compilation, names are &amp;nbsp;
&lt;br&gt;dropped and replaced by IDs. Multiple IDs for a single feature are needed &amp;nbsp;
&lt;br&gt;because of multiple subtyping (merging of different features). It does not &amp;nbsp;
&lt;br&gt;need to be ID sets, there are other possible techniques, but in the end it &amp;nbsp;
&lt;br&gt;boils down to the same.
&lt;br&gt;&lt;br&gt;&amp;gt; 4 Have the feature loading / binding done dynamically
&lt;br&gt;&lt;br&gt;Do you mean &amp;quot;loading&amp;quot; as in &amp;quot;class loading&amp;quot;?
&lt;br&gt;&lt;br&gt;&amp;gt; I think that the Eiffel Compiler does a excellent job, I would like to &amp;nbsp;
&lt;br&gt;&amp;gt; have
&lt;br&gt;&amp;gt; a simpler compiler
&lt;br&gt;&amp;gt; which is easier to experiment.
&lt;br&gt;&lt;br&gt;There exists the GOBO Eiffel compiler, which is work-in-progress, but &amp;nbsp;
&lt;br&gt;definitely using a more simplistic approach to compilation. You might want &amp;nbsp;
&lt;br&gt;to have a look at it, though some of Eric's &amp;quot;magic&amp;quot; is difficult to grasp. &amp;nbsp;
&lt;br&gt;Not that I want to push you away from EC (it is a good compiler), just &amp;nbsp;
&lt;br&gt;want to mention alternatives. You should avoid SmartEiffel, because that &amp;nbsp;
&lt;br&gt;is not an Eiffel compiler.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; class loading of precompiled Eiffel modules&amp;quot;, you should be aware that
&lt;br&gt;&amp;gt;&amp;gt; there is probably a major problem: as far as I know the following three
&lt;br&gt;&amp;gt;&amp;gt; things cannot be joined:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; - Efficient class loading
&lt;br&gt;&amp;gt;&amp;gt; - Constant dynamic binding
&lt;br&gt;&amp;gt;&amp;gt; - Multiple subtyping
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think we could cross the Efficient out from Class loading, that would &amp;nbsp;
&lt;br&gt;&amp;gt; do
&lt;br&gt;&amp;gt; it.
&lt;/div&gt;&lt;br&gt;OK. You have to globally recompute the feature table every time you add a &amp;nbsp;
&lt;br&gt;new class that implements the feature. Smart updating mechansism can help &amp;nbsp;
&lt;br&gt;there.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Eiffel is so fast, because it can generate a global feature table for
&lt;br&gt;&amp;gt;&amp;gt; constant feature lookup in dynamic binding. This is not possible any
&lt;br&gt;&amp;gt;&amp;gt; more if you introduce incremental compilation and dynamic class loading.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It is one reason why people in C++ are so picky about &amp;quot;virtual&amp;quot; and Java
&lt;br&gt;&amp;gt;&amp;gt; is so slow (because it needs a search routine for dynamic binding).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I believe that Eiffel's efficient is not only attributed to the constant
&lt;br&gt;&amp;gt; feature look-up, and
&lt;br&gt;&amp;gt; as I said my goal is not to replace the Eiffel Compiler.
&lt;/div&gt;&lt;br&gt;It is one of the reasons. But surely not the only one, you are right.
&lt;br&gt;&lt;br&gt;&amp;gt; Even with dynamic
&lt;br&gt;&amp;gt; loading/binding
&lt;br&gt;&amp;gt; some people will say that Java is no longer so slow, in fact they will &amp;nbsp;
&lt;br&gt;&amp;gt; claim
&lt;br&gt;&amp;gt; that it is faster than
&lt;br&gt;&amp;gt; C/C++ in some areas[1][2].
&lt;br&gt;&lt;br&gt;Java has non-constant lookup when you are making use of 'invokeinterface', &amp;nbsp;
&lt;br&gt;which requires non-constant lookup because of multiple subtyping. This is &amp;nbsp;
&lt;br&gt;nearly never the case in the benchmarks you mention, but happens really &amp;nbsp;
&lt;br&gt;often in complex data-models as they are present in the industry.
&lt;br&gt;&lt;br&gt;An other source of speed problems is the use of &amp;quot;functional programming &amp;nbsp;
&lt;br&gt;style&amp;quot; of coding, because Java does not propagate Command/Query &amp;nbsp;
&lt;br&gt;separation. As an effect, this creates very many short-lives objects (for &amp;nbsp;
&lt;br&gt;intermediate results). Object creation is expensive, making Java slow. &amp;nbsp;
&lt;br&gt;This is another property of Java that is not tested in benchmarks, but has &amp;nbsp;
&lt;br&gt;a strong impact on performance of large scale applications.
&lt;br&gt;&lt;br&gt;&amp;gt; The only solution would be to recompute the global feature table when
&lt;br&gt;&amp;gt;&amp;gt; loading a new class, making class loading rather inefficient. YMMV
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think that if the naming is not dependent on the entire feature &amp;nbsp;
&lt;br&gt;&amp;gt; history,
&lt;br&gt;&amp;gt; we might
&lt;br&gt;&amp;gt; not have to recompute the whole feature table but just the new ones
&lt;br&gt;&lt;br&gt;True, as said it is only necessary to recompute the feature tables of all &amp;nbsp;
&lt;br&gt;features of the dynamically loaded class, and there is quite some room &amp;nbsp;
&lt;br&gt;&amp;quot;algorithmic smartness&amp;quot;, though it will not change the &amp;quot;worst case&amp;quot; &amp;nbsp;
&lt;br&gt;behavior.
&lt;br&gt;&lt;br&gt;Bernd
&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12753551&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Feature_Table-and-Code-Generation-tp12690578s16977p12753551.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12752859</id>
	<title>Re: Feature_Table and Code Generation</title>
	<published>2007-09-18T02:57:57Z</published>
	<updated>2007-09-18T02:57:57Z</updated>
	<author>
		<name>Lucas S. Silva</name>
	</author>
	<content type="html">&lt;br&gt;&lt;div&gt;&lt;div&gt;Thanks for the reply,&lt;br&gt;&amp;nbsp;&lt;/div&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;I am not sure what you are aiming at, but if you want to have a &amp;quot;dynamic
&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;Well, If I get enough time, my goals are:&lt;br&gt;&lt;br&gt;1 Learn how the ec works&lt;br&gt;&lt;br&gt;2 Split the static analysis from the compilation. I want to be able to compile&lt;br&gt;&amp;nbsp; without&amp;nbsp; the static analysis&lt;br&gt;&lt;br&gt;
3 Update the naming system, I think that the current encoder will generate&lt;br&gt;&amp;nbsp;&amp;nbsp; the feature name based on their ids which depends on the number of features/types,&lt;br&gt;&amp;nbsp;&amp;nbsp; hence in the inheritance analysis.&lt;br&gt;&lt;br&gt;4 Have the feature loading / binding done dynamically 
&lt;br&gt;&amp;nbsp;&lt;br&gt;I think that the Eiffel Compiler does a excellent job, I would like to have a simpler compiler&lt;br&gt;which is easier to experiment. &lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
class loading of precompiled Eiffel modules&amp;quot;, you should be aware that&lt;br&gt;there is probably a major problem: as far as I know the following three&lt;br&gt;things cannot be joined:&lt;br&gt;&lt;br&gt;- Efficient class loading&lt;br&gt;- Constant dynamic binding
&lt;br&gt;- Multiple subtyping&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;I think we could cross the Efficient out from Class loading, that would do it. &lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Eiffel is so fast, because it can generate a global feature table for&lt;br&gt;constant feature lookup in dynamic binding. This is not possible any&lt;br&gt;more if you introduce incremental compilation and dynamic class loading.&lt;/blockquote&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;It is one reason why people in C++ are so picky about &amp;quot;virtual&amp;quot; and Java&lt;br&gt;is so slow (because it needs a search routine for dynamic binding).
&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;I believe that Eiffel&amp;#39;s efficient is not only attributed to the constant feature look-up, and&lt;br&gt;as I said my goal is not to replace the Eiffel Compiler. Even with dynamic loading/binding&lt;br&gt;some people will say that Java is no longer so slow, in fact they will claim that it is faster than
&lt;br&gt;C/C++ in some areas[1][2]. &lt;br&gt;&amp;nbsp;&lt;/div&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;The only solution would be to recompute the global feature table when
&lt;br&gt;loading a new class, making class loading rather inefficient. YMMV&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;I think that if the naming is not dependent on the entire feature history, we might&lt;br&gt;not have to recompute the whole feature table but just the new ones 
&lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Bernd&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;Regards,&lt;br&gt;Lucas S. Silva&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://www.kano.net/javabench/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
http://www.kano.net/javabench/&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://www.idiom.com/~zilla/Computer/javaCbenchmark.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.idiom.com/~zilla/Computer/javaCbenchmark.html&lt;/a&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12752859&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Feature_Table-and-Code-Generation-tp12690578s16977p12752859.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12751781</id>
	<title>Re: Feature_Table and Code Generation</title>
	<published>2007-09-18T01:46:04Z</published>
	<updated>2007-09-18T01:46:04Z</updated>
	<author>
		<name>Bernd Schoeller</name>
	</author>
	<content type="html">Lucas S. Silva wrote:
&lt;br&gt;&amp;gt; I see that INHERIT_TABLE -&amp;gt; pass2 &amp;nbsp;calls the analyze which based on the 
&lt;br&gt;&amp;gt; inheritance
&lt;br&gt;&amp;gt; &amp;nbsp;info will add the features is that right?. But could a feature table of 
&lt;br&gt;&amp;gt; a single class be generated without
&lt;br&gt;&amp;gt; the inheritance analyzes? &amp;nbsp;A feature table containing only the features 
&lt;br&gt;&amp;gt; declared in a given class
&lt;br&gt;&amp;gt; without worrying about the renaming, redefinition and inheritance??
&lt;br&gt;&lt;br&gt;I am not sure what you are aiming at, but if you want to have a &amp;quot;dynamic 
&lt;br&gt;class loading of precompiled Eiffel modules&amp;quot;, you should be aware that 
&lt;br&gt;there is probably a major problem: as far as I know the following three 
&lt;br&gt;things cannot be joined:
&lt;br&gt;&lt;br&gt;- Efficient class loading
&lt;br&gt;- Constant dynamic binding
&lt;br&gt;- Multiple subtyping
&lt;br&gt;&lt;br&gt;Eiffel is so fast, because it can generate a global feature table for 
&lt;br&gt;constant feature lookup in dynamic binding. This is not possible any 
&lt;br&gt;more if you introduce incremental compilation and dynamic class loading.
&lt;br&gt;&lt;br&gt;It is one reason why people in C++ are so picky about &amp;quot;virtual&amp;quot; and Java 
&lt;br&gt;is so slow (because it needs a search routine for dynamic binding).
&lt;br&gt;&lt;br&gt;The only solution would be to recompute the global feature table when 
&lt;br&gt;loading a new class, making class loading rather inefficient. YMMV
&lt;br&gt;&lt;br&gt;Bernd
&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12751781&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Feature_Table-and-Code-Generation-tp12690578s16977p12751781.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12747185</id>
	<title>RE: Feature_Table and Code Generation</title>
	<published>2007-09-17T17:31:54Z</published>
	<updated>2007-09-17T17:31:54Z</updated>
	<author>
		<name>Emmanuel Stapf [ES]</name>
	</author>
	<content type="html">&amp;gt; How is the feature table computed? Is it computed from the 
&lt;br&gt;&amp;gt; CLASS_AS and CLASS_INFO?. 
&lt;br&gt;&lt;br&gt;More or less. All the computation is done as you found out in
&lt;br&gt;INHERIT_TABLE.pass2.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; right?. But could a feature table of a single class be 
&lt;br&gt;&amp;gt; generated without the inheritance analyzes? &amp;nbsp;A feature table 
&lt;br&gt;&amp;gt; containing only the features declared in a given class 
&lt;br&gt;&amp;gt; without worrying about the renaming, redefinition and inheritance??
&lt;br&gt;&lt;br&gt;At the moment, we do not do that, but I don't see why one could not do it.
&lt;br&gt;In that case, it might be just simpler to use the CLASS_AS object and
&lt;br&gt;iterates through the various routines declared in the class.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; Another doubt I have is regarding the c code generation. So 
&lt;br&gt;&amp;gt; far I have understood is that the c code is generated from 
&lt;br&gt;&amp;gt; the list of features am I right? &amp;nbsp;Is the byte code stored in 
&lt;br&gt;&amp;gt; the FEATURE_I? 
&lt;br&gt;&amp;gt; in the FEATURE_I.generate I see that it retrieves the byte 
&lt;br&gt;&amp;gt; code from &amp;nbsp;a byte code server, why is that?
&lt;br&gt;&lt;br&gt;Currently, we build from the AST instanaces (the _AS classes) a set of
&lt;br&gt;BYTE_NODE instances (the _B classes). Those _B are more suitable for code
&lt;br&gt;generation than the AST (although over the past few years this is less and
&lt;br&gt;less the case) and because we don't want all those objects in memory, we
&lt;br&gt;store them into `servers'.
&lt;br&gt;&lt;br&gt;At degree -1 when we generate the code, we retrieve the BYTE_NODE instances
&lt;br&gt;from the byte code server and then generate the code.
&lt;br&gt;&lt;br&gt;Hope this helps,
&lt;br&gt;Manu
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12747185&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Feature_Table-and-Code-Generation-tp12690578s16977p12747185.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12690578</id>
	<title>Feature_Table and Code Generation</title>
	<published>2007-09-15T08:07:42Z</published>
	<updated>2007-09-15T08:07:42Z</updated>
	<author>
		<name>Lucas S. Silva</name>
	</author>
	<content type="html">Hi,&lt;br&gt;&lt;br&gt;I have some doubts regarding the code generation and feature table and&lt;br&gt;I would be glad if someone could give me some directions.&lt;br&gt;&lt;br&gt;How is the feature table computed? Is it computed from the CLASS_AS and CLASS_INFO?.
&lt;br&gt;&lt;br&gt;I see that INHERIT_TABLE -&amp;gt; pass2&amp;nbsp; calls the analyze which based on the inheritance&lt;br&gt;&amp;nbsp;info will add the features is that right?. But could a feature table of a single class be generated without&lt;br&gt;the inheritance analyzes?&amp;nbsp; A feature table containing only the features declared in a given class 
&lt;br&gt;without worrying about the renaming, redefinition and inheritance??&lt;br&gt;&lt;br&gt;Another doubt I have is regarding the c code generation. So far I have understood is that the c code is &lt;br&gt;generated from the list of features am I right?&amp;nbsp; Is the byte code stored in the FEATURE_I?
&lt;br&gt;in the FEATURE_I.generate I see that it retrieves the byte code from&amp;nbsp; a byte code server, why is that?&lt;br&gt;&lt;br&gt;Thanks in advance,&lt;br&gt;Lucas S. Silva&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12690578&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Feature_Table-and-Code-Generation-tp12690578s16977p12690578.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12321363</id>
	<title>Re: Re: ec verbose level</title>
	<published>2007-08-24T17:21:56Z</published>
	<updated>2007-08-24T17:21:56Z</updated>
	<author>
		<name>Peter Gummer-2</name>
	</author>
	<content type="html">Manu wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; We were thinking to change the default to only print the starting of the
&lt;br&gt;&amp;gt; degrees (i.e. like in the output window of EiffelStudio). And adding the
&lt;br&gt;&amp;gt; -verbose option if you want the same behavior as today. What do you think?
&lt;br&gt;&lt;br&gt;This is the usual approach taken by other command-line tools, in my 
&lt;br&gt;experience, and I would definitely prefer it. My SCons builder for Eiffel 
&lt;br&gt;(&lt;a href=&quot;http://www.scons.org/wiki/EiffelStudioTool?highlight=%28Tool%24%29&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.scons.org/wiki/EiffelStudioTool?highlight=%28Tool%24%29&lt;/a&gt;) goes to 
&lt;br&gt;a lot of effort to redirect the output to a log file, and then if there's an 
&lt;br&gt;error it displays the last 1000 characters from the log file. This works 
&lt;br&gt;fine, but the idea of displaying the last 1000 characters is a bit 
&lt;br&gt;arbitrary; and it's silly that I had to go to this effort in the first 
&lt;br&gt;place.
&lt;br&gt;&lt;br&gt;If you decide to take the -verbose approach, it would be nice to be able to 
&lt;br&gt;turn warnings on or off.
&lt;br&gt;&lt;br&gt;- Peter Gummer 
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12321363&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ec-verbose-level-tp12294498s16977p12321363.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12319886</id>
	<title>Error messages when running ES on unix</title>
	<published>2007-08-24T15:06:11Z</published>
	<updated>2007-08-24T15:06:11Z</updated>
	<author>
		<name>Rafael Bischof</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16525&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=218255520-24082007&gt;Hi&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=218255520-24082007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=218255520-24082007&gt;I compiled my branch 
(origo_integration) under linux-x86. But when I run it I get pretty often this 
error message in the console:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=218255520-24082007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=218255520-24082007&gt;(ec: 23324): 
GdkPixbuf - CRITICAL **: gdk_pixbufcopy_area: assertion 'dest_x &amp;gt;= 0 
&amp;amp;&amp;amp; dest_x + width &amp;gt;= dest_pixbuf - &amp;gt; width ' 
failed&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=218255520-24082007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=218255520-24082007&gt;My branch is on 
revision 70112 of the trunk and the only thing i can think of that could cause 
this problem is that i added the attached image to EB_SHARED_PIXMAPS. I couldn't 
test to compile revision 70112 of the trunk to check whether it happens there 
too because the only 32 bit linux machine that i could use to compile it is used 
by someone else&amp;nbsp; (who is&amp;nbsp;already mad at&amp;nbsp;me because of compiling 
eiffelstudio there ;) ) at the moment. but i will try it out as soon as i 
can.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=218255520-24082007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=218255520-24082007&gt;Do you know what the 
problem could be?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12319886&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;origo.png&lt;/strong&gt; (1K) &lt;a href=&quot;http://www.nabble.com/attachment/12319886/0/origo.png&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-messages-when-running-ES-on-unix-tp12319886s16977p12319886.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12302167</id>
	<title>Re: Re: ec verbose level</title>
	<published>2007-08-23T15:08:08Z</published>
	<updated>2007-08-23T15:08:08Z</updated>
	<author>
		<name>Lucas S. Silva</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;div&gt;&lt;span class=&quot;gmail_quote&quot;&gt;On 8/23/07, &lt;b class=&quot;gmail_sendername&quot;&gt;Patrick Ruckstuhl&lt;/b&gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12302167&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;patrick@...&lt;/a&gt;&amp;gt; wrote:&lt;/span&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
I think that would be great.&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&amp;nbsp;me too!&lt;br&gt;&amp;nbsp;&lt;/div&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&amp;gt; We were thinking to change the default to only print the starting of the
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; degrees (i.e. like in the output window of EiffelStudio). And adding the&lt;br&gt;&amp;gt; -verbose option if you want the same behavior as today. What do you think?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Regards,&lt;br&gt;&amp;gt; Manu&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt;&amp;gt; From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12302167&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12302167&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt;] On Behalf Of
&lt;br&gt;&amp;gt;&amp;gt; Patrick Ruckstuhl&lt;br&gt;&amp;gt;&amp;gt; Sent: Thursday, August 23, 2007 10:48 AM&lt;br&gt;&amp;gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12302167&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel@...&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; Subject: [Es-devel] Re: ec verbose level&lt;/div&gt;
&amp;gt;&amp;gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; Hi,&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Are you doing the experiment in the X window session? If so, you&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; should do without an X server running as the output&lt;br&gt;&amp;gt;&amp;gt; will be slow due
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to the X server trying to scroll the content.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Ops.. my bad!&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To better compare the speed, you should do in bash:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ec -finalize -config ec.ecf -target batch_unix &amp;gt; OUTPUT.txt 2&amp;gt;&amp;amp;1&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; That way you can eliminate the slowness of the X server.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/div&gt;
&amp;gt;&amp;gt;&amp;gt; Correct, now the difference is insignificant!&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; I personally would still like a less verbose mode, most of&lt;br&gt;&amp;gt;&amp;gt; the time I&amp;#39;m not interested in all the details and I&amp;#39;m&lt;br&gt;&amp;gt;&amp;gt; working on remote machines so I have to redirect the output
&lt;br&gt;&amp;gt;&amp;gt; to a file and then check the file if a compilation error happens.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Regards,&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Patrick&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://origo.ethz.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://origo.ethz.ch&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;&amp;gt;&amp;gt; Es-devel mailing list&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12302167&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;/div&gt;&lt;br&gt;_______________________________________________&lt;br&gt;Es-devel mailing list&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12302167&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12302167&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ec-verbose-level-tp12294498s16977p12302167.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13299303</id>
	<title>Re: Re: ec verbose level</title>
	<published>2007-08-23T15:00:19Z</published>
	<updated>2007-08-23T15:00:19Z</updated>
	<author>
		<name>Paul Bates</name>
	</author>
	<content type="html">And what of the new command line?
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://eiffelsoftware.origo.ethz.ch/EC_Command_Line&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://eiffelsoftware.origo.ethz.ch/EC_Command_Line&lt;/a&gt;&lt;br&gt;&lt;br&gt;Paul.
&lt;br&gt;&lt;br&gt;Emmanuel Stapf [ES] wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; We were thinking to change the default to only print the starting of the
&lt;br&gt;&amp;gt; degrees (i.e. like in the output window of EiffelStudio). And adding the
&lt;br&gt;&amp;gt; -verbose option if you want the same behavior as today. What do you think?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Manu 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt;&amp;gt; From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13299303&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt; 
&lt;br&gt;&amp;gt;&amp;gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13299303&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt;] On Behalf Of 
&lt;br&gt;&amp;gt;&amp;gt; Patrick Ruckstuhl
&lt;br&gt;&amp;gt;&amp;gt; Sent: Thursday, August 23, 2007 10:48 AM
&lt;br&gt;&amp;gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13299303&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; Subject: [Es-devel] Re: ec verbose level
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; Are you doing the experiment in the X window session? If so, you
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; should do without an X server running as the output 
&lt;br&gt;&amp;gt;&amp;gt; will be slow due
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; to the X server trying to scroll the content.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Ops.. my bad!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; To better compare the speed, you should do in bash:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; ec -finalize -config ec.ecf -target batch_unix &amp;gt; OUTPUT.txt 2&amp;gt;&amp;1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; That way you can eliminate the slowness of the X server.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Correct, now the difference is insignificant!
&lt;br&gt;&amp;gt;&amp;gt; I personally would still like a less verbose mode, most of 
&lt;br&gt;&amp;gt;&amp;gt; the time I'm not interested in all the details and I'm 
&lt;br&gt;&amp;gt;&amp;gt; working on remote machines so I have to redirect the output 
&lt;br&gt;&amp;gt;&amp;gt; to a file and then check the file if a compilation error happens.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Patrick
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://origo.ethz.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://origo.ethz.ch&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Es-devel mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13299303&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13299303&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ec-verbose-level-tp12294498s16977p13299303.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12301959</id>
	<title>Re: ec verbose level</title>
	<published>2007-08-23T14:57:03Z</published>
	<updated>2007-08-23T14:57:03Z</updated>
	<author>
		<name>Patrick Ruckstuhl</name>
	</author>
	<content type="html">I think that would be great.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; We were thinking to change the default to only print the starting of the
&lt;br&gt;&amp;gt; degrees (i.e. like in the output window of EiffelStudio). And adding the
&lt;br&gt;&amp;gt; -verbose option if you want the same behavior as today. What do you think?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Manu 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt;&amp;gt; From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12301959&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt; 
&lt;br&gt;&amp;gt;&amp;gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12301959&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt;] On Behalf Of 
&lt;br&gt;&amp;gt;&amp;gt; Patrick Ruckstuhl
&lt;br&gt;&amp;gt;&amp;gt; Sent: Thursday, August 23, 2007 10:48 AM
&lt;br&gt;&amp;gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12301959&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; Subject: [Es-devel] Re: ec verbose level
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; Are you doing the experiment in the X window session? If so, you
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; should do without an X server running as the output 
&lt;br&gt;&amp;gt;&amp;gt; will be slow due
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; to the X server trying to scroll the content.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Ops.. my bad!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; To better compare the speed, you should do in bash:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; ec -finalize -config ec.ecf -target batch_unix &amp;gt; OUTPUT.txt 2&amp;gt;&amp;1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; That way you can eliminate the slowness of the X server.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Correct, now the difference is insignificant!
&lt;br&gt;&amp;gt;&amp;gt; I personally would still like a less verbose mode, most of 
&lt;br&gt;&amp;gt;&amp;gt; the time I'm not interested in all the details and I'm 
&lt;br&gt;&amp;gt;&amp;gt; working on remote machines so I have to redirect the output 
&lt;br&gt;&amp;gt;&amp;gt; to a file and then check the file if a compilation error happens.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Patrick
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://origo.ethz.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://origo.ethz.ch&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Es-devel mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12301959&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12301959&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ec-verbose-level-tp12294498s16977p12301959.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12301934</id>
	<title>RE: Re: ec verbose level</title>
	<published>2007-08-23T14:55:43Z</published>
	<updated>2007-08-23T14:55:43Z</updated>
	<author>
		<name>Emmanuel Stapf [ES]</name>
	</author>
	<content type="html">We were thinking to change the default to only print the starting of the
&lt;br&gt;degrees (i.e. like in the output window of EiffelStudio). And adding the
&lt;br&gt;-verbose option if you want the same behavior as today. What do you think?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Manu 
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12301934&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12301934&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt;] On Behalf Of 
&lt;br&gt;&amp;gt; Patrick Ruckstuhl
&lt;br&gt;&amp;gt; Sent: Thursday, August 23, 2007 10:48 AM
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12301934&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: [Es-devel] Re: ec verbose level
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; Are you doing the experiment in the X window session? If so, you
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; should do without an X server running as the output 
&lt;br&gt;&amp;gt; will be slow due
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; to the X server trying to scroll the content.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Ops.. my bad!
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; To better compare the speed, you should do in bash:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; ec -finalize -config ec.ecf -target batch_unix &amp;gt; OUTPUT.txt 2&amp;gt;&amp;1
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; That way you can eliminate the slowness of the X server.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Correct, now the difference is insignificant!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I personally would still like a less verbose mode, most of 
&lt;br&gt;&amp;gt; the time I'm not interested in all the details and I'm 
&lt;br&gt;&amp;gt; working on remote machines so I have to redirect the output 
&lt;br&gt;&amp;gt; to a file and then check the file if a compilation error happens.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Patrick
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://origo.ethz.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://origo.ethz.ch&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Es-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12301934&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12301934&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ec-verbose-level-tp12294498s16977p12301934.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12301887</id>
	<title>RE: Missing images</title>
	<published>2007-08-23T14:53:57Z</published>
	<updated>2007-08-23T14:53:57Z</updated>
	<author>
		<name>Emmanuel Stapf [ES]</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16525&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=812345320-23082007&gt;&lt;FONT face=Arial size=2&gt;There was a small error we introduce in Vision2 early this week. If you 
update to the new version of the library it should be ok.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=812345320-23082007&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=812345320-23082007&gt;&lt;FONT face=Arial size=2&gt;Manu&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR&gt;
&lt;BLOCKQUOTE dir=ltr style=&quot;PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px&quot;&gt;
  &lt;DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left&gt;
  &lt;HR tabIndex=-1&gt;
  &lt;FONT face=Tahoma size=2&gt;&lt;B&gt;From:&lt;/B&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12301887&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt; 
  [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12301887&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt;] &lt;B&gt;On Behalf Of &lt;/B&gt;Rafael 
  Bischof&lt;BR&gt;&lt;B&gt;Sent:&lt;/B&gt; Thursday, August 23, 2007 11:46 AM&lt;BR&gt;&lt;B&gt;To:&lt;/B&gt; 
  &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12301887&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Subject:&lt;/B&gt; [Es-devel] Missing 
  images&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=234094218-23082007&gt;hi&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=234094218-23082007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=234094218-23082007&gt;I compiled the 
  current head version of Eiffel Studio with the latest beta release (32 bit 
  Windows). If I start the compiled EiffelStudio all images are missing, but I 
  don't get any execptions or error messages. Merged with my branch there is one 
  single image that is displayed and that's the one i added myself (as a 
  distinct png file and added to&amp;nbsp;eb_shared_pixmaps). It doesn't matter 
  whether I start the compiled EiffelStudio directely from the IDE or if i 
  finalize it and overwrite the ec.exe in my EiffelStudio installation 
  directory. Do you have any ideas what the problem could 
be?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=234094218-23082007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=234094218-23082007&gt;Rafael 
  Bischof&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12301887&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Missing-images-tp12299593s16977p12301887.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12299593</id>
	<title>Missing images</title>
	<published>2007-08-23T12:46:28Z</published>
	<updated>2007-08-23T12:46:28Z</updated>
	<author>
		<name>Rafael Bischof</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16525&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=234094218-23082007&gt;hi&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=234094218-23082007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=234094218-23082007&gt;I compiled the 
current head version of Eiffel Studio with the latest beta release (32 bit 
Windows). If I start the compiled EiffelStudio all images are missing, but I 
don't get any execptions or error messages. Merged with my branch there is one 
single image that is displayed and that's the one i added myself (as a distinct 
png file and added to&amp;nbsp;eb_shared_pixmaps). It doesn't matter whether I start 
the compiled EiffelStudio directely from the IDE or if i finalize it and 
overwrite the ec.exe in my EiffelStudio installation directory. Do you have any 
ideas what the problem could be?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=234094218-23082007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=234094218-23082007&gt;Rafael 
Bischof&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12299593&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Missing-images-tp12299593s16977p12299593.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12298544</id>
	<title>Re: ec verbose level</title>
	<published>2007-08-23T11:47:42Z</published>
	<updated>2007-08-23T11:47:42Z</updated>
	<author>
		<name>Patrick Ruckstuhl</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Are you doing the experiment in the X window session? If so, you
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; should do without an X server running as the output will be slow due
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; to the X server trying to scroll the content.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Ops.. my bad!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; To better compare the speed, you should do in bash:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; ec -finalize -config ec.ecf -target batch_unix &amp;gt; OUTPUT.txt 2&amp;gt;&amp;1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; That way you can eliminate the slowness of the X server.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Correct, now the difference is insignificant!
&lt;/div&gt;&lt;br&gt;I personally would still like a less verbose mode, most of the time I'm
&lt;br&gt;not interested in all the details and I'm working on remote machines so
&lt;br&gt;I have to redirect the output to a file and then check the file if a
&lt;br&gt;compilation error happens.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Patrick
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://origo.ethz.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://origo.ethz.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12298544&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ec-verbose-level-tp12294498s16977p12298544.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12297183</id>
	<title>Re: ec verbose level</title>
	<published>2007-08-23T10:34:13Z</published>
	<updated>2007-08-23T10:34:13Z</updated>
	<author>
		<name>Lucas S. Silva</name>
	</author>
	<content type="html">Hi &lt;span class=&quot;gmail_quote&quot;&gt;&lt;span class=&quot;gmail_sendername&quot;&gt;Emmanuel,&lt;br&gt;&lt;br&gt;Thanks for the response.&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&lt;div&gt;&lt;span class=&quot;gmail_quote&quot;&gt;On 8/23/07, &lt;b class=&quot;gmail_sendername&quot;&gt;Emmanuel Stapf [ES]&lt;/b&gt; &amp;lt;
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12297183&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;manus@...&lt;/a&gt;&amp;gt; wrote:&lt;/span&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;



&lt;div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;Are you doing the experiment in the X window session? If so, you should 
do without an X server running as the output will be slow due to the X server 
trying to scroll the content.&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;Ops.. my bad! &lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div&gt;&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;To better compare the speed, you should do in bash:&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span&gt;ec -finalize -config 
ec.ecf -target batch_unix &amp;gt; OUTPUT.txt 2&amp;gt;&amp;amp;1 &lt;/span&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;That way you can eliminate the slowness of the X 
server.&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;Correct, now the difference is insignificant!&lt;br&gt;&amp;nbsp;&lt;/div&gt;&lt;br&gt;Thanks,&lt;br&gt;Lucas &lt;br&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12297183&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ec-verbose-level-tp12294498s16977p12297183.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12295776</id>
	<title>RE: ec verbose level</title>
	<published>2007-08-23T09:19:54Z</published>
	<updated>2007-08-23T09:19:54Z</updated>
	<author>
		<name>Emmanuel Stapf [ES]</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16525&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=140241615-23082007&gt;&lt;FONT face=Arial size=2&gt;Are you doing the experiment in the X window session? If so, you should 
do without an X server running as the output will be slow due to the X server 
trying to scroll the content.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=140241615-23082007&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=140241615-23082007&gt;&lt;FONT face=Arial size=2&gt;To better compare the speed, you should do in bash:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=140241615-23082007&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=140241615-23082007&gt;ec -finalize -config 
ec.ecf -target batch_unix &amp;gt; OUTPUT.txt 2&amp;gt;&amp;amp;1 &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=140241615-23082007&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=140241615-23082007&gt;&lt;FONT face=Arial size=2&gt;That way you can eliminate the slowness of the X 
server.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=140241615-23082007&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=140241615-23082007&gt;&lt;FONT face=Arial size=2&gt;Regards,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=140241615-23082007&gt;&lt;FONT face=Arial size=2&gt;Manu&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=140241615-23082007&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;
&lt;HR tabIndex=-1&gt;
&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Tahoma size=2&gt;&lt;B&gt;From:&lt;/B&gt; 
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12295776&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12295776&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt;] 
&lt;B&gt;On Behalf Of &lt;/B&gt;Lucas S. Silva&lt;BR&gt;&lt;B&gt;Sent:&lt;/B&gt; Thursday, August 23, 2007 
7:14 AM&lt;BR&gt;&lt;B&gt;To:&lt;/B&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12295776&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Subject:&lt;/B&gt; [Es-devel] ec 
verbose level&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px&quot;&gt;
  &lt;DIV&gt;&lt;/DIV&gt;Hi,&lt;BR&gt;&lt;BR&gt;Is there a command line parameter for ec that suppresses 
  &lt;BR&gt;the compilation output?&lt;BR&gt;&lt;BR&gt;My machine is not that fast, so I wanted to 
  find out how &lt;BR&gt;much time the degree(s)_output were consuming from the 
  &lt;BR&gt;total time taken to finalize a system.&lt;BR&gt;&lt;BR&gt;I have conducted some 
  experiments and I think the results &lt;BR&gt;are interesting, so I will post them 
  here.&lt;BR&gt;&lt;BR&gt;My 
  processor:&lt;BR&gt;&lt;BR&gt;processor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 
  0&lt;BR&gt;vendor_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : AuthenticAMD &lt;BR&gt;cpu 
  family&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 
  15&lt;BR&gt;model&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; 
  : 7&lt;BR&gt;model name&amp;nbsp;&amp;nbsp; : AMD Athlon(tm) 64 FX-55 
  Processor&lt;BR&gt;stepping&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 
  10&lt;BR&gt;cpu MHz&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 
  1200.000&lt;BR&gt;cache size&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 1024 KB&lt;BR&gt;&lt;BR&gt;I have 
  finalized the ec 5 times with the current ( 6.1XX) Eiffel &lt;BR&gt;compiler and 5 
  times with a modified version, where most of &lt;BR&gt;the output information were 
  suppressed.&lt;BR&gt;&lt;BR&gt;command used:&lt;BR&gt;&lt;BR&gt;ec -finalize -config ec.ecf -target 
  batch_unix&lt;BR&gt;&lt;BR&gt;Results:&lt;BR&gt;&lt;BR&gt;With output &lt;BR&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  8m50.473s&lt;BR&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 5m1.331s&lt;BR&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  0m9.769s&lt;BR&gt;&lt;BR&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 9m6.929s&lt;BR&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  5m2.847s&lt;BR&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0m9.685s&lt;BR&gt;&lt;BR&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  9m4.969s&lt;BR&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 5m2.527s&lt;BR&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  0m9.569s&lt;BR&gt;&lt;BR&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 8m50.723s&lt;BR&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  5m0.839s&lt;BR&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0m9.485s&lt;BR&gt;&lt;BR&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  9m3.535s&lt;BR&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 5m1.155s&lt;BR&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  0m10.245s&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;Without output&lt;BR&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  5m1.514s&lt;BR&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 4m37.469s&lt;BR&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  0m7.704s&lt;BR&gt;&lt;BR&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 4m57.933s&lt;BR&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  4m35.517s &lt;BR&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  0m8.121s&lt;BR&gt;&lt;BR&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 4m59.459s&lt;BR&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  4m38.349s&lt;BR&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  0m7.828s&lt;BR&gt;&lt;BR&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 4m57.029s&lt;BR&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  4m35.849s&lt;BR&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  0m7.752s&lt;BR&gt;&lt;BR&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 4m58.161s&lt;BR&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  4m36.201s&lt;BR&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0m8.297s&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;I am not sure if 
  I conducted this experiment properly.&lt;BR&gt;I just used time to record the 
  process time. I thought&lt;BR&gt;that it would be at most 1 minute faster, I didn't 
  expect&lt;BR&gt;it to be 40% faster.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;Regards, &lt;BR&gt;Lucas Silva 
&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12295776&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ec-verbose-level-tp12294498s16977p12295776.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12294498</id>
	<title>ec verbose level</title>
	<published>2007-08-23T08:14:17Z</published>
	<updated>2007-08-23T08:14:17Z</updated>
	<author>
		<name>Lucas S. Silva</name>
	</author>
	<content type="html">Hi,&lt;br&gt;&lt;br&gt;Is there a command line parameter for ec that suppresses &lt;br&gt;the compilation output?&lt;br&gt;&lt;br&gt;My machine is not that fast, so I wanted to find out how &lt;br&gt;much time the degree(s)_output were consuming from the &lt;br&gt;
total time taken to finalize a system.&lt;br&gt;&lt;br&gt;I have conducted some experiments and I think the results &lt;br&gt;are interesting, so I will post them here.&lt;br&gt;&lt;br&gt;My processor:&lt;br&gt;&lt;br&gt;processor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0&lt;br&gt;vendor_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : AuthenticAMD
&lt;br&gt;cpu family&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 15&lt;br&gt;model&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; : 7&lt;br&gt;model name&amp;nbsp;&amp;nbsp; : AMD Athlon(tm) 64 FX-55 Processor&lt;br&gt;stepping&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 10&lt;br&gt;cpu MHz&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 1200.000&lt;br&gt;cache size&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 1024 KB&lt;br&gt;&lt;br&gt;I have finalized the ec 5 times with the current (
6.1XX) Eiffel &lt;br&gt;compiler and 5 times with a modified version, where most of &lt;br&gt;the output information were suppressed.&lt;br&gt;&lt;br&gt;command used:&lt;br&gt;&lt;br&gt;ec -finalize -config ec.ecf -target batch_unix&lt;br&gt;&lt;br&gt;Results:&lt;br&gt;&lt;br&gt;With output
&lt;br&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 8m50.473s&lt;br&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 5m1.331s&lt;br&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0m9.769s&lt;br&gt;&lt;br&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 9m6.929s&lt;br&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 5m2.847s&lt;br&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0m9.685s&lt;br&gt;&lt;br&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 9m4.969s&lt;br&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 5m2.527s&lt;br&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0m9.569s&lt;br&gt;&lt;br&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 8m50.723s&lt;br&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 
5m0.839s&lt;br&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0m9.485s&lt;br&gt;&lt;br&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 9m3.535s&lt;br&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 5m1.155s&lt;br&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0m10.245s&lt;br&gt;&lt;br&gt;&lt;br&gt;Without output&lt;br&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 5m1.514s&lt;br&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 4m37.469s&lt;br&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0m7.704s&lt;br&gt;&lt;br&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 4m57.933s&lt;br&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 4m35.517s
&lt;br&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0m8.121s&lt;br&gt;&lt;br&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 4m59.459s&lt;br&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 4m38.349s&lt;br&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0m7.828s&lt;br&gt;&lt;br&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 4m57.029s&lt;br&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 4m35.849s&lt;br&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0m7.752s&lt;br&gt;&lt;br&gt;real&amp;nbsp;&amp;nbsp;&amp;nbsp; 4m58.161s&lt;br&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp; 4m36.201s&lt;br&gt;sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0m8.297s&lt;br&gt;
&lt;br&gt;&lt;br&gt;I am not sure if I conducted this experiment properly.&lt;br&gt;I just used time to record the process time. I thought&lt;br&gt;that it would be at most 1 minute faster, I didn&amp;#39;t expect&lt;br&gt;it to be 40% faster.&amp;nbsp; &lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Lucas Silva
&lt;br /&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12294498&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ec-verbose-level-tp12294498s16977p12294498.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12276837</id>
	<title>RE: Another C compilation error</title>
	<published>2007-08-22T09:12:29Z</published>
	<updated>2007-08-22T09:12:29Z</updated>
	<author>
		<name>Emmanuel Stapf [ES]</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16525&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=703551115-22082007&gt;&lt;FONT face=Arial size=2&gt;It is possible that you were using the old version of the EiffelBase 
FUNCTION class which is incompatible between 6.0 and the latest 
6.1.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=703551115-22082007&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=703551115-22082007&gt;&lt;FONT face=Arial size=2&gt;Manu&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR&gt;
&lt;BLOCKQUOTE dir=ltr style=&quot;PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px&quot;&gt;
  &lt;DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left&gt;
  &lt;HR tabIndex=-1&gt;
  &lt;FONT face=Tahoma size=2&gt;&lt;B&gt;From:&lt;/B&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12276837&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt; 
  [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12276837&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt;] &lt;B&gt;On Behalf Of &lt;/B&gt;Rafael 
  Bischof&lt;BR&gt;&lt;B&gt;Sent:&lt;/B&gt; Wednesday, August 22, 2007 2:56 AM&lt;BR&gt;&lt;B&gt;To:&lt;/B&gt; 
  'Rafael Bischof'; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12276837&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Subject:&lt;/B&gt; AW: [Es-devel] 
  Another C compilation error&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;/DIV&gt;
  &lt;DIV dir=ltr align=left&gt;&lt;SPAN class=421515409-22082007&gt;&lt;FONT face=Arial size=2&gt;ok, i could solve the problem by deleting everything once again and 
  recompiling everything once more from scratch. maybe i missed something 
  before&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR&gt;
  &lt;DIV class=OutlookMessageHeader lang=de dir=ltr align=left&gt;
  &lt;HR tabIndex=-1&gt;
  &lt;FONT face=Tahoma size=2&gt;&lt;B&gt;Von:&lt;/B&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12276837&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt; 
  [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12276837&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt;] &lt;B&gt;Im Auftrag von &lt;/B&gt;Rafael 
  Bischof&lt;BR&gt;&lt;B&gt;Gesendet:&lt;/B&gt; Mittwoch, 22. August 2007 10:36&lt;BR&gt;&lt;B&gt;An:&lt;/B&gt; 
  &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12276837&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Betreff:&lt;/B&gt; [Es-devel] Another C compilation 
  error&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;hi&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;I just installed 
  the EiffelStudio beta release from the beta download Area (6.1.6.9962 GPL 
  Edition - windows). Then i updated the EiffelStudio source from the SVN 
  (revision 70070) and wanted to compile it. The eiffel compilation went fine 
  but the C compilation aborted with this output:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;big_file_C177_c.c&lt;BR&gt;big_file_C176_c.c&lt;BR&gt;big_file_C175_c.c&lt;BR&gt;big_file_C174_c.c&lt;BR&gt;c:\eth\masterarbeit\eiffelstudio\dev60old2\eiffel\ace\eifgens\bench\w_code\c174\fu5723.c(41) 
  : error C2059: Syntaxfehler: 
  ')'&lt;BR&gt;c:\eth\masterarbeit\eiffelstudio\dev60old2\eiffel\ace\eifgens\bench\w_code\c174\fu5723.c(79) 
  : error C2061: Syntaxfehler: Bezeichner 
  'Fvwjn_5'&lt;BR&gt;c:\eth\masterarbeit\eiffelstudio\dev60old2\eiffel\ace\eifgens\bench\w_code\c174\fu5723.c(79) 
  : error C2059: Syntaxfehler: 
  ';'&lt;BR&gt;c:\eth\masterarbeit\eiffelstudio\dev60old2\eiffel\ace\eifgens\bench\w_code\c174\fu5723.c(79) 
  : error C2059: Syntaxfehler: 'Typ'&lt;BR&gt;NMAKE : fatal error U1077: 
  &quot;&quot;C:\Programme\Microsoft Visual Studio 8\VC\BIN\cl.EXE&quot;&quot;: R³ckgabe-Code 
  &quot;0x2&quot;&lt;BR&gt;Stop.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;Do you have any 
  idea how to solve this?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;Rafael 
  Bischof&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12276837&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Another-C-compilation-error-tp12270407s16977p12276837.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12271514</id>
	<title>AW: Another C compilation error</title>
	<published>2007-08-22T03:55:49Z</published>
	<updated>2007-08-22T03:55:49Z</updated>
	<author>
		<name>Rafael Bischof</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16525&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=421515409-22082007&gt;&lt;FONT face=Arial size=2&gt;ok, i could solve the problem by deleting everything once again and 
recompiling everything once more from scratch. maybe i missed something 
before&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR&gt;
&lt;DIV class=OutlookMessageHeader lang=de dir=ltr align=left&gt;
&lt;HR tabIndex=-1&gt;
&lt;FONT face=Tahoma size=2&gt;&lt;B&gt;Von:&lt;/B&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12271514&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt; 
[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12271514&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel-bounces@...&lt;/a&gt;] &lt;B&gt;Im Auftrag von &lt;/B&gt;Rafael 
Bischof&lt;BR&gt;&lt;B&gt;Gesendet:&lt;/B&gt; Mittwoch, 22. August 2007 10:36&lt;BR&gt;&lt;B&gt;An:&lt;/B&gt; 
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12271514&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;es-devel@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Betreff:&lt;/B&gt; [Es-devel] Another C compilation 
error&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;hi&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;I just installed the 
EiffelStudio beta release from the beta download Area (6.1.6.9962 GPL Edition - 
windows). Then i updated the EiffelStudio source from the SVN (revision 70070) 
and wanted to compile it. The eiffel compilation went fine but the C compilation 
aborted with this output:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;big_file_C177_c.c&lt;BR&gt;big_file_C176_c.c&lt;BR&gt;big_file_C175_c.c&lt;BR&gt;big_file_C174_c.c&lt;BR&gt;c:\eth\masterarbeit\eiffelstudio\dev60old2\eiffel\ace\eifgens\bench\w_code\c174\fu5723.c(41) 
: error C2059: Syntaxfehler: 
')'&lt;BR&gt;c:\eth\masterarbeit\eiffelstudio\dev60old2\eiffel\ace\eifgens\bench\w_code\c174\fu5723.c(79) 
: error C2061: Syntaxfehler: Bezeichner 
'Fvwjn_5'&lt;BR&gt;c:\eth\masterarbeit\eiffelstudio\dev60old2\eiffel\ace\eifgens\bench\w_code\c174\fu5723.c(79) 
: error C2059: Syntaxfehler: 
';'&lt;BR&gt;c:\eth\masterarbeit\eiffelstudio\dev60old2\eiffel\ace\eifgens\bench\w_code\c174\fu5723.c(79) 
: error C2059: Syntaxfehler: 'Typ'&lt;BR&gt;NMAKE : fatal error U1077: 
&quot;&quot;C:\Programme\Microsoft Visual Studio 8\VC\BIN\cl.EXE&quot;&quot;: R³ckgabe-Code 
&quot;0x2&quot;&lt;BR&gt;Stop.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;Do you have any idea 
how to solve this?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=937543208-22082007&gt;Rafael 
Bischof&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Es-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12271514&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Es-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Another-C-compilation-error-tp12270407s16977p12271514.html" />
</entry>

</feed>
