I have successfully sync the latest code now. But when I tried to open it in VC++, it gives error for couple of projects. Is it normal?
VC error dialog has text The following error has occurred during XML parsing: File: c:\google\chromium\src\chrome\browser\browser.vsprops Line: 7 Column: 2 Error Message: Property sheet file '$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops' was not found or failed to load. The file 'c:\google\chromium\src\chrome\browser\browser.vsprops' has failed to load. The following error has occurred during XML parsing: File: C:\google\chromium\src\chrome\browser\browser.vcproj Line: 25 Column: 4 Error Message: Property sheet file '.\browser.vsprops' was not found or failed to load. The file 'C:\google\chromium\src\chrome\browser\browser.vcproj' has failed to load. On Fri, Oct 17, 2008 at 6:45 PM, Marc-Antoine Ruel <[EMAIL PROTECTED]> wrote: > > Everything seems fine. Sorry to hear you had troubles. I'll wait for > the logs. If that's an issue with the tarball, I'll ping the right > people about that. > > M-A > > 2008/10/17 Ibrar Ahmed <[EMAIL PROTECTED]>: >> >> 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 >> >> > >> > > > > -- 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 -~----------~----~----~----~------~----~------~--~---
