> Hey, remember when I said I would keep v8-314 alive? I've changed my mind. > C) It doesn't build anymore because the giant SConstruct goop it uses is > not compatible with the current SCons. (and it has not built for quite a > while now). > D) I have neither the time nor the motivation to do the work to make it > build again I've managed to make it build with this simple patch, not sure if everything is correct though in regards to options. --- SConstruct.old 2012-10-22 15:09:53.000000000 +0200 +++ SConstruct 2019-03-15 19:53:49.595494085 +0100 @@ -1183,7 +1183,7 @@ def AddOptions(options, result): def GetOptions(): - result = Options() + result = Variables() result.Add('mode', 'compilation mode (debug, release)', 'release') result.Add('sample', 'build sample (shell, process, lineprocessor)', '') result.Add('cache', 'directory to use for scons build cache', '') _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx