<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Building Chromium</title>
	<atom:link href="http://www.itwriting.com/blog/869-building-chromium.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itwriting.com/blog/869-building-chromium.html</link>
	<description>Tech writing blog</description>
	<lastBuildDate>Sun, 12 Feb 2012 05:28:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: tim</title>
		<link>http://www.itwriting.com/blog/869-building-chromium.html/comment-page-1#comment-110236</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Mon, 13 Oct 2008 12:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/869-building-chromium.html#comment-110236</guid>
		<description>I know what you mean, but Visual Studio is the primary dev. tool for Windows and it seems the right choice to me; there are free versions though I gather it is tricky to get Chrome to compile in VC Express.

Tim</description>
		<content:encoded><![CDATA[<p>I know what you mean, but Visual Studio is the primary dev. tool for Windows and it seems the right choice to me; there are free versions though I gather it is tricky to get Chrome to compile in VC Express.</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Novice Developer</title>
		<link>http://www.itwriting.com/blog/869-building-chromium.html/comment-page-1#comment-110231</link>
		<dc:creator>Novice Developer</dc:creator>
		<pubDate>Mon, 13 Oct 2008 11:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/869-building-chromium.html#comment-110231</guid>
		<description>Requiring open source developers to use Visual Studio 2005 is not really encouraging. I doubt most developers own a licensed copy of VS2005.</description>
		<content:encoded><![CDATA[<p>Requiring open source developers to use Visual Studio 2005 is not really encouraging. I doubt most developers own a licensed copy of VS2005.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://www.itwriting.com/blog/869-building-chromium.html/comment-page-1#comment-107555</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Mon, 08 Sep 2008 01:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/869-building-chromium.html#comment-107555</guid>
		<description>@Mischa Kroon: As far as I can tell, Google is no longer open sourcing Chrome. Instead, Google is using the open source development model and the browser is being developed out in the open, which is why the version number is newer than the released version. Also, since more people can see the code, security issues can be fixed quicker than if only one group of people has access to it. Security issues should theoretically be fixed faster in an open source browser than a closed sourced one.</description>
		<content:encoded><![CDATA[<p>@Mischa Kroon: As far as I can tell, Google is no longer open sourcing Chrome. Instead, Google is using the open source development model and the browser is being developed out in the open, which is why the version number is newer than the released version. Also, since more people can see the code, security issues can be fixed quicker than if only one group of people has access to it. Security issues should theoretically be fixed faster in an open source browser than a closed sourced one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://www.itwriting.com/blog/869-building-chromium.html/comment-page-1#comment-107552</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Mon, 08 Sep 2008 01:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/869-building-chromium.html#comment-107552</guid>
		<description>Just out of curiosity, does the user agent string reflect that it is Chromium instead of Chrome?

Just google up user agent string and you should be able to find what it is of course.</description>
		<content:encoded><![CDATA[<p>Just out of curiosity, does the user agent string reflect that it is Chromium instead of Chrome?</p>
<p>Just google up user agent string and you should be able to find what it is of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://www.itwriting.com/blog/869-building-chromium.html/comment-page-1#comment-107347</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Fri, 05 Sep 2008 20:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/869-building-chromium.html#comment-107347</guid>
		<description>P.S Perhaps the tar ball that I originally used was messing something up, can&#039;t see how...</description>
		<content:encoded><![CDATA[<p>P.S Perhaps the tar ball that I originally used was messing something up, can&#8217;t see how&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://www.itwriting.com/blog/869-building-chromium.html/comment-page-1#comment-107346</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Fri, 05 Sep 2008 20:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/869-building-chromium.html#comment-107346</guid>
		<description>Thanks for the quick response Tim.

I seem to have got it to work; I&#039;m still not sure how but it may be that for some reason I didn&#039;t have all the files in the repo. I can compile the project from C:\chromiumtrunk\release\src\chrome (after running gclient sync from the release folder and downloading all the files into release\src) but not from C:\chromiumtrunk\src\chrome - does that maybe tell anyone what I did wrong? Anyways, I&#039;m sure I did something wrong in the beginning and that&#039;s why it didn&#039;t work.

Good luck y&#039;all!</description>
		<content:encoded><![CDATA[<p>Thanks for the quick response Tim.</p>
<p>I seem to have got it to work; I&#8217;m still not sure how but it may be that for some reason I didn&#8217;t have all the files in the repo. I can compile the project from C:\chromiumtrunk\release\src\chrome (after running gclient sync from the release folder and downloading all the files into release\src) but not from C:\chromiumtrunk\src\chrome &#8211; does that maybe tell anyone what I did wrong? Anyways, I&#8217;m sure I did something wrong in the beginning and that&#8217;s why it didn&#8217;t work.</p>
<p>Good luck y&#8217;all!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.itwriting.com/blog/869-building-chromium.html/comment-page-1#comment-107310</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Fri, 05 Sep 2008 15:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/869-building-chromium.html#comment-107310</guid>
		<description>@Stan

I got that error too. I think it is an anomaly. I did two things:

- Exit and restart VS 2005

- Update the source with the gclient

I don&#039;t know which of these fixed it though!

Tim</description>
		<content:encoded><![CDATA[<p>@Stan</p>
<p>I got that error too. I think it is an anomaly. I did two things:</p>
<p>- Exit and restart VS 2005</p>
<p>- Update the source with the gclient</p>
<p>I don&#8217;t know which of these fixed it though!</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://www.itwriting.com/blog/869-building-chromium.html/comment-page-1#comment-107306</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Fri, 05 Sep 2008 15:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/869-building-chromium.html#comment-107306</guid>
		<description>I&#039;ve been trying to build Chromium on windows and have had some trouble. 
Could you help me?

I&#039;ve followed the build documentation and installed all the prerequisites but when I build (F6) The following error always appears:
&quot;fatal error C1083: Cannot open include file: &#039;v8.h&#039;: No such file or directory&quot;
which refers to the line #include &quot;v8.h&quot; (line 17 JSBridge.h).

I am relatively new to C++ esp. in visual studio and I think understand the error, however since the directories to include for a project are in the project file, they should be in the checked out code. How does anyone compile it since v8.h is in an &#039;external&#039; directory and no &#039;special&#039; include folders are specified for the project &quot;Port&quot;. I have tried putting the correct directories in the include paths and the error is replaced by a few less understandable errors, so I undid my changes. I see some prebuild.bat files, and have made them run prebuild (even though prebuild events are also should be in the checked out project file). How are people building this? By excluding problem non-critical projects?

Your help would be greatly appreciated as I feel I could learn and improve my skills greatly by stepping through the code.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to build Chromium on windows and have had some trouble.<br />
Could you help me?</p>
<p>I&#8217;ve followed the build documentation and installed all the prerequisites but when I build (F6) The following error always appears:<br />
&#8220;fatal error C1083: Cannot open include file: &#8216;v8.h&#8217;: No such file or directory&#8221;<br />
which refers to the line #include &#8220;v8.h&#8221; (line 17 JSBridge.h).</p>
<p>I am relatively new to C++ esp. in visual studio and I think understand the error, however since the directories to include for a project are in the project file, they should be in the checked out code. How does anyone compile it since v8.h is in an &#8216;external&#8217; directory and no &#8216;special&#8217; include folders are specified for the project &#8220;Port&#8221;. I have tried putting the correct directories in the include paths and the error is replaced by a few less understandable errors, so I undid my changes. I see some prebuild.bat files, and have made them run prebuild (even though prebuild events are also should be in the checked out project file). How are people building this? By excluding problem non-critical projects?</p>
<p>Your help would be greatly appreciated as I feel I could learn and improve my skills greatly by stepping through the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mischa Kroon</title>
		<link>http://www.itwriting.com/blog/869-building-chromium.html/comment-page-1#comment-107172</link>
		<dc:creator>Mischa Kroon</dc:creator>
		<pubDate>Thu, 04 Sep 2008 12:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/869-building-chromium.html#comment-107172</guid>
		<description>Wow, looks like you&#039;ve been busy with chrome :)

It is very nice that Google open sources Chrome in a way that the source is newer then the browser itself and not the other way around allthough this does make security issues easier to find.</description>
		<content:encoded><![CDATA[<p>Wow, looks like you&#8217;ve been busy with chrome <img src='http://www.itwriting.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It is very nice that Google open sources Chrome in a way that the source is newer then the browser itself and not the other way around allthough this does make security issues easier to find.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

