On Thu, Oct 16, 2008 at 7:01 PM, Marc-Antoine Ruel <[EMAIL PROTECTED]> wrote: > > Ok I'll try to debug this issue with you.
Thanks, > I will assume you carefully followed the instructions at > http://dev.chromium.org/developers/how-tos/build-instructions-windows Yes I have followed the instructions > I assume you have a platform SDK correctly installed. Yes (Windows SDK V6.1) > So, did you get the source code with gclient or from a tarball? tarball and then sync with gclient. (Now I am pulling fresh code using gclient :( ) > Did > you try to sync lately? Did you ever used svn up? No > 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? Windows XP > Are you an administrator on the machine? Yes > I need more context on the error set #1. Can you copy the first > failing project's output? I am pulling the latest code and whenever its complete I will send you detail. > 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 >> >> > >> > > > > -- Ibrar Ahmed EnterpriseDB http://www.enterprisedb.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
