Skip to content

pkgconfig branch | Order of statements in config.sexp changes behaviour, making extensions not found  #1646

Open
@dg1sbg

Description

@dg1sbg

Describe the bug

When using the pkgconfig branch, changing the order of the statements for specifying extensions and the new :libraries statement causes different behaviour of clasp:
It either does not find the stated extensions or errors out with not finding the specified library.

Expected behavior
The order of the statements in config.sexp should be irrelevant.

Actual behavior
See above.

Code at issue

contents of file config.sexp:

(:extensions (:clasp-ext-rti-connext-dds))
(:libraries (("nddscpp2d" :ldlibs "-lnddscpp2d" :ldflags "-L/Applications/rti_connext_dds-7.3.0/lib/arm64Darwin20clang12.0")))

Context

  • Branch: pkgconfig
  • Commit hash: 8faa65e

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions