-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
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. |
Seems to have done the trick, tell me if there's any other issues pertaining to missing files due to the .gitignore. |
Sorry, kinda forgot about the issue until just now. Still seems to happen on latest. |
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. |
Oh, yeah. I just pull master. Will pull 1.6 from now on instead. |
When trying to run the SConscript file in Ubuntu using scons, it fails with the following error:
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.
The text was updated successfully, but these errors were encountered: