scons: *** No SConstruct file found.

3,569 views
Skip to first unread message

bijay

unread,
Dec 17, 2008, 6:23:06 AM12/17/08
to v8-users
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/ 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.

Mads Sig Ager

unread,
Dec 17, 2008, 6:28:21 AM12/17/08
to v8-u...@googlegroups.com
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

bijay

unread,
Dec 17, 2008, 7:33:42 AM12/17/08
to v8-users
Hi,
Thanks a lot.it's working now.

Robert Main

unread,
Apr 26, 2013, 2:59:50 AM4/26/13
to v8-u...@googlegroups.com
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?

Rodolph Perfetta

unread,
Apr 26, 2013, 3:28:11 AM4/26/13
to v8-u...@googlegroups.com
Scons has been deprecated and removed, use gyp to build now: https://code.google.com/p/v8/wiki/BuildingWithGYP


--
--
v8-users mailing list
v8-u...@googlegroups.com
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 v8-users+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Robert Main

unread,
Apr 26, 2013, 5:00:19 AM4/26/13
to v8-u...@googlegroups.com
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?


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 v8-users+u...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Regards

-Robert Main

Jakob Kummerow

unread,
Apr 26, 2013, 5:38:30 AM4/26/13
to v8-u...@googlegroups.com
On Fri, Apr 26, 2013 at 11:00 AM, Robert Main <lens...@gmail.com> 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.


Robert Main

unread,
Apr 26, 2013, 6:22:17 AM4/26/13
to v8-u...@googlegroups.com
that did it - thank you so much
Reply all
Reply to author
Forward
0 new messages