<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Fehlermeldung von make: missing separator]]></title><description><![CDATA[<p>Hallo Leute,</p>
<p>ich habe ein Problem mit der Fehlermeldung von make:</p>
<blockquote>
<p>Makefile.test:11: *** missing separator. Stop.</p>
</blockquote>
<p>Hier ist die Make-Datei:</p>
<pre><code>#   Test-Makefile
#   
#
CC      = /usr/bin/qcc
CFLAGS  = xml2-config --cflag
LDFLAGS = xml2-config --libs

OBJ = reader.o

prog: $(OBJ)
    $(CC) $(CFLAGS) -o reader $(OBJ) $(LDFLAGS)

%.o: %.cpp
	$(CC) $(CFLAGS) -c $&lt;

clean:
    rm -f *.o *.err *.map *.*~ reader
</code></pre>
<p>Geschrieben wurde mit vim (tabstop im .vimrc ist gleich 4)</p>
<p>Aufgerufen habe ich so:</p>
<blockquote>
<p>make -f Makefile.test</p>
</blockquote>
<p>Danke für die Tipps! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/27a1.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--right_arrow"
      title=":arrow_right:"
      alt="➡"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/159735/fehlermeldung-von-make-missing-separator</link><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Jul 2026 21:15:50 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/159735.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Sep 2006 13:18:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fehlermeldung von make: missing separator on Mon, 18 Sep 2006 13:18:35 GMT]]></title><description><![CDATA[<p>Hallo Leute,</p>
<p>ich habe ein Problem mit der Fehlermeldung von make:</p>
<blockquote>
<p>Makefile.test:11: *** missing separator. Stop.</p>
</blockquote>
<p>Hier ist die Make-Datei:</p>
<pre><code>#   Test-Makefile
#   
#
CC      = /usr/bin/qcc
CFLAGS  = xml2-config --cflag
LDFLAGS = xml2-config --libs

OBJ = reader.o

prog: $(OBJ)
    $(CC) $(CFLAGS) -o reader $(OBJ) $(LDFLAGS)

%.o: %.cpp
	$(CC) $(CFLAGS) -c $&lt;

clean:
    rm -f *.o *.err *.map *.*~ reader
</code></pre>
<p>Geschrieben wurde mit vim (tabstop im .vimrc ist gleich 4)</p>
<p>Aufgerufen habe ich so:</p>
<blockquote>
<p>make -f Makefile.test</p>
</blockquote>
<p>Danke für die Tipps! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/27a1.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--right_arrow"
      title=":arrow_right:"
      alt="➡"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1139607</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1139607</guid><dc:creator><![CDATA[shuriko]]></dc:creator><pubDate>Mon, 18 Sep 2006 13:18:35 GMT</pubDate></item><item><title><![CDATA[Reply to Fehlermeldung von make: missing separator on Mon, 18 Sep 2006 13:21:38 GMT]]></title><description><![CDATA[<p>make erwartet (echte?) tabs als Trennung.<br />
Wenn dein vim stattdessen leerzeichen macht<br />
hast du ein problem.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1139613</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1139613</guid><dc:creator><![CDATA[Mario Sandler]]></dc:creator><pubDate>Mon, 18 Sep 2006 13:21:38 GMT</pubDate></item><item><title><![CDATA[Reply to Fehlermeldung von make: missing separator on Mon, 18 Sep 2006 13:34:12 GMT]]></title><description><![CDATA[<p><a href="http://Storm.Xapek.de" rel="nofollow">Storm.Xapek.de</a> schrieb:</p>
<blockquote>
<p>make erwartet (echte?) tabs als Trennung.<br />
Wenn dein vim stattdessen leerzeichen macht<br />
hast du ein problem.</p>
</blockquote>
<p>Ah! Danke!</p>
<p>Ich hatte im .vimrc diese Option:</p>
<blockquote>
<p>set noexpandtab &quot; Ersetze während der Eingabe Tabs nicht durch Leerzeichen</p>
</blockquote>
<p>andersrum:</p>
<blockquote>
<p>set expandtab &quot; Ersetze während der Eingabe Tabs durch Leerzeichen</p>
</blockquote>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
<p>Ok, erledigt!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1139629</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1139629</guid><dc:creator><![CDATA[shuriko]]></dc:creator><pubDate>Mon, 18 Sep 2006 13:34:12 GMT</pubDate></item><item><title><![CDATA[Reply to Fehlermeldung von make: missing separator on Mon, 18 Sep 2006 14:20:41 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=13512" rel="nofollow">c.rackwitz</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=10" rel="nofollow">ANSI C</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=8" rel="nofollow">Rund um die Programmierung</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1139665</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1139665</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Mon, 18 Sep 2006 14:20:41 GMT</pubDate></item></channel></rss>