3.Why not use MSYS2 to build Dokan Fuse?
--
You received this message because you are subscribed to the Google Groups "Dokan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dokan+un...@googlegroups.com.
To post to this group, send email to do...@googlegroups.com.
Visit this group at https://groups.google.com/group/dokan.
For more options, visit https://groups.google.com/d/optout.
#include<fuse/fuse.h>
int main (void)
{
struct stat st;
st.st_blksize=0;
return 0;
}
Hi,
Normally you should find the dll in the github pre-release already.
Otherwise there is the appveyor script that show you the command line to build with msys.
(if I remember there is also in the dokan fuse wiki some informations )
Best regards,
LD_PRELOAD=/home/useeb/dokany/'Dokan Library-1.0.0' should do the trick if libdokanfuse1.dll is present in the folder.
Also do not forget to have dokan1.dll in the current folder (it is opened by dlopen)
Only DokanLibraryLibx86EnvPath and DokanLibraryLibx64EnvPath exist, where have you find DokanLibraryLibEnvPath ?
Best regards,
LD_PRELOAD_PATH=/home/useeb/dokany/'Dokan Library-1.0.0'LD_PRELOAD=/home/useeb/dokany/'Dokan Library-1.0.0'/libdokanfuse1.dll
so I added one more command
exportLD_PRELOAD
libdokanfuse1.dll has been build with last gcc from msys2 packages