Please update gyp to r1831 best -jochen
On Wed, Jan 8, 2014 at 3:26 PM, Alejandro F. Reimondo < [email protected]> wrote: > Thank you for the link! > It worked here for x64 build under VS Express 2012. > > Failed to load icui18n.vcproj for target_arch=ia32 build under VC++ > Express 2008. > IMHO the bug is in <Files></Files> section of icui18n.vcproj (and others) > > On icui18n.vcxproj (used for x64 vs2012) I see lines like > ------------- > <ClCompile Include="source\i18n\anytrans.cpp"> > > <Filter>source\i18n</Filter> > > </ClCompile> > > ------------- > and it is correct; it load the project without problems on VS Express > 2012.- > > > But on VS 2008 Express, when building ia32 version, I see files > definitions like > ------------- > <Filter Name="source"><Filter Name="i18n"><File RelativePath="source\i18n\ > anytrans.cpp"/></Filter></Filter> > ------------- > > In old versions of the same project file I used to read lines like > ------------- > <Filter Name="source"> > <Filter Name="i18n"> > <File RelativePath="source\i18n\fphdlimp.cpp"/> > <File RelativePath="source\i18n\tzrule.cpp"/> > .... > </Filter> > </Filter> > ------------- > > I am using the following SVN revisions: > third_party/python_26 rev. 243555 from http://src.chromium.org/svn/ > trunk/tools/third_party/python_26 > third_party/cygwin rev. 243555 from http://src.chromium.org/svn/ > trunk/deps/third_party/cygwin > third_party/icu rev. 243555 from > http://src.chromium.org/svn/trunk/deps/third_party/icu46 > build/gyp rev. 1830 from > http://gyp.googlecode.com/svn/trunk > > IMO the project file is corrupt (and ommiting end of line markers). > Ale. > > > > ----- Original Message ----- From: Sven Panne > To: [email protected] > Sent: Wednesday, January 08, 2014 3:52 AM > > Subject: Re: [v8-users] Build projects broken > > > On Tue, Jan 7, 2014 at 9:11 PM, Alejandro F. Reimondo < > [email protected]> wrote: > > [...] If it is required to put gyp under SVN, please, > can you give me the SVN server URL (or link > to docummentation where I need to read to > upgrade my tools) > > > > See the first section of https://code.google.com/p/v8/wiki/BuildingWithGYP. > Building with any other GYP version is basically unsupported and you are on > your own... > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- You received this message because you are subscribed to the Google > Groups "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- You received this message because you are subscribed to the Google > Groups "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
