Fedora Core 8

Fedora Core 8

Discuss everything related to running Spring on your chosen distribution of Linux.

Moderator: Moderators

Post Reply
ResCognitas
Posts: 3
Joined: 21 Jan 2008, 20:57

Fedora Core 8

Post 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
User avatar
BrainDamage
Lobby Developer
Posts: 1164
Joined: 25 Sep 2006, 13:56

Re: Fedora Core 8

Post 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)
ResCognitas
Posts: 3
Joined: 21 Jan 2008, 20:57

Re: Fedora Core 8

Post 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!
User avatar
BrainDamage
Lobby Developer
Posts: 1164
Joined: 25 Sep 2006, 13:56

Re: Fedora Core 8

Post 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
Post Reply

Return to “Linux”