This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-04
Channels
- # announcements (1)
- # babashka (1)
- # beginners (84)
- # biff (22)
- # calva (9)
- # cider (8)
- # clerk (5)
- # clj-kondo (10)
- # clojure (105)
- # clojure-europe (13)
- # clojure-nl (1)
- # clojure-norway (44)
- # clojure-spec (4)
- # clojure-uk (6)
- # clojuredesign-podcast (36)
- # cursive (13)
- # datomic (24)
- # dev-tooling (8)
- # emacs (8)
- # hyperfiddle (4)
- # jobs (1)
- # leiningen (2)
- # london-clojurians (1)
- # lsp (5)
- # malli (6)
- # membrane (11)
- # nyc (1)
- # off-topic (14)
- # other-languages (8)
- # pathom (25)
- # pedestal (2)
- # re-frame (4)
- # releases (1)
- # remote-jobs (1)
- # shadow-cljs (98)
- # sql (5)
- # squint (1)
- # tools-deps (38)
- # vim (8)
- # xtdb (11)
👋 Hello, team! I want to try membrane. And what I get:
ru@ru-Stream-13:~/clojure/membrane-master$ clj -M:skialib -m membrane.example.todo Execution error (AssertionError) at membrane.skia/run-sync (skia.clj:2273). Assert failed: Could not run because membraneskia could not be loaded. membraneskialib Full report at: /tmp/clojure-9184885679522927775.edn ru@ru-Stream-13:~/clojure/membrane-master$
Hi @U06CUH4D2BT, what OS are you running on?
Oh, I just noticed that the :skialib
alias doesn't include the dependency for x86-64 linux. I just added it and pushed if you want to try again with the latest.
After pull:
ru@ru-Stream-13:~/clojure/membrane$ clj -M:skialib -m membrane.example.todo Downloading: com/phronemophobic/membrane/skialib-linux-x86-64/maven-metadata.xml from clojars Downloading: com/phronemophobic/membrane/skialib-linux-x86-64/0.14-beta/skialib-linux-x86-64-0.14-beta.pom from clojars Downloading: com/phronemophobic/glfw-linux-x86-64/3.3.8/glfw-linux-x86-64-3.3.8.pom from clojars Downloading: com/phronemophobic/glfw-linux-x86-64/3.3.8/glfw-linux-x86-64-3.3.8.jar from clojars Downloading: com/phronemophobic/membrane/skialib-linux-x86-64/0.14-beta/skialib-linux-x86-64-0.14-beta.jar from clojars Syntax error (ClassNotFoundException) compiling at (membrane/skia.clj:1:1). com.phronemophobic.membrane.Skia Full report at: /tmp/clojure-4454960064796550584.edn
This will compile the java classes.
The compiled java classes are included when membrane is used as a library, but need to be compiled when developing inside the membrane repo.
Tanks for any help.