Oh, I see... I did that step after compiling error appeared, it seems too late. Cleared debug directory and compiling in progress, hope everything gonna be fine this time.
Thanks a lot. On Sep 5, 10:32 pm, "Nicolas Sylvain" <[EMAIL PROTECTED]> wrote: > Did you do step 3 > onhttp://dev.chromium.org/developers/how-tos/getting-started? > > -- > Integrate the SDK with Visual Studio: > > Start > All Programs > Microsoft Windows SDK > Visual Studio > Registration > Integrate Windows SDK with Visual Studio 2005 > -- > > If this was not done, after doing it I suggest you delete completely > your Debug directory and do a full rebuild. > > Let us know if it works, I don't think you are the only one seeing this error. > > Thanks > > Nicolas > > On 9/5/08, Ludvik <[EMAIL PROTECTED]> wrote: > > > > > Hi Folks, > > > Following the windows build guild. I've installed VS2005, VS2005 SP1, > > Windows Vista SDK, downloaded tarball and started building. Everything > > goes fine except errors met when building project "common". Those > > errors have been thrown out: > > > ====================================================================== > > ------ Build started: Project: common, Configuration: Debug Win32 > > ------ > > Compiling... > > win_util.cc > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(314) : > > error C2146: syntax error : missing ';' before identifier > > 'IAccessible' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(314) : > > error C4430: missing type specifier - int assumed. Note: C++ does not > > support default-int > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(560) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(563) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(567) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(571) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(575) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(579) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(583) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(587) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(591) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(594) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(600) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(603) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(606) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(610) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(617) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(626) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(631) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(638) : > > error C2061: syntax error : identifier '__RPC__in' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(642) : > > error C2061: syntax error : identifier '__RPC__in' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(915) : > > error C2143: syntax error : missing ';' before '*' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(915) : > > error C2371: 'IAccessibleHandler' : redefinition; different basic > > types > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include > > \oleacc.h(59) : see declaration of 'IAccessibleHandler' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(915) : > > error C4430: missing type specifier - int assumed. Note: C++ does not > > support default-int > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(1027) : > > error C2061: syntax error : identifier > > '__RPC__deref_out_ecount_full_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(1028) : > > error C2059: syntax error : ')' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(1028) : > > fatal error C1903: unable to recover from previous error(s); stopping > > compilation > > resource_bundle.cc > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(314) : > > error C2146: syntax error : missing ';' before identifier > > 'IAccessible' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(314) : > > error C4430: missing type specifier - int assumed. Note: C++ does not > > support default-int > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(560) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(563) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(567) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(571) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(575) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(579) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(583) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(587) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(591) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(594) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(600) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(603) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(606) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(610) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(617) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(626) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(631) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(638) : > > error C2061: syntax error : identifier '__RPC__in' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(642) : > > error C2061: syntax error : identifier '__RPC__in' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(915) : > > error C2143: syntax error : missing ';' before '*' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(915) : > > error C2371: 'IAccessibleHandler' : redefinition; different basic > > types > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include > > \oleacc.h(59) : see declaration of 'IAccessibleHandler' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(915) : > > error C4430: missing type specifier - int assumed. Note: C++ does not > > support default-int > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(1027) : > > error C2061: syntax error : identifier > > '__RPC__deref_out_ecount_full_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(1028) : > > error C2059: syntax error : ')' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(1028) : > > fatal error C1903: unable to recover from previous error(s); stopping > > compilation > > l10n_util.cc > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(314) : > > error C2146: syntax error : missing ';' before identifier > > 'IAccessible' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(314) : > > error C4430: missing type specifier - int assumed. Note: C++ does not > > support default-int > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(560) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(563) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(567) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(571) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(575) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(579) : > > error C2061: syntax error : identifier '__RPC__deref_out_opt' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(583) : > > error C2061: syntax error : identifier '__RPC__out' > > E:\Program Files\Microsoft SDKs\Windows\v6.0\Include\oleacc.h(587) : > > error C2061: syntax error : identifier '__RPC__out' > > ... > > read more » --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-dev" group. To post to this group, send email to chromium-dev@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---