<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>GenuineJD - Cygwin</title>
			<link>http://www.genuinejd.com/blog/index.cfm</link>
			<description>coldfusion, flex, flash, air...and other random tech stuff</description>
			<language>en-us</language>
			<pubDate>Sun, 05 Sep 2010 08:05:44 -0500</pubDate>
			<lastBuildDate>Mon, 15 Dec 2008 13:06:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>jack@genuinejd.com</managingEditor>
			<webMaster>jack@genuinejd.com</webMaster>
			
			
			
			
			
			<item>
				<title>Ubuntu 8.10 and Microsoft Virtual PC 2007</title>
				<link>http://www.genuinejd.com/blog/index.cfm/2008/12/15/Ubuntu-810-and-Microsoft-Virtual-PC-2007</link>
				<description>
				
				&lt;p&gt;After finally getting &lt;a href=&quot;http://www.cygwin.com/&quot; target=&quot;_blank&quot;&gt;Cygwin&lt;/a&gt; installed on my Windows XP Pro SP 2 laptop, I discovered how difficult it can be to get large open-source projects to correctly compile under Cygwin.&amp;nbsp; This was exteremely irritating for obvious reasons.&lt;/p&gt;
&lt;p&gt;So I decided to try and install &lt;a href=&quot;http://www.ubuntu.com/&quot; target=&quot;_blank&quot;&gt;Ubuntu&lt;/a&gt; 8.10 under &lt;a href=&quot;http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx&quot; target=&quot;_blank&quot;&gt;Microsoft Virtual PC&lt;/a&gt; 2007.&amp;nbsp; I had previously installed older versions of Ubuntu this way, but was having some trouble getting 8.10 installed.&amp;nbsp; After some searching, I found &lt;a href=&quot;http://arcanecode.wordpress.com/2008/11/10/installing-ubuntu-810-under-microsoft-virtual-pc-2007&quot; target=&quot;_blank&quot;&gt;this&lt;/a&gt; wonderful post and comment thread.&lt;/p&gt;
&lt;p&gt;The short story is, I had to add &lt;em&gt;&lt;strong&gt;vga=791 noreplace-paravirt&lt;/strong&gt;&lt;/em&gt; to the grub command line for the initial boot.&amp;nbsp; Then &lt;em&gt;&lt;strong&gt;noreplace-paravirt&lt;/strong&gt;&lt;/em&gt; to &lt;span style=&quot;text-decoration: underline;&quot;&gt;/boot/grub/menu.lst&lt;/span&gt; after installation and any subsequent updates that modify this file.&lt;/p&gt;
				
				</description>
						
				
				<category>Cygwin</category>				
				
				<category>Open Source</category>				
				
				<category>Ubuntu</category>				
				
				<pubDate>Mon, 15 Dec 2008 13:06:00 -0500</pubDate>
				<guid>http://www.genuinejd.com/blog/index.cfm/2008/12/15/Ubuntu-810-and-Microsoft-Virtual-PC-2007</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Cygwin Setup Finally Working</title>
				<link>http://www.genuinejd.com/blog/index.cfm/2008/12/2/Cygwin-Setup-Finally-Working</link>
				<description>
				
				&lt;p&gt;I had been trying to get my environment set up to play with &lt;a href=&quot;http://labs.adobe.com/technologies/alchemy/&quot; target=&quot;_blank&quot;&gt;Adobe Alchemy&lt;/a&gt;, but kept running into problems with my &lt;a href=&quot;http://cygwin.com/&quot; target=&quot;_blank&quot;&gt;Cygwin&lt;/a&gt; setup.&amp;nbsp; After several frustrating hours of installs, re-installs, uninstalls and some out-of-control Perl threads, I think I&apos;ve got it ready to go.&lt;/p&gt;
&lt;p&gt;The problems I was running into were largely due to two things: 1) The path of my home directory containing spaces (&quot;C:\Documents and Settings\...&quot;) and 2) my inexperience with Cygwin.&lt;/p&gt;
&lt;p&gt;In regards to #1 above, I think this was causing my home directory (/home/&lt;em&gt;username&lt;/em&gt;) to not get created properly.&amp;nbsp; That meant additional difficulties in customing my environment by editing my .bashrc file.&amp;nbsp; After the initial learning curve and interpreting the less than specific &lt;a href=&quot;http://labs.adobe.com/wiki/index.php/Alchemy:Documentation:Getting_Started#Windows&quot; target=&quot;_blank&quot;&gt;Adobe Getting Started on Windows&lt;/a&gt; instructions for Alchemy, I was able to get the sample library compiled and working correctly.&lt;/p&gt;
&lt;p&gt;I did run into a few other problems, but I was able to get through them.&amp;nbsp; I&apos;ll be doing a write up for getting started with Alchemy and Cygwin for Windows users with very little Unix experience when I get some more time.&amp;nbsp; Of course, now that I&apos;ve got Cygwin running, I&apos;m hoping to do try out something more significant than Hello World :)&lt;/p&gt;
				
				</description>
						
				
				<category>Adobe</category>				
				
				<category>Cygwin</category>				
				
				<category>Alchemy</category>				
				
				<pubDate>Tue, 02 Dec 2008 12:19:00 -0500</pubDate>
				<guid>http://www.genuinejd.com/blog/index.cfm/2008/12/2/Cygwin-Setup-Finally-Working</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Adobe Alchemy: Initial Setup Impressions</title>
				<link>http://www.genuinejd.com/blog/index.cfm/2008/11/30/Adobe-Alchemy-Initial-Setup-Impressions</link>
				<description>
				
				&lt;p&gt;My first thoughts on the &lt;a href=&quot;http://labs.adobe.com/technologies/alchemy/&quot; target=&quot;_blank&quot;&gt;Alchemy&lt;/a&gt; project were of doubt.&amp;nbsp; What would be the benefit of running C/C++ code on the AVM2?&amp;nbsp; It seemed&amp;nbsp;more like a novelty, like running old school NES games on the Wii.&amp;nbsp; The more I started to think about it (and get past my bad memories of Computer Science C/C++ classes in college), the more I started to realize just how powerful this could be.&amp;nbsp; There are so many open source C/C++ libraries for a wide variety of applications that, when paired with Flash, could have an amazing impact on Flash and AIR.&lt;/p&gt;
&lt;p&gt;I thought I would tinker with it a bit.&amp;nbsp; Of course, coming to the realization that Alchemy is still limited by the Flash player sandbox was a little disheartening, but I suppose understandable.&amp;nbsp;&amp;nbsp;I found the initial download and setup quite cumbersome.&amp;nbsp; One of my biggest roadblocks was working with &lt;a href=&quot;http://cygwin.com/&quot; target=&quot;_blank&quot;&gt;Cygwin&lt;/a&gt;.&amp;nbsp; I admit, that using Cygwin has its advantages, but configuration thus far has been a beast.&amp;nbsp; Additionally, the &lt;a href=&quot;http://labs.adobe.com/wiki/index.php/Alchemy:Documentation:Getting_Started#Windows&quot; target=&quot;_blank&quot;&gt;getting started&lt;/a&gt; section for Windows section left something to be desired in terms of details.&amp;nbsp; I&apos;m the first to admit I&apos;m no UNIX or Linux expert, but I&apos;d like to think I know my way around a bit.&lt;/p&gt;
&lt;p&gt;After a few hours of trying to just get my environment set up, something more important required my attention, so I have yet to get the provided examples working.&amp;nbsp; I hope to get back to this more in the next couple of weeks.&amp;nbsp; I&apos;ve got a few open source C++ libraries I&apos;d love to test out.&amp;nbsp; I&apos;m extremely intrigued, but until I get my environment set up, I&apos;m still skeptical.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.automatastudios.com/2008/11/21/understanding-adobe-alchemy/&quot; target=&quot;_blank&quot;&gt;Branden Hall&lt;/a&gt; has written a good overview of Alchemy.&lt;/p&gt;
				
				</description>
						
				
				<category>Flash</category>				
				
				<category>Adobe</category>				
				
				<category>Open Source</category>				
				
				<category>Cygwin</category>				
				
				<category>Alchemy</category>				
				
				<category>AIR</category>				
				
				<pubDate>Sun, 30 Nov 2008 16:02:00 -0500</pubDate>
				<guid>http://www.genuinejd.com/blog/index.cfm/2008/11/30/Adobe-Alchemy-Initial-Setup-Impressions</guid>
				
			</item>
			
		 	
			</channel></rss>