Searched refs:CCompilerError (Results 1 – 6 of 6) sorted by relevance
79 class CCompilerError (Exception): class82 class PreprocessError (CCompilerError):85 class CompileError (CCompilerError):88 class LibError (CCompilerError):92 class LinkError (CCompilerError):96 class UnknownFileError (CCompilerError):
56 from distutils.errors import (DistutilsExecError, CCompilerError,297 raise CCompilerError(
159 CCompilerError) as msg:
480 except (CCompilerError, DistutilsError, CompileError) as e:
53 from distutils.errors import CCompilerError, DistutilsError591 except (CCompilerError, DistutilsError) as why:
987 raise CCompilerError(