CSSGrammar.h is generated by the javascript bindings and should be
located on your system at
d:\chrome\trunk\src\chrome\Debug\obj\v8bindings\derivedsources
This file is generated by the project named V8Bindings_prebuild. It
actually run a bash script to generate the files. Make sure this
project succeeds.
I could reproduce an error on V8Bindings_prebuild on a workstation I
hadn't updated in a while:
'bash' is not recognized as an internal or external command,
operable program or batch file.
It was relating to src\third_party\cygwin being incorrectly
synchronized. Executing 'gclient sync --force' fixed the issue.
Also to answer your other question, that is normal that you can't see
webkit in the svn trunk. This is because it is directly pulled from
webkit.org.
M-A
2008/9/21 Hector <[EMAIL PROTECTED]>:
>
> Folks,
>
> I was moving along where with successful building, correcting any
> missing code that GCLIENT seem to have skipped, but now I am stuck
> with this one missing cssgrammar,h file when compiling webcore
> project.
>
> 1>------ Build started: Project: WebCore, Configuration: Debug Win32
> ------
> 1>Compiling...
> 1>CSSParser.cpp
> 1>..\..\pending\CSSParser.cpp(3544) : fatal error C1083: Cannot open
> include file: 'CSSGrammar.h': No such file or directory
> 1>Build log was saved at "file://D:\chrome\trunk\src\chrome\Debug\obj
> \WebCore\BuildLog.htm"
> 1>WebCore - 1 error(s), 0 warning(s)
> ========== Build: 0 succeeded, 1 failed, 6 up-to-date, 0 skipped
> ==========
>
> Is that file generated by some tool?
>
> I looked around the various Chrome "departments" and it appears there
> is something going on with webkit? I don't know for sure but it
> looks like it was moved. In an earlier gclient sync there was a src
> \third_party\webkit folder and also in the download I got today, but
> at this moment, I don't see it at the web svn trunk?
>
> How do I correct this?
>
> Thanks
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---