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
Context: Linux Mint ver. 21.3 here, Odin ver 2024-09, pkg.odin-lang updated today from github.
Issue: I just updated my local copy since a couple of months: the source does not compile any longer:
odin build . -out:odin-doc
/usr/bin/ld: cannot find -lcmark: No such file or directory
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Notes: I assume I have to install either the cmark package (or the libcmark-dev developing package, but it seems unlikely), which is not a big issue in itself, but I would expect either:
this dependency is detailed in the top-level README.md (no detail whatsoever on dependencies)
OR
the library is provided with the language compiler as for other dependencies.
Thanks.
The text was updated successfully, but these errors were encountered:
Context: Linux Mint ver. 21.3 here, Odin ver 2024-09, pkg.odin-lang updated today from github.
Issue: I just updated my local copy since a couple of months: the source does not compile any longer:
Notes: I assume I have to install either the
cmark
package (or thelibcmark-dev
developing package, but it seems unlikely), which is not a big issue in itself, but I would expect either:README.md
(no detail whatsoever on dependencies)OR
Thanks.
The text was updated successfully, but these errors were encountered: