that did it - thank you so much
On Fri, Apr 26, 2013 at 10:38 AM, Jakob Kummerow <[email protected]>wrote: > On Fri, Apr 26, 2013 at 11:00 AM, Robert Main <[email protected]> wrote: > >> Thanks - I managed to get it to build with gyp - however I couldn't find >> the resulting binary (v8-shell) anywhere in the folder.... >> >> ...am I missing something? >> > > From https://code.google.com/p/v8/wiki/BuildingWithGYP#Optional_parameters > : > > OUTDIR=foo specifies where the compiled binaries go. It defaults to ./out/. >> In this directory, a subdirectory will be created for each architecture and >> mode. You will find the d8 shell's binary in foo/ia32.release/d8, for >> example. > > > > > >> >> >> On Fri, Apr 26, 2013 at 8:28 AM, Rodolph Perfetta < >> [email protected]> wrote: >> >>> Scons has been deprecated and removed, use gyp to build now: >>> https://code.google.com/p/v8/wiki/BuildingWithGYP >>> >>> >>> On 26 April 2013 07:59, Robert Main <[email protected]> wrote: >>> >>>> I'm having a similar problem but my v8 directory doesn't seem to >>>> contain a scons file. Is the scons file somewhere else now? >>>> >>>> On Wednesday, 17 December 2008 11:28:21 UTC, Mads Sig Ager wrote: >>>>> >>>>> Your v8-read-only directory should contain a SConstruct file. If you >>>>> enter your v8-read-only directory and then execute scons it should >>>>> work. >>>>> >>>>> Cheers, -- Mads >>>>> >>>>> On Wed, Dec 17, 2008 at 12:23 PM, bijay <[email protected]> wrote: >>>>> > >>>>> > Hi All, >>>>> > I m new to v8 google code. >>>>> > I've already installed following in ubuntu 7.10 linux. >>>>> > 1.Subversion 1.4.4 >>>>> > 2.Python 2.5.1 >>>>> > 3.SCons 1.1.0 >>>>> > >>>>> > As per the instruction i checked out the following in a folder >>>>> called >>>>> > V8 >>>>> > svn checkout >>>>> > http://v8.googlecode.com/svn/**trunk/<http://v8.googlecode.com/svn/trunk/>v8-read-only >>>>> > >>>>> > And being inside the folder when i try to build v8 using scons ,it's >>>>> > throwing error like bellow >>>>> > >>>>> > scons: *** No SConstruct file found. >>>>> > File "/usr/lib/scons/SCons/Script/**Main.py", line 815, in _main >>>>> > >>>>> > I m unable to move ahead.Can anybody suggest me how to get rid >>>>> > of it. >>>>> > Thanks in advance. >>>>> > > >>>>> > >>>>> >>>> -- >>>> -- >>>> 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 a topic in the >>> Google Groups "v8-users" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/v8-users/CEae1Cf5yFA/unsubscribe?hl=en >>> . >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> >> >> -- >> Regards >> >> -Robert Main >> >> -- >> -- >> 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 a topic in the > Google Groups "v8-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/v8-users/CEae1Cf5yFA/unsubscribe?hl=en. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Regards -Robert Main -- -- 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.
