<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tim Cinel &#187; C</title>
	<atom:link href="http://www.timcinel.com/category/study/programming/c-programming-study/feed" rel="self" type="application/rss+xml" />
	<link>http://www.timcinel.com</link>
	<description>Where I exercise freedom of speech</description>
	<lastBuildDate>Tue, 07 Sep 2010 22:00:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Make &#8220;Unexpected end of line seen&#8221; Solution</title>
		<link>http://www.timcinel.com/2009/make-unexpected-end-of-line-seen-solution</link>
		<comments>http://www.timcinel.com/2009/make-unexpected-end-of-line-seen-solution#comments</comments>
		<pubDate>Wed, 25 Mar 2009 06:43:33 +0000</pubDate>
		<dc:creator>Tim Cinel</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[makefile]]></category>
		<category><![CDATA[programing]]></category>
		<category><![CDATA[programming concepts]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.timcinel.com/?p=233</guid>
		<description><![CDATA[For Programming Concepts course our assignment requires us to use Make to compile and archive our programs for submission. Unfortunately I couldn&#8217;t get any of my makefiles to work, whenever I ran &#8220;Make&#8221; I&#8217;d get the rather unspecific error: Unexpected end of line seen The problem was occurring in Unix and Ubuntu Linux, so it [...]]]></description>
			<content:encoded><![CDATA[<p>For Programming Concepts course our assignment requires us to use Make to compile and archive our programs for submission. Unfortunately I couldn&#8217;t get any of my makefiles to work, whenever I ran &#8220;Make&#8221; I&#8217;d get the rather unspecific error:</p>
<p>Unexpected end of line seen</p>
<p>The problem was occurring in Unix and Ubuntu Linux, so it wasn&#8217;t platform specific.</p>
<h3>Solution</h3>
<p>Use tabs (\t) instead of spaces. I have all of my text editors configured to use four spaces instead of \t because my university programming assignments always seem to state this requirement.</p>
<p>Replacing &#8220;    &#8221; with &#8220;\t&#8221; did the trick for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timcinel.com/2009/make-unexpected-end-of-line-seen-solution/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
