Exception: Rubycc::Rmake::RmakeError

Inherits:
Error
  • Object
show all
Defined in:
lib/rubycc/rmake/errors.rb

Overview

Raised for a defect in the Makefile the user handed us: a syntax rmake's mkmf-subset does not accept, or a runaway variable expansion. rmake never parses C, so this is deliberately distinct from CompileError; it names the make-level construct at fault so the failure points back at the Makefile.

Direct Known Subclasses

ExecutionError, ExpansionError, ParseError