-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
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.
Reactions are currently unavailable