videolang / video

Source Code for Video language.
https://lang.video
Apache License 2.0
137 stars 14 forks source link

Installing on windows fails #21

Closed BenChung closed 7 years ago

BenChung commented 7 years ago

Using Racket 6.10.0.1--2017-07-15(83540d1ae6/a) on Windows 10 x64 with the latest Github version of video, installation of video fails with the following error:

ffi-lib: couldn't open "avutil-55.dll" (The specified module could not be found.; win_err=126)
  context...:
   C:\Users\Ben Chung\AppData\Roaming\Racket\snapshot\pkgs\video\video\private\ffmpeg.rkt: [running body]
   C:\Users\Ben Chung\AppData\Roaming\Racket\snapshot\pkgs\video\video\private\init.rkt: [traversing imports]
   C:\Program Files\Racket-6.10.0.1\collects\compiler\cm.rkt:363:0: compile-zo*
   C:\Program Files\Racket-6.10.0.1\collects\compiler\cm.rkt:572:26
   C:\Program Files\Racket-6.10.0.1\collects\compiler\cm.rkt:564:42
   C:\Program Files\Racket-6.10.0.1\collects\compiler\cm.rkt:635:0: compile-root
   C:\Program Files\Racket-6.10.0.1\collects\compiler\cm.rkt:782:4: compilation-manager-load-handler
   standard-module-name-resolver

This is repeated many times in the output of raco pkg install.

LeifAndersen commented 7 years ago

It seems like this issue has been resolved. (Based on conversations outside of this issue.) If this is not the case feel free to reopen. :)