<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>can&#039;t compile revision 23</title>
		<link>http://ngene.wikidot.com/forum/t-154168/can-t-compile-revision-23</link>
		<description>Posts in the discussion thread &quot;can&#039;t compile revision 23&quot;</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://ngene.wikidot.com/forum/t-154168#post-473331</guid>
				<title>Re: can&#039;t compile revision 23</title>
				<link>http://ngene.wikidot.com/forum/t-154168/can-t-compile-revision-23#post-473331</link>
				<description></description>
				<pubDate>Fri, 08 May 2009 15:37:44 +0000</pubDate>
				<wikidot:authorName>wtoman</wikidot:authorName>				<wikidot:authorUserId>33867</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>At least you can stop looking for an error. You have made none. ;)</p> </blockquote> <p>That's good to hear :)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ngene.wikidot.com/forum/t-154168#post-473253</guid>
				<title>Re: can&#039;t compile revision 23</title>
				<link>http://ngene.wikidot.com/forum/t-154168/can-t-compile-revision-23#post-473253</link>
				<description></description>
				<pubDate>Fri, 08 May 2009 14:17:40 +0000</pubDate>
				<wikidot:authorName>achild</wikidot:authorName>				<wikidot:authorUserId>313156</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Indeed. Here at work Visual Studio tends to be pretty good in that regard, you know, figuring out if the precompiled headers need rebuild (thus rebuilding the whole entire project). Our project here is a pretty decent size though (around a million lines), so occasionally Visual Studio messes it all up and we get crazy errors like this. Best advice… when that kind of unexplainable stuff happens, or even if the most recent check-out retrieves a whole lot of updates… just rebuild all. It will still be greatly faster because of the precompiled headers. Looking forward to seeing more of this engine!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ngene.wikidot.com/forum/t-154168#post-473120</guid>
				<title>Re: can&#039;t compile revision 23</title>
				<link>http://ngene.wikidot.com/forum/t-154168/can-t-compile-revision-23#post-473120</link>
				<description></description>
				<pubDate>Fri, 08 May 2009 11:07:32 +0000</pubDate>
				<wikidot:authorName>Enzi</wikidot:authorName>				<wikidot:authorUserId>293839</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I found the problem.<br /> VS2008 didn't compiled the precompiled headers new, this lead to these errors. I'm pretty pissed how stupid VS handles this. But oh well.</p> <p>At least you can stop looking for an error. You have made none. ;)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ngene.wikidot.com/forum/t-154168#post-473052</guid>
				<title>Re: can&#039;t compile revision 23</title>
				<link>http://ngene.wikidot.com/forum/t-154168/can-t-compile-revision-23#post-473052</link>
				<description></description>
				<pubDate>Fri, 08 May 2009 09:27:51 +0000</pubDate>
				<wikidot:authorName>wtoman</wikidot:authorName>				<wikidot:authorUserId>33867</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Strange. If possible, please email me with whole output from the build process. I should then be able to figure out what's going on.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ngene.wikidot.com/forum/t-154168#post-473039</guid>
				<title>Re: can&#039;t compile revision 23</title>
				<link>http://ngene.wikidot.com/forum/t-154168/can-t-compile-revision-23#post-473039</link>
				<description></description>
				<pubDate>Fri, 08 May 2009 09:15:46 +0000</pubDate>
				<wikidot:authorName>Enzi</wikidot:authorName>				<wikidot:authorUserId>293839</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yeah, I guess so. Something isn't right in ISerializer.h. It happens when compiling ngene proj. The following errors are all errors because he can't create the ISerializer class. Stuff like:</p> <div class="code"> <pre> <code>error C2027: use of undefined type 'nGENE::ISerializer' iserializer.h 94</code> </pre></div> <p>I'm not too familiar with class templates. There's not a single template defined in the ISerializer class.</p> <p>By the way, just to be sure I checked out the whole revision23 in a different folder and tried to compile. Same error. :(</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ngene.wikidot.com/forum/t-154168#post-473035</guid>
				<title>Re: can&#039;t compile revision 23</title>
				<link>http://ngene.wikidot.com/forum/t-154168/can-t-compile-revision-23#post-473035</link>
				<description></description>
				<pubDate>Fri, 08 May 2009 09:10:50 +0000</pubDate>
				<wikidot:authorName>wtoman</wikidot:authorName>				<wikidot:authorUserId>33867</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Damn. I managed to compile it without single error. When does it happen? When comiling ngene proj, ngene framework or some other project?</p> <p>Is there any additional info in the output window (I mean not in the errors/warnings list)? Sometimes it provides pretty useful information about templates errors. It seems to me that some file is outdated (maybe ISerializer.h?).</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ngene.wikidot.com/forum/t-154168#post-473004</guid>
				<title>Re: can&#039;t compile revision 23</title>
				<link>http://ngene.wikidot.com/forum/t-154168/can-t-compile-revision-23#post-473004</link>
				<description></description>
				<pubDate>Fri, 08 May 2009 08:41:22 +0000</pubDate>
				<wikidot:authorName>Enzi</wikidot:authorName>				<wikidot:authorUserId>293839</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hm, I already have the new prerequisites.h with the changed lines.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ngene.wikidot.com/forum/t-154168#post-472181</guid>
				<title>Re: can&#039;t compile revision 23</title>
				<link>http://ngene.wikidot.com/forum/t-154168/can-t-compile-revision-23#post-472181</link>
				<description></description>
				<pubDate>Thu, 07 May 2009 18:31:28 +0000</pubDate>
				<wikidot:authorName>wtoman</wikidot:authorName>				<wikidot:authorUserId>33867</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Check in prerequisities.h file that it is:</p> <blockquote> <p>class ISerializer;</p> </blockquote> <p>and not:</p> <blockquote> <p>template &lt;typename T&gt;<br /> class ISerializer;</p> </blockquote> <p>In previous version there was I think (and quick look to the SVN history proves it) so it might be the reason.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ngene.wikidot.com/forum/t-154168#post-472177</guid>
				<title>can&#039;t compile revision 23</title>
				<link>http://ngene.wikidot.com/forum/t-154168/can-t-compile-revision-23#post-472177</link>
				<description></description>
				<pubDate>Thu, 07 May 2009 18:25:45 +0000</pubDate>
				<wikidot:authorName>Enzi</wikidot:authorName>				<wikidot:authorUserId>293839</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hey!</p> <p>I tried to merge my project with the latest revision but it seems there are some problems in the serialization.<br /> I get the following error:</p> <div class="code"> <pre> <code>error C2990: 'nGENE::ISerializer' : non-class template has already been declared as a class template ISerializer.h 54</code> </pre></div> <p>I hope you know what is meant with this error cause I'm pretty clueless about this whole serialization stuff.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>