You are here

"No SConstruct file found" when install rosetta 3.4 on ubuntu 11.10

3 posts / 0 new
Last post
"No SConstruct file found" when install rosetta 3.4 on ubuntu 11.10
#1

According to the instruction, I first installed scons and tested it, it seems working:

*********************
~/scons-2.1.0$ scons --version
SCons by Steven Knight et al.:
script: v2.1.0.r5357[MODIFIED], 2011/09/09 21:31:03, by bdeegan
on ubuntu
engine: v2.1.0.r5357[MODIFIED], 2011/09/09 21:31:03, by bdeegan
on ubuntu
engine path: ['/usr/local/lib/scons-2.1.0/SCons']
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
2010,
2011 The SCons Foundation
**************************

Then I run Resetta installation and get error below:

**************************
~/rosetta3.4$ sudo scons bin mode=release

scons: *** No SConstruct file found.
File "/usr/local/lib/scons-2.1.0/SCons/Script/Main.py", line 904, in
_main
*************************

What I have done wrong?

Thanks for help me out.

Lchen

Post Situation: 
Fri, 2012-06-29 10:45
lchen

You're probably running the command from the wrong directory. Run it from the "rosetta_source" directory. (You should see a symlink to scons.py in that directory).

Fri, 2012-06-29 13:34
smlewis

Thanks smlewis, you are correct. It's running now.

Tue, 2012-07-10 09:22
lchen