[chromium-dev] Re: Cannot open include file: 'webkit_version.h' error

2008-09-29 Thread Marc-Antoine Ruel
Fixed in r2670. I'll look into splitting WebCore to remove the file generation (if possible) into another separate configuration project. That may wait to after the webkit merge tough. M-A 2008/9/28 Marc-Antoine Ruel [EMAIL PROTECTED]: Sorry for the trouble, I'll revert tomorrow morning.

[chromium-dev] Re: Cannot open include file: 'webkit_version.h' error

2008-09-28 Thread Nicolas Sylvain
+cc sgk I'm not sure how 2480 would cause that. But from what I see it's a timing issue/dependency problem in the solution file. Maybe after building a couple of times it just started working. On the other hand, this change seems to affect the sln too, so everything is possible. Do you have an

[chromium-dev] Re: Cannot open include file: 'webkit_version.h' error

2008-09-28 Thread bzaid
I could build without copying that webkit_version.h, I just reverted the chrome.sln to 2480. As Nicolas said, it is a dependency problem. On Sep 29, 1:47 am, Kishor [EMAIL PROTECTED] wrote: I copied the file from chromium\src\chrome\Release\obj\WebCore to chromium\src\chrome\Debug and the

[chromium-dev] Re: Cannot open include file: 'webkit_version.h' error

2008-09-27 Thread Yarin
This error happened to me as well. I searched for the file and, strangely enough, found it in my src\chrome\Debug\ folder. I have no idea what or who put it there, but after moving the file back to its correct position (src\webkit\glue\), I could compile. On Sep 27, 2:47 pm, bzaid [EMAIL

[chromium-dev] Re: Cannot open include file: 'webkit_version.h' error

2008-09-27 Thread Nicolas Sylvain
+cc maruel Marc-Antoine: A lot of people (internal and external) are complaining that sometimes the build breaks because of a missing webkit_version.h. It seems to coincide with this change of yours: - Flatten the glue dependencies to accelerate build on a quad core. Webcore has no custom