mafintosh/fuse-bindings

Cannot include fuse.h

KromDaniel opened this issue · 1 comments

Hey, I'm using windows and trying to install fuse-bindings

I followed all the instructions, and did install Dokany myself

image

I also tried to set environment variables:
DOKAN_INSTALL_DIR = C:\Program Files\Dokan\DokanLibrary

DOKAN_FUSE_INCLUDE = C:\Program Files\Dokan\DokanLibrary\include

and still getting the error (npm install):

..\fuse-bindings.cc(12): fatal error C1083: Cannot open include file: 'fuse.h': No such file or directory [C:\project\node_modules\fuse-bindings\build\fuse_bindings.vcxproj]

I tried to research as much as I can but I couldn't solve this
Any idea?
Thanks!

It seems that I needed to download Dokan_x64.msi and not DokanSetup.exe