--- SConstruct.orig	2022-03-06 10:20:29.332288658 +0100
+++ SConstruct	2022-03-06 10:20:48.994522031 +0100
@@ -114,7 +114,7 @@
     if conf.CheckLib("boost_system"):
         boost_system="boost_system"
     else:
-        print "Could not find libboost_system"
+        print ("Could not find libboost_system")
         missing.append("libboost_system")
     env.Append(LIBS=[boost_system])
 
