<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: An update to running aterm (or any other X app) rootless, without a DOS console on Cygwin</title>
	<atom:link href="http://vivin.net/2009/03/29/an-update-to-running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/feed/" rel="self" type="application/rss+xml" />
	<link>http://vivin.net/2009/03/29/an-update-to-running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
	<description>random musings of just another computer nerd</description>
	<lastBuildDate>Tue, 22 May 2012 16:32:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: vivin</title>
		<link>http://vivin.net/2009/03/29/an-update-to-running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/comment-page-1/#comment-1203</link>
		<dc:creator>vivin</dc:creator>
		<pubDate>Thu, 10 Dec 2009 17:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=406#comment-1203</guid>
		<description>&lt;a href=&quot;#comment-1201&quot; rel=&quot;nofollow&quot;&gt;@BMatt &lt;/a&gt; 
I believe it&#039;s &lt;em&gt;C:\cygwin\bin&lt;/em&gt; or &lt;em&gt;C:\cygwin\usr\bin&lt;/em&gt;

Where are you running aterm from? Are you trying it from the batch file? Also, did you have any errors in the build process, or did everything install properly? You need to make sure that after &lt;em&gt;configure&lt;/em&gt;, you run &lt;em&gt;make&lt;/em&gt; and then &lt;em&gt;make install&lt;/em&gt;.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1201" rel="nofollow">@BMatt </a><br />
I believe it&#8217;s <em>C:\cygwin\bin</em> or <em>C:\cygwin\usr\bin</em></p>
<p>Where are you running aterm from? Are you trying it from the batch file? Also, did you have any errors in the build process, or did everything install properly? You need to make sure that after <em>configure</em>, you run <em>make</em> and then <em>make install</em>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BMatt</title>
		<link>http://vivin.net/2009/03/29/an-update-to-running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/comment-page-1/#comment-1201</link>
		<dc:creator>BMatt</dc:creator>
		<pubDate>Wed, 09 Dec 2009 22:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=406#comment-1201</guid>
		<description>Thanks, I have a couple more questions. I can navigate to /usr/bin within Cygwin, but not in Explorer. I want to get there in Explorer so I can look through the files easier (is it just in C:\cygwin\bin\ ?). When I try using the command aterm, it gives me a command not found error. Is this not the command to run it? Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks, I have a couple more questions. I can navigate to /usr/bin within Cygwin, but not in Explorer. I want to get there in Explorer so I can look through the files easier (is it just in C:\cygwin\bin\ ?). When I try using the command aterm, it gives me a command not found error. Is this not the command to run it? Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivin</title>
		<link>http://vivin.net/2009/03/29/an-update-to-running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/comment-page-1/#comment-1199</link>
		<dc:creator>vivin</dc:creator>
		<pubDate>Tue, 08 Dec 2009 17:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=406#comment-1199</guid>
		<description>&lt;a href=&quot;#comment-1198&quot; rel=&quot;nofollow&quot;&gt;@BMatt &lt;/a&gt; 

1) When you do a &lt;em&gt;make install&lt;/em&gt;  it should put the binaries in &lt;em&gt;/usr/bin&lt;/em&gt;.
2) If you were able to build everything successfully then all your X development stuff probably has been installed.
3) Try running them - just double click on them. You can also make a link to them on your desktop so you can launch your terminal just with a click. You probably want to put the &lt;em&gt;xwin.bat&lt;/em&gt; as part of your startup so that X starts when you log into Windows. Then all you need to do is launch the &lt;em&gt;aterm.bat&lt;/em&gt; file to open your terminal.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1198" rel="nofollow">@BMatt </a> </p>
<p>1) When you do a <em>make install</em>  it should put the binaries in <em>/usr/bin</em>.<br />
2) If you were able to build everything successfully then all your X development stuff probably has been installed.<br />
3) Try running them &#8211; just double click on them. You can also make a link to them on your desktop so you can launch your terminal just with a click. You probably want to put the <em>xwin.bat</em> as part of your startup so that X starts when you log into Windows. Then all you need to do is launch the <em>aterm.bat</em> file to open your terminal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BMatt</title>
		<link>http://vivin.net/2009/03/29/an-update-to-running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/comment-page-1/#comment-1198</link>
		<dc:creator>BMatt</dc:creator>
		<pubDate>Tue, 08 Dec 2009 01:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=406#comment-1198</guid>
		<description>I have a few questions about this:
1) Once I compiled all of these, where are the binaries? I put the tar.gz/tar.bz2&#039;s in the /home/smith directory, and compiled everything there.

2) I don&#039;t know if I have all the X things installed... a different tutorial somewhere said there were more packages to install with X, but they weren&#039;t there.

3) What do I do with the .bat files once I&#039;ve made them?

Thanks!
-BMatt</description>
		<content:encoded><![CDATA[<p>I have a few questions about this:<br />
1) Once I compiled all of these, where are the binaries? I put the tar.gz/tar.bz2&#8242;s in the /home/smith directory, and compiled everything there.</p>
<p>2) I don&#8217;t know if I have all the X things installed&#8230; a different tutorial somewhere said there were more packages to install with X, but they weren&#8217;t there.</p>
<p>3) What do I do with the .bat files once I&#8217;ve made them?</p>
<p>Thanks!<br />
-BMatt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivin</title>
		<link>http://vivin.net/2009/03/29/an-update-to-running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/comment-page-1/#comment-428</link>
		<dc:creator>vivin</dc:creator>
		<pubDate>Thu, 30 Jul 2009 21:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=406#comment-428</guid>
		<description>Hmmm...

What other development packages are there under x11? I&#039;m on a Linux box right now so I can&#039;t check. Those symbols seem to be part of Xlib. Did you install xinit?</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;</p>
<p>What other development packages are there under x11? I&#8217;m on a Linux box right now so I can&#8217;t check. Those symbols seem to be part of Xlib. Did you install xinit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cihan</title>
		<link>http://vivin.net/2009/03/29/an-update-to-running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/comment-page-1/#comment-427</link>
		<dc:creator>Cihan</dc:creator>
		<pubDate>Thu, 30 Jul 2009 21:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=406#comment-427</guid>
		<description>According to the cygwin package list http://www.cygwin.com/packages/ xorg-x11-devel seems to be obsolete. It is not listed in the cygwin setup list anymore also.</description>
		<content:encoded><![CDATA[<p>According to the cygwin package list <a href="http://www.cygwin.com/packages/" rel="nofollow">http://www.cygwin.com/packages/</a> xorg-x11-devel seems to be obsolete. It is not listed in the cygwin setup list anymore also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivin</title>
		<link>http://vivin.net/2009/03/29/an-update-to-running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/comment-page-1/#comment-426</link>
		<dc:creator>vivin</dc:creator>
		<pubDate>Thu, 30 Jul 2009 21:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=406#comment-426</guid>
		<description>No problem :)

I think I may have forgotten to list &lt;span style = &quot;font-family:courier new&quot;&gt;xorg-x11-devel&lt;/span&gt;. Let me know if installing that package works. I&#039;m pretty sure it has to do with an X development library since it looks like gcc isn&#039;t able to figure out what those symbols mean.</description>
		<content:encoded><![CDATA[<p>No problem <img src='http://vivin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I think I may have forgotten to list <span style = "font-family:courier new">xorg-x11-devel</span>. Let me know if installing that package works. I&#8217;m pretty sure it has to do with an X development library since it looks like gcc isn&#8217;t able to figure out what those symbols mean.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cihan</title>
		<link>http://vivin.net/2009/03/29/an-update-to-running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/comment-page-1/#comment-425</link>
		<dc:creator>Cihan</dc:creator>
		<pubDate>Thu, 30 Jul 2009 20:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=406#comment-425</guid>
		<description>Hi Vivin,

 Wow, thanks for the quick response. :)

 Yes, I did install libX11-devel. Is it possible that I am missing another library that you did not list above?

 Thanks a lot.

 Cihan</description>
		<content:encoded><![CDATA[<p>Hi Vivin,</p>
<p> Wow, thanks for the quick response. <img src='http://vivin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> Yes, I did install libX11-devel. Is it possible that I am missing another library that you did not list above?</p>
<p> Thanks a lot.</p>
<p> Cihan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivin</title>
		<link>http://vivin.net/2009/03/29/an-update-to-running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/comment-page-1/#comment-424</link>
		<dc:creator>vivin</dc:creator>
		<pubDate>Thu, 30 Jul 2009 20:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=406#comment-424</guid>
		<description>Hey Cihan,

I think it might be related to &lt;span style = &quot;font-family:courier new&quot;&gt;libX11-devel&lt;/span&gt;. Did you install that package from Cygwin setup?</description>
		<content:encoded><![CDATA[<p>Hey Cihan,</p>
<p>I think it might be related to <span style = "font-family:courier new">libX11-devel</span>. Did you install that package from Cygwin setup?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cihan</title>
		<link>http://vivin.net/2009/03/29/an-update-to-running-aterm-or-any-other-x-app-rootless-without-a-dos-console-on-cygwin/comment-page-1/#comment-423</link>
		<dc:creator>Cihan</dc:creator>
		<pubDate>Thu, 30 Jul 2009 20:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://vivin.net/?p=406#comment-423</guid>
		<description>Hi Vivin,

 Thanks for this helpful article. I get the following error when compiling libAfterImage. Any ideas?

 Thanks.
 Cihan

gcc -O3 -DNO_DEBUG_OUTPUT -Wall    -I..  -c ascompose.c
In file included from /usr/include/X11/extensions/shape.h:62,
                 from ascompose.c:47:
/usr/local/include/X11/Xutil.h:93: error: parse error before &quot;Bool&quot;
/usr/local/include/X11/Xutil.h:96: error: parse error before &quot;icon_pixmap&quot;</description>
		<content:encoded><![CDATA[<p>Hi Vivin,</p>
<p> Thanks for this helpful article. I get the following error when compiling libAfterImage. Any ideas?</p>
<p> Thanks.<br />
 Cihan</p>
<p>gcc -O3 -DNO_DEBUG_OUTPUT -Wall    -I..  -c ascompose.c<br />
In file included from /usr/include/X11/extensions/shape.h:62,<br />
                 from ascompose.c:47:<br />
/usr/local/include/X11/Xutil.h:93: error: parse error before &#34;Bool&#34;<br />
/usr/local/include/X11/Xutil.h:96: error: parse error before &#34;icon_pixmap&#34;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

