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
Successfully installed jsonschema-4.23.0 jsonschema-specifications-2024.10.1 referencing-0.35.1 rpds-py-0.20.1
Traceback (most recent call last):
File "/Volumes/Miscellaneous3/aarch64/14.2.0-3/langkit/venv/lib/python3.9/site-packages/langkit/libmanage.py", line 736, in run_no_exit
parsed_args.func(parsed_args, unknown_args)
File "/Volumes/Miscellaneous3/aarch64/14.2.0-3/langkit/venv/lib/python3.9/site-packages/langkit/libmanage.py", line 333, in wrapper
self.set_context(parsed_args)
File "/Volumes/Miscellaneous3/aarch64/14.2.0-3/langkit/venv/lib/python3.9/site-packages/langkit/libmanage.py", line 779, in set_context
self.context = self.create_context(parsed_args)
File "/Volumes/Miscellaneous3/src/libadalang/manage.py", line 80, in create_context
ctx = CompileCtx(
File "/Volumes/Miscellaneous3/aarch64/14.2.0-3/langkit/venv/lib/python3.9/site-packages/langkit/compile_context.py", line 542, in __init__
from langkit.lkt_lowering import load_lkt
File "/Volumes/Miscellaneous3/aarch64/14.2.0-3/langkit/venv/lib/python3.9/site-packages/langkit/lkt_lowering.py", line 62, in <module>
import liblktlang as L
ModuleNotFoundError: No module named 'liblktlang'
I note that, in spite of building them, the langkit build didn't install the python or lkt dynamic libraries; is that the problem? I do see the installed langkit_support.relocatable/liblangkit_support.dylib.
The text was updated successfully, but these errors were encountered:
Libadalang now indeed requires a full Langkit build (it is written using the Lkt language instead of the obsolete Python DSL). See Langkit’s README for the missing bits:
Install the Libpythonlang and Liblktlang support libraries:
I have adasat, langkit and libadalang, all at v25.0.0, sources in parallel directories.
The libadalang build shares the langkit venv.
I build langkit with
and libadalang with
which fails with
I note that, in spite of building them, the langkit build didn't install the python or lkt dynamic libraries; is that the problem? I do see the installed langkit_support.relocatable/liblangkit_support.dylib.
The text was updated successfully, but these errors were encountered: