Exception: Rubycc::Pkgconf::UnsupportedError

Inherits:
PkgconfError show all
Defined in:
lib/rubycc/pkgconf/errors.rb

Overview

A Requires/Requires.private entry carried a version comparison (zlib >= 1.2-style). mkmf's own pkg_config(pkg, *options) never passes a version constraint — the pkg argument is always a bare module name — so comparing versions is out of scope here (see the Step 59 report for the mkmf.rb tally this is based on); a constraint inside a Requires field is diagnosed instead of silently ignored or guessed at.