Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

16 lines
778B

  1. Error: Unknown Usage/Linking Requirements
  2. #########################################
  3. A library can declare that it *uses* or *links* to another library by using the
  4. ``uses`` and ``links`` keys in ``library.json5``, respectively.
  5. These requirements are specified by using the ``namespace/name`` pair that
  6. identifies a library. These are defined by both the project's dependencies and
  7. the project itself. If a ``uses`` or ``links`` key does not correspond to a
  8. known library, ``dds`` will not be able to resolve the usage requirements, and
  9. will generate an error.
  10. To fix this issue, ensure that you have correctly spelled the library
  11. identifier and that the package that contains the respective library has been
  12. declared as a dependency of the library that is trying to use it.