Page 1 of 1

Fedora Core 8

Posted: 23 Jan 2008, 03:22
by ResCognitas
Hey guys,

I'm coming at you live here on Fedora Core 8. Just wanted to say that I'm having some serious problems finding/getting the scons dependencies, and now I get this error:
scons: *** No SConstruct file found.
File "/usr/lib/scons/SCons/Script/Main.py", line 1128, in _main

Momma mia! Can anyone offer any advice that might lead to the amelioration or even the abatement of my dilemma? Hell, if you could inform me of how to build Spring on Fedora, that'd be great!

Thanks,
Chuck

Re: Fedora Core 8

Posted: 23 Jan 2008, 03:24
by BrainDamage
you're running scons from the wrong location :wink:

try running from the project's base dir (extract the source tarball & go into the folder)

Re: Fedora Core 8

Posted: 23 Jan 2008, 03:28
by ResCognitas
Firstly, thank you. Secondly, I should probably have specified that this error occurs when I run scons configure rather than when I actually try to construct Spring-- I haven't made it that far yet!

Re: Fedora Core 8

Posted: 23 Jan 2008, 03:35
by BrainDamage
you still need to run scons configure from the project's base dir :wink:

as confirm that you're in the correct location, running the following command:

Code: Select all

ls | grep SConstruct
should display a line that says "SConstruct"

then

Code: Select all

scons configure
shouldn't start working