You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
and a slightly modified configure.lisp in koga I get the following output:
Found repo definition for extension CLASP-EXT-RTI-CONNEXT-DDS. Using that to locate extension directory.
Looking for configure scripts in extensions/clasp-ext-rti-connext-dds/
Found script extensions/clasp-ext-rti-connext-dds/cscript.lisp
Loading script extensions/clasp-ext-rti-connext-dds/cscript.lisp
Configuring library nddscpp2d
CONFIGURE-LIBRARY: nddscpp2d => PAIR: NIL
Module nddscpp2d not found.
This seems to suggest that the second sexp doesn't get read.
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:
Context
The text was updated successfully, but these errors were encountered: