Ok I'll try to debug this issue with you.

I will assume you carefully followed the instructions at
http://dev.chromium.org/developers/how-tos/build-instructions-windows
I assume you have a platform SDK correctly installed.

So, did you get the source code with gclient or from a tarball? Did
you try to sync lately? Did you ever used svn up?
I'm asking since in
src\third_party\WebKit\JavaScriptCore\wtf/MathExtras.h(96) I see the
following line:
inline bool isinf(double num) { return !_finite(num) && !_isnan(num); }
which contains no ==.

General questions:
Which OS are you using, XP or Vista?
Are you an administrator on the machine?
I need more context on the error set #1. Can you copy the first
failing project's output?

Thanks.

M-A

2008/10/15 Ibrar Ahmed <[EMAIL PROTECTED]>:
>
> Hi,
>
> I am compiling chrome in VC 2005 SP1 (Windows XP). I am getting too much 
> errors.
>
> ERROR SET 1
> Cannot open include file: 'config.h': No such file or directory
>
>
> ERROR SET 2
> 5>c:\google\chromium\src\third_party\WebKit\JavaScriptCore\wtf/MathExtras.h(96)
> : error C2143: syntax error : missing ')' before '=='
> 5>c:\google\chromium\src\third_party\WebKit\JavaScriptCore\wtf/MathExtras.h(96)
> : error C2143: syntax error : missing ')' before '=='
> 5>c:\google\chromium\src\third_party\WebKit\JavaScriptCore\wtf/MathExtras.h(96)
> : error C2059: syntax error : 'constant'
> 5>c:\google\chromium\src\third_party\WebKit\JavaScriptCore\wtf/MathExtras.h(96)
> : error C2059: syntax error : ')'
> 5>c:\google\chromium\src\third_party\WebKit\JavaScriptCore\wtf/MathExtras.h(96)
> : error C2059: syntax error : ')'
> 5>c:\google\chromium\src\third_party\WebKit\JavaScriptCore\wtf/MathExtras.h(96)
> : error C2143: syntax error : missing ';' before '{'
> 5>c:\google\chromium\src\third_party\WebKit\JavaScriptCore\wtf/MathExtras.h(96)
> : error C2447: '{' : missing function header (old-style formal list?)
> 5>c:\google\chromium\src\third_party\WebKit\JavaScriptCore\wtf/MathExtras.h(97)
> : error C2556: 'bool _isnan(double)'
>
> ERROR 3
> fatal error C1189: #error :  "You must include config.h before TreeShared.h"
>
>  --ibrar
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-dev" 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-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to