[nim-dev] nimble Cannot build jsbind on my Windows system

  • From: Cleverson <clever97@xxxxxxxxx>
  • To: nim-dev@xxxxxxxxxxxxx
  • Date: Sun, 23 Oct 2016 20:54:24 +0000

I can't find jsbind's developer's contact information, so I'm writing here in 
case he is watching this forum. I'm trying to nimble install sound, and it 
appears to depend on jsbind, which can't build. Here is the complete output 
from my Windows command prompt:

E:\programas\nimExercs>nimble install jsbind
Searching in "official" package list...
Downloading https://github.com/yglukhov/jsbind into C:\Users\Clever\AppData\Loca
l\Temp\nimble_3612\githubcom_yglukhovjsbind using git...
Cloning into 'C:\Users\Clever\AppData\Local\Temp\nimble_3612\githubcom_yglukhovj
sbind'...
remote: Counting objects: 10, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 10 (delta 0), reused 6 (delta 0), pack-reused 0
Unpacking objects: 100% (10/10), done.
Installing jsbind-0.1
Building jsbind/jsbind/emcc_wrapper_win32.exe using c backend...
Traceback (most recent call last)
nimble.nim(1004)         nimble
nimble.nim(936)          doAction
nimble.nim(580)          install
nimble.nim(402)          installFromDir
nimble.nim(323)          buildFromDir
Error: unhandled exception: Build failed for package: jsbind [BuildFailed]


Other related posts:

  • » [nim-dev] nimble Cannot build jsbind on my Windows system - Cleverson