<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Compile Error</title>
<description> Hi, I&amp;#039;m new to the Homebrew programming scene and I&amp;#039;ve been looking at the &quot;Hello World&quot; example and I&amp;#039;ve shortened some of the code in the Makefile to get rid of what isn&amp;#039;t really necessary according to the tutorial on codemii.
So what I have in the Makefile is:

include $(DEVKITPPC)/wii_rules

SOURCES := source
DATA := data 
INCLUDES :=
LIBS := -lwiiuse -lbte -logc -lm
However when I come to make the file I get one error:
QuoteError makefile 2: Command syntax error

This is the only error that is displayed but since there is nothing in that line I don&amp;#039;t quite understand why it displays the error. It is still displayed when I move the code up so that SOURCES becomes line 2. Can anyone help out? Thanks.</description><link>http://forum.wiibrew.org/read.php?11,14157,14157#msg-14157</link><lastBuildDate>Thu, 23 Apr 2026 04:53:37 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?11,14157,14264#msg-14264</guid>
<title>Re: Compile Error</title><link>http://forum.wiibrew.org/read.php?11,14157,14264#msg-14264</link><description><![CDATA[ with Makefile, tabulations are used to identifies targets and dependancies. Do you put some ?]]></description>
<dc:creator>TheDrev</dc:creator>
<category>Coding</category><pubDate>Tue, 14 Apr 2009 23:36:07 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,14157,14193#msg-14193</guid>
<title>Re: Compile Error</title><link>http://forum.wiibrew.org/read.php?11,14157,14193#msg-14193</link><description><![CDATA[ It should be read <b>Errror 2</b> and not <b>Error on line 2</b><br /><br />And the definition of error 2 is: Command syntax error]]></description>
<dc:creator>Crayon</dc:creator>
<category>Coding</category><pubDate>Tue, 14 Apr 2009 00:12:30 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,14157,14190#msg-14190</guid>
<title>Re: Compile Error</title><link>http://forum.wiibrew.org/read.php?11,14157,14190#msg-14190</link><description><![CDATA[ I&#039;ve tried another makefile but more errors appear. The original should work I just don&#039;t understand why there is a syntax error in a line with no text at all.]]></description>
<dc:creator>frogmyster3</dc:creator>
<category>Coding</category><pubDate>Mon, 13 Apr 2009 23:48:01 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,14157,14164#msg-14164</guid>
<title>Re: Compile Error</title><link>http://forum.wiibrew.org/read.php?11,14157,14164#msg-14164</link><description><![CDATA[ You probably stripped out something necessary in the makefile. I would suggest either using a different makefile, or redownloading the one you were using, try again without stripping anything out of the makefile.]]></description>
<dc:creator>RazorChrist</dc:creator>
<category>Coding</category><pubDate>Mon, 13 Apr 2009 21:27:43 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,14157,14157#msg-14157</guid>
<title>Compile Error</title><link>http://forum.wiibrew.org/read.php?11,14157,14157#msg-14157</link><description><![CDATA[ Hi, I&#039;m new to the Homebrew programming scene and I&#039;ve been looking at the "Hello World" example and I&#039;ve shortened some of the code in the Makefile to get rid of what isn&#039;t really necessary according to the tutorial on codemii.<br />So what I have in the Makefile is:<br /><pre class="bbcode">
include $(DEVKITPPC)/wii_rules

SOURCES		:=	source
DATA		:=	data  
INCLUDES	:=
LIBS	:=	-lwiiuse -lbte -logc -lm</pre>
However when I come to make the file I get one error:<br /><blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />Error makefile 2: Command syntax error</div></blockquote><br />This is the only error that is displayed but since there is nothing in that line I don&#039;t quite understand why it displays the error. It is still displayed when I move the code up so that SOURCES becomes line 2. Can anyone help out? Thanks.]]></description>
<dc:creator>frogmyster3</dc:creator>
<category>Coding</category><pubDate>Mon, 13 Apr 2009 21:17:12 +0200</pubDate></item>
</channel>
</rss>