arclanguage/anarki

install fails due to missing dll

kennethrapp opened this issue · 3 comments

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.

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

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

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.

The windows install works now.