arclanguage / anarki

Community-managed fork of the Arc dialect of Lisp; for commit privileges submit a pull request.
http://arclanguage.github.io
Other
1.17k stars 160 forks source link

install fails due to missing dll #143

Closed kennethrapp closed 5 years ago

kennethrapp commented 5 years ago

Tried a fresh install of Anarki on Windows following the instructions in the readme, and running the arc shell fails with the following error:

ffi-lib: couldn't open "libuuid-1.dll" (The specified module could not be found.; errid=126)

Installing the libuuid package through raco also fails with the same error.

shawwn commented 5 years ago

I was afraid of that. If you open ac.rkt and comment out the lines related to "uuid", does anarki load successfully?

shawwn commented 5 years ago

@kennethrapp Ok, I've pushed a fix via 37645b484d486184b967bc0bb5fcd9f5554074e8

Are you able to run anarki on windows? I'd like to improve the cross-platform support sometime. If you run into other problems let me know.

kennethrapp commented 5 years ago

The windows install works now.