<?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[seqan lässt sich nicht compliieren]]></title><description><![CDATA[<p>hi,<br />
ich bin c++ neuling und versuche verbitter die demos zu compilieeren .aber es geht einfach nicht weder in win noch in ubuntu..</p>
<p>könnt ihr das mal versuchen?<br />
<a href="http://www.seqan.de/downloads/library/2.html" rel="nofollow">http://www.seqan.de/downloads/library/2.html</a></p>
<p>Seqan Release 1.1</p>
<p>was mache ich falsch?<br />
mfg<br />
n00ki3</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/232370/seqan-lässt-sich-nicht-compliieren</link><generator>RSS for Node</generator><lastBuildDate>Fri, 25 Sep 2026 01:50:21 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/232370.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 22 Jan 2009 00:35:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to seqan lässt sich nicht compliieren on Thu, 22 Jan 2009 00:35:13 GMT]]></title><description><![CDATA[<p>hi,<br />
ich bin c++ neuling und versuche verbitter die demos zu compilieeren .aber es geht einfach nicht weder in win noch in ubuntu..</p>
<p>könnt ihr das mal versuchen?<br />
<a href="http://www.seqan.de/downloads/library/2.html" rel="nofollow">http://www.seqan.de/downloads/library/2.html</a></p>
<p>Seqan Release 1.1</p>
<p>was mache ich falsch?<br />
mfg<br />
n00ki3</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1649933</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1649933</guid><dc:creator><![CDATA[n00ki3]]></dc:creator><pubDate>Thu, 22 Jan 2009 00:35:13 GMT</pubDate></item><item><title><![CDATA[Reply to seqan lässt sich nicht compliieren on Thu, 22 Jan 2009 04:10:31 GMT]]></title><description><![CDATA[<p>Keine Ahnung!<br />
Vielleicht solltest du auch dazusagen, wie sich &quot;geht einfach nicht&quot; äußert?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1649951</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1649951</guid><dc:creator><![CDATA[flamer]]></dc:creator><pubDate>Thu, 22 Jan 2009 04:10:31 GMT</pubDate></item><item><title><![CDATA[Reply to seqan lässt sich nicht compliieren on Thu, 22 Jan 2009 09:01:08 GMT]]></title><description><![CDATA[<p>Ich habe die platform.h datei ersetz und dann versucht eine demo zu compilieren ..<br />
hier die Fehlermeldung <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":/"
      alt="😕"
    /></p>
<blockquote>
<p>C:\blabliblub\Seqan_release_1.1\demos&gt;g++ alignment.cpp -o alignment</p>
<p>alignment.cpp:2:25: seqan/align.h: No such file or directory<br />
alignment.cpp:3:31: seqan/graph_align.h: No such file or directory<br />
alignment.cpp:6: error: <code>seqan' is not a namespace-name alignment.cpp:6: error: expected namespace-name before ';' token alignment.cpp: In function</code>int main()':<br />
alignment.cpp:11: error: <code>DnaString' was not declared in this scope alignment.cpp:11: error: expected</code>;' before &quot;seq1&quot;<br />
alignment.cpp:12: error: expected <code>;' before &quot;seq2&quot; alignment.cpp:14: error:</code>Score' was not declared in this scope<br />
alignment.cpp:14: error: expected primary-expression before &quot;int&quot;<br />
alignment.cpp:14: error: expected <code>;' before &quot;int&quot; alignment.cpp:18: error:</code>Align' was not declared in this scope<br />
alignment.cpp:18: error: <code>ArrayGaps' was not declared in this scope alignment.cpp:18: error:</code>align' was not declared in this scope<br />
alignment.cpp:19: error: <code>rows' was not declared in this scope alignment.cpp:19: error:</code>resize' was not declared in this scope<br />
alignment.cpp:20: error: <code>row' was not declared in this scope alignment.cpp:20: error:</code>seq1' was not declared in this scope<br />
alignment.cpp:20: error: <code>assignSource' was not declared in this scope alignment.cpp:21: error:</code>seq2' was not declared in this scope<br />
alignment.cpp:23: error: <code>score' was not declared in this scope alignment.cpp:23: error:</code>globalAlignment' was not declared in this scope<br />
alignment.cpp:28: error: <code>MyersHirschberg' was not declared in this scope alignment.cpp:32: error: expected initializer before '&lt;' token alignment.cpp:33: error: expected initializer before '&lt;' token alignment.cpp:35: error:</code>TStringSet' was not declared in this scope<br />
alignment.cpp:35: error: expected <code>;' before &quot;string_set&quot; alignment.cpp:36: error:</code>string_set' was not declared in this scope<br />
alignment.cpp:36: error: <code>appendValue' was not declared in this scope alignment.cpp:38: error:</code>TAlignmentGraph' was not declared in this scope<br />
alignment.cpp:38: error: expected <code>;' before &quot;alignment_graph&quot; alignment.cpp:40: error:</code>alignment_graph' was not declared in this scope<br />
alignment.cpp:40: error: `Hirschberg' was not declared in this scope</p>
</blockquote>
<p>unter unix sieht es wieder anders aus :</p>
<blockquote>
<p>blub:~/Desktop/Seqan_release_1.1/demos&gt; make<br />
g++ -I../../../platforms/gcc -I.. -O3 -pedantic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 alignment.cpp -o alignment<br />
../seqan/basic/basic_generated_forwards.h:1288: error: expected nested-name-specifier before numeric constant<br />
../seqan/basic/basic_generated_forwards.h:1288: error: expected <code>&gt;' before numeric constant ../seqan/basic/basic\_generated\_forwards.h:1288: error: expected unqualified-id before numeric constant ../seqan/basic/basic\_generated\_forwards.h:1289: error: expected nested-name-specifier before numeric constant ../seqan/basic/basic\_generated\_forwards.h:1289: error: expected</code>&gt;' before numeric constant<br />
../seqan/basic/basic_generated_forwards.h:1289: error: expected unqualified-id before numeric constant<br />
../seqan/basic/basic_generated_forwards.h:1290: error: expected nested-name-specifier before numeric constant<br />
../seqan/basic/basic_generated_forwards.h:1290: error: expected <code>&gt;' before numeric constant ../seqan/basic/basic\_generated\_forwards.h:1290: error: '_Spec' was not declared in this scope ../seqan/basic/basic\_generated\_forwards.h:1290: error: type/value mismatch at argument 1 in template parameter list for 'template&lt;class TValue, class TSpec&gt; struct seqan::SimpleType' ../seqan/basic/basic\_generated\_forwards.h:1290: error: expected a type, got '8' ../seqan/basic/basic\_generated\_forwards.h:1290: error: template argument 2 is invalid ../seqan/basic/basic\_generated\_forwards.h:1290: error: '_size' was not declared in this scope ../seqan/basic/basic\_generated\_forwards.h:1290: error: template argument 2 is invalid ../seqan/basic/basic\_generated\_forwards.h:1290: error: 'TPos' has not been declared ../seqan/basic/basic\_generated\_forwards.h:1290: error: '_Spec' was not declared in this scope ../seqan/basic/basic\_generated\_forwards.h:1290: error: type/value mismatch at argument 1 in template parameter list for 'template&lt;class TValue, class TSpec&gt; struct seqan::SimpleType' ../seqan/basic/basic\_generated\_forwards.h:1290: error: expected a type, got '8' ../seqan/basic/basic\_generated\_forwards.h:1290: error: template argument 2 is invalid ../seqan/basic/basic\_generated\_forwards.h:1290: error: invalid type in declaration before ';' token ../seqan/basic/basic_aggregates.h:332: error: expected nested-name-specifier before numeric constant ../seqan/basic/basic_aggregates.h:332: error: expected</code>&gt;' before numeric constant<br />
../seqan/basic/basic_aggregates.h:333: error: expected unqualified-id before numeric constant<br />
../seqan/basic/basic_aggregates.h:407: error: expected nested-name-specifier before numeric constant<br />
../seqan/basic/basic_aggregates.h:407: error: expected <code>&gt;' before numeric constant ../seqan/basic/basic_aggregates.h:408: error: expected unqualified-id before numeric constant ../seqan/basic/basic_aggregates.h:454: error: expected nested-name-specifier before numeric constant ../seqan/basic/basic_aggregates.h:454: error: expected</code>&gt;' before numeric constant<br />
../seqan/basic/basic_aggregates.h:455: error: expected unqualified-id before numeric constant<br />
../seqan/basic/basic_aggregates.h:459: error: expected nested-name-specifier before numeric constant<br />
../seqan/basic/basic_aggregates.h:459: error: expected <code>&gt;' before numeric constant ../seqan/basic/basic_aggregates.h:460: error: expected unqualified-id before numeric constant ../seqan/basic/basic_aggregates.h:467: error: expected nested-name-specifier before numeric constant ../seqan/basic/basic_aggregates.h:467: error: expected</code>&gt;' before numeric constant<br />
../seqan/basic/basic_aggregates.h:468: error: '_Spec' was not declared in this scope<br />
../seqan/basic/basic_aggregates.h:468: error: type/value mismatch at argument 1 in template parameter list for 'template&lt;class TValue, class TSpec&gt; struct seqan::SimpleType'<br />
../seqan/basic/basic_aggregates.h:468: error: expected a type, got '8'<br />
../seqan/basic/basic_aggregates.h:468: error: template argument 2 is invalid<br />
../seqan/basic/basic_aggregates.h:468: error: '_size' was not declared in this scope<br />
../seqan/basic/basic_aggregates.h:468: error: template argument 2 is invalid<br />
../seqan/basic/basic_aggregates.h:468: error: 'TPos' has not been declared<br />
../seqan/basic/basic_aggregates.h:468: error: '_Spec' was not declared in this scope<br />
../seqan/basic/basic_aggregates.h:468: error: type/value mismatch at argument 1 in template parameter list for 'template&lt;class TValue, class TSpec&gt; struct seqan::SimpleType'<br />
../seqan/basic/basic_aggregates.h:468: error: expected a type, got '8'<br />
../seqan/basic/basic_aggregates.h:468: error: template argument 2 is invalid<br />
../seqan/basic/basic_aggregates.h: In function 'const int&amp; seqan::assignValueAt(int&amp;, int, const int&amp;)':<br />
../seqan/basic/basic_aggregates.h:469: error: '_size' was not declared in this scope<br />
../seqan/basic/basic_aggregates.h:469: error: template argument 2 is invalid<br />
../seqan/basic/basic_aggregates.h:469: error: invalid type in declaration before ';' token<br />
../seqan/basic/basic_aggregates.h:470: error: 'Tup' is not a class or namespace<br />
../seqan/basic/basic_aggregates.h:470: error: invalid type in declaration before '=' token<br />
../seqan/basic/basic_aggregates.h:470: error: 'Tup' is not a class or namespace<br />
../seqan/basic/basic_aggregates.h:470: error: request for member 'bitSize' in 'me', which is of non-class type 'int'<br />
../seqan/basic/basic_aggregates.h:471: error: request for member 'i' in 'me', which is of non-class type 'int'<br />
../seqan/basic/basic_aggregates.h:471: error: request for member 'i' in 'me', which is of non-class type 'int'<br />
../seqan/basic/basic_aggregates.h:471: error: request for member 'value' in 'source', which is of non-class type 'const int'<br />
../seqan/basic/basic_aggregates.h:471: error: request for member 'bitSize' in 'me', which is of non-class type 'int'<br />
make: *** [alignment] Error 1</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1650006</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1650006</guid><dc:creator><![CDATA[n00ki3]]></dc:creator><pubDate>Thu, 22 Jan 2009 09:01:08 GMT</pubDate></item><item><title><![CDATA[Reply to seqan lässt sich nicht compliieren on Thu, 22 Jan 2009 11:27:58 GMT]]></title><description><![CDATA[<p>kann jemand vllt bei sich mal gucken ..ob er es zum laufen bekommt ?<br />
..es dauert nur 3 min .<br />
Ich will nur wissen ob es allgemein überhaupt geht <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1650100</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1650100</guid><dc:creator><![CDATA[n00ki3]]></dc:creator><pubDate>Thu, 22 Jan 2009 11:27:58 GMT</pubDate></item><item><title><![CDATA[Reply to seqan lässt sich nicht compliieren on Thu, 22 Jan 2009 11:37:22 GMT]]></title><description><![CDATA[<p>Es geht bestimmt. Ist unüblich, was zu veröffentlichen, was &quot;nicht geht&quot;...</p>
<pre><code>alignment.cpp:2:25: seqan/align.h: No such file or directory
alignment.cpp:3:31: seqan/graph_align.h: No such file or directory
</code></pre>
<p>Was sagen dir denn diese Fehlermeldungen? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>Pass mal die Pfade deines Projektes/Makefiles an (was auch immer du nutzest)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1650104</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1650104</guid><dc:creator><![CDATA[mad_martin]]></dc:creator><pubDate>Thu, 22 Jan 2009 11:37:22 GMT</pubDate></item><item><title><![CDATA[Reply to seqan lässt sich nicht compliieren on Fri, 23 Jan 2009 14:22:51 GMT]]></title><description><![CDATA[<p>laut der beschreibung muss ich nichts ändern ..<br />
ich kanns nicht.. ( bin auch neuling )</p>
<p>keine ahnung , wie ich das Include / linke ... kann mir jemand helfen ?<br />
ist echt wichtig !</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1650895</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1650895</guid><dc:creator><![CDATA[n00ki3]]></dc:creator><pubDate>Fri, 23 Jan 2009 14:22:51 GMT</pubDate></item><item><title><![CDATA[Reply to seqan lässt sich nicht compliieren on Fri, 23 Jan 2009 14:56:25 GMT]]></title><description><![CDATA[<p>Egal, was in der Beschreibung steht, du musst deinem Compiler natürlich mitteilen, wo die Dateien zu finden sind. Alleine findet er sie ja nicht (siehe Fehlermeldungen).</p>
<p>Also, nutzest du eine IDE? Wenn ja, welche?<br />
Welcher Compiler, welches OS?<br />
Ist da ein Makefile bei, dass du nutzest? Oder eine Projektdatei einer IDE? (Und nein, ich werde nicht selbst nachsehen)<br />
Je mehr Infos du von dir aus gibst, desto schneller kann dir geholfen werden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1650917</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1650917</guid><dc:creator><![CDATA[mad_martin]]></dc:creator><pubDate>Fri, 23 Jan 2009 14:56:25 GMT</pubDate></item><item><title><![CDATA[Reply to seqan lässt sich nicht compliieren on Fri, 23 Jan 2009 14:59:05 GMT]]></title><description><![CDATA[<p>Aaaalso :<br />
ich hab den MingGW .. und wollte es in der Console (cmd) unter Windows Vista compiliieren..<br />
also hab ich in der console einfach :</p>
<blockquote>
<p>g++ alignment.cpp -o alignment</p>
</blockquote>
<p>gemacht..<br />
aber es ging nicht <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>Ich habe es zwar mit netbeans versucht .. bin aber kläglich gescheitert..<br />
da er die Includeten dateien nicht erkannt hat.</p>
<p>mfg<br />
n00ki3</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1650919</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1650919</guid><dc:creator><![CDATA[n00ki3]]></dc:creator><pubDate>Fri, 23 Jan 2009 14:59:05 GMT</pubDate></item><item><title><![CDATA[Reply to seqan lässt sich nicht compliieren on Sat, 24 Jan 2009 11:22:55 GMT]]></title><description><![CDATA[<p>ist denn nicht 1 mensch der es ausprobieren kann ?!<br />
BITTE .. es ist sehr wichtig für mich <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>
]]></description><link>https://www.c-plusplus.net/forum/post/1651304</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1651304</guid><dc:creator><![CDATA[n00ki3]]></dc:creator><pubDate>Sat, 24 Jan 2009 11:22:55 GMT</pubDate></item><item><title><![CDATA[Reply to seqan lässt sich nicht compliieren on Sat, 24 Jan 2009 12:06:40 GMT]]></title><description><![CDATA[<p>Schau dir mal folgende Seite an, dann wirst du verstehen, wie du deinen Compiler dazu bewegst, alles mit rein zu nehmen:<br />
<a href="http://www.mingw.org/wiki/IncludePathHOWTO" rel="nofollow">http://www.mingw.org/wiki/IncludePathHOWTO</a></p>
<p>Achja, zum ausprobieren:<br />
Hier gibts Hilfe zur Selbsthilfe, d.h. wenn du Fragen hast, stellst du die und man wird dir helfen, diese Probleme selbst zu lösen. Immerhin machen wir das umsonst!</p>
<p>Außerdem braucht man das nicht auszuprobieren. Dir fehlen Includes. Das sieht man sowohl an deiner Anweisung als auch an deinen Fehlermeldungen. Da bringt es dich nicht weiter, wenn das jemand ausprobiert.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1651335</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1651335</guid><dc:creator><![CDATA[mad_martin]]></dc:creator><pubDate>Sat, 24 Jan 2009 12:06:40 GMT</pubDate></item><item><title><![CDATA[Reply to seqan lässt sich nicht compliieren on Tue, 03 Feb 2009 08:37:03 GMT]]></title><description><![CDATA[<p>Das Problem lag woanders ..<br />
es funktioniert nur mit einer speziellen version des g++ compilers.. 4.1.3 .<br />
Woran kann sowas liegen ?</p>
<p>Ich habe etwas von &quot;name mangling&quot; gehört..<br />
was ist das ?<br />
decken sich die Fehlermeldungen mit dem Problem ?</p>
<p>mfg</p>
<p>n00ki3 <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1657011</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1657011</guid><dc:creator><![CDATA[n00ki3]]></dc:creator><pubDate>Tue, 03 Feb 2009 08:37:03 GMT</pubDate></item><item><title><![CDATA[Reply to seqan lässt sich nicht compliieren on Tue, 03 Feb 2009 08:46:09 GMT]]></title><description><![CDATA[<p>n00ki3 schrieb:</p>
<blockquote>
<p>Ich habe etwas von &quot;name mangling&quot; gehört..<br />
decken sich die Fehlermeldungen mit dem Problem ?</p>
</blockquote>
<p>Nein, &quot;Datei nicht gefunden&quot; hat eindeutig nichts mit Name Mangling zu tun.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1657018</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1657018</guid><dc:creator><![CDATA[LordJaxom]]></dc:creator><pubDate>Tue, 03 Feb 2009 08:46:09 GMT</pubDate></item><item><title><![CDATA[Reply to seqan lässt sich nicht compliieren on Tue, 03 Feb 2009 09:01:40 GMT]]></title><description><![CDATA[<p>n00ki3 schrieb:</p>
<blockquote>
<p>Das Problem lag woanders ..<br />
es funktioniert nur mit einer speziellen version des g++ compilers.. 4.1.3 .<br />
Woran kann sowas liegen ?</p>
<p>Ich habe etwas von &quot;name mangling&quot; gehört..<br />
was ist das ?<br />
decken sich die Fehlermeldungen mit dem Problem ?</p>
<p>mfg</p>
<p>n00ki3 <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
</blockquote>
<p>Das sieht eher nach falsch eingestellten Includepaths aus..</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1657028</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1657028</guid><dc:creator><![CDATA[drakon]]></dc:creator><pubDate>Tue, 03 Feb 2009 09:01:40 GMT</pubDate></item><item><title><![CDATA[Reply to seqan lässt sich nicht compliieren on Tue, 03 Feb 2009 11:12:44 GMT]]></title><description><![CDATA[<p>Die Include paths hab ich noch hinzugefügt .. es &quot;ging&quot; trotzdem nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1657120</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1657120</guid><dc:creator><![CDATA[n00ki3]]></dc:creator><pubDate>Tue, 03 Feb 2009 11:12:44 GMT</pubDate></item></channel></rss>