Try to add in project.clj: :jvm-opts ["-Djava.library.path=native/linux"])
where it will point to folder with OS specific libraries. Regards, Sanel On Monday, July 9, 2012 4:26:05 AM UTC+2, Karl Smeltzer wrote: > > Is anybody willing and able to walk me through getting a simple project > compiling which correctly manages all the dependencies required by LWJGL > [1]? It seems that Leiningen's handling of native dependencies has changed > over time and so much of the already scant information on the web is no > longer correct or functioning. I'm using the latest prerelease of Leiningen > 2.0 as recommended on the download page. > > Things I've already done: > 1. Sticking [org.lwjgl.lwjgl/lwjgl "2.8.4"] in my project.clj which causes > this files to be downloaded as expected. > 2. Created a directory named "native" in the project root and copied the > native library files (*.so, *.dll, etc.) into it. > 3. Added :native-path "native" to my project.clj, although I'm not sure > this is correct or working the way I expect > > This allows me to import the parts of the library that don't link against > the native libraries, but not those that do. Help please! > > [1] http://www.lwjgl.org/ > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en