Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SConscript trips over missing files #1

Open
DaVince opened this issue Jan 14, 2013 · 5 comments
Open

SConscript trips over missing files #1

DaVince opened this issue Jan 14, 2013 · 5 comments
Labels

Comments

@DaVince
Copy link
Member

DaVince commented Jan 14, 2013

When trying to run the SConscript file in Ubuntu using scons, it fails with the following error:

scons: *** [build/linux/docs/build/aaulia_changelog.txt] Source `docs/build/aaulia_changelog.txt' not found, needed by target `build/linux/docs/build/aaulia_changelog.txt'.
scons: building terminated because of errors.

There's a bunch of those txt file references in the SConscript, see lines 21-30. None of these files seem to exist in the location it's searching in! Commenting out or removing these lines fixes it.

@Radnen
Copy link
Member

Radnen commented Jan 14, 2013

The /docs/build/ folder is on my local repository but not here. Strange indeed... I'll take a look into the .gitignore file and route-out the issue.

Radnen added a commit that referenced this issue Jan 14, 2013
@Radnen
Copy link
Member

Radnen commented Jan 14, 2013

Seems to have done the trick, tell me if there's any other issues pertaining to missing files due to the .gitignore.

@Radnen Radnen closed this as completed Jan 14, 2013
@DaVince
Copy link
Member Author

DaVince commented Feb 24, 2013

Sorry, kinda forgot about the issue until just now. Still seems to happen on latest.
If it helps, this is the line right before the two lines above:
Install file: "source/config/config" as "build/linux/config"

@DaVince DaVince reopened this Feb 24, 2013
@Radnen
Copy link
Member

Radnen commented Feb 25, 2013

Are you sure you're in the correct branch? Master has well, some version of it. While v1.6 has the current updated version. For example, the master branch is missing all the /build/ folders in it, which contain files the SConscript is looking for. But... I should also make this change in master.

@DaVince
Copy link
Member Author

DaVince commented Feb 25, 2013

Oh, yeah. I just pull master. Will pull 1.6 from now on instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants