--- gobject-introspection-1.30.0-m32/giscanner/sourcescanner.py.orig 2012-03-10 16:42:04.572982797 +0100 +++ gobject-introspection-1.30.0-m32/giscanner/sourcescanner.py 2012-03-10 16:42:36.098982796 +0100 @@ -274,7 +274,7 @@ defines = ['__GI_SCANNER__'] undefs = [] - cpp_args = [os.environ.get('CC', 'cc'), '-E', '-C', '-I.', '-'] + cpp_args = ['cc', '-E', '-C', '-I.', '-'] cpp_args += self._cpp_options proc = subprocess.Popen(cpp_args,