Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added libxtst to devcontainer setup (to support BufferedImage) #98

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

daslu
Copy link
Member

@daslu daslu commented Dec 24, 2024

Adding libxtst, that seems to be needed for tech.v3.libs.buffered-image to work.

Without it, we get the following under the devcontainer:

Clojure 1.12.0
user=> (require 'tech.v3.libs.buffered-image)
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Execution error (UnsatisfiedLinkError) at jdk.internal.loader.NativeLibraries/load (NativeLibraries.java:-2).
/usr/lib/jvm/msopenjdk-current/lib/libawt_xawt.so: libXtst.so.6: cannot open shared object file: No such file or directory

Zulip: https://clojurians.zulipchat.com/#narrow/channel/321125-noj-dev/topic/tech.2Ev3.2Elibs.2Ebuffered-image.20problem

@daslu daslu requested a review from behrica December 24, 2024 13:17
@behrica
Copy link
Member

behrica commented Dec 24, 2024 via email

@behrica
Copy link
Member

behrica commented Dec 24, 2024

Looks good. If build passes now,it's done

@behrica behrica merged commit 2569112 into main Dec 24, 2024
6 checks passed
@daslu
Copy link
Member Author

daslu commented Dec 24, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants