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
Fedora Core 8
Moderator: Moderators
- BrainDamage
- Lobby Developer
- Posts: 1164
- Joined: 25 Sep 2006, 13:56
Re: Fedora Core 8
you're running scons from the wrong location
try running from the project's base dir (extract the source tarball & go into the folder)

try running from the project's base dir (extract the source tarball & go into the folder)
-
- Posts: 3
- Joined: 21 Jan 2008, 20:57
Re: Fedora Core 8
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!
- BrainDamage
- Lobby Developer
- Posts: 1164
- Joined: 25 Sep 2006, 13:56
Re: Fedora Core 8
you still need to run scons configure from the project's base dir
as confirm that you're in the correct location, running the following command:
should display a line that says "SConstruct"
then shouldn't start working

as confirm that you're in the correct location, running the following command:
Code: Select all
ls | grep SConstruct
then
Code: Select all
scons configure