-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dokan issue #194
Comments
Thanks for the observation. Try to simply add dokan2 to the search in configure.ac. If that works feel free to upload a pull request. |
So would I change the libdokan1 to libdokan2 or add a new line? |
The second option would be preferred for backwards compatibility. But please be aware that the dokan2 library has never been tested, at least not be me, so you're walking into unknown territory here. |
got it working by at least changing configure ac to dokan2 if add dokan2 would be better as you said for backwards compatability since i tried by copying dokan1.dll line underneath and updating it to dokan2 and it didnt compile maybe put it in wrong place? also followed these steps then make and it compiled. |
Not really sure what you mean. My point was to only add one extra lookup in the list like this
This would first check for the presence of dokanfuse2 and if that does not exist, look for dokanfuse1. In that way, for a system that has both (for some unknown reason), it would pickup the latest first. Is there something I have overlooked with this approach? |
I mean I tried the other way ound looking for dokan1 then dokan 2 but I wrote the dokan2 part wrong so it failed I'll add the changes on my end and test of it works |
Checking for dokan1 before dokan2 is a bit flawed and effectively breaks any wish to prioritize newer versions before old. |
tried your changes in configure ac heres the output /usr/bin/m4:configure.ac:308: ERROR: end of file in string heres the changed file incase I did something wrong |
You added one more condition, you need to terminate it properly as well by adding yet another ],) |
seems to hve built now |
Make a pull request and then we can merge it to master branch. |
Added pull request. |
I believe the build for dokany is out of date since its looking for dokan 1 and the current builds are dokan2.
running on the current version of cygwin and dokany 2.2.0
checking for fuse.h... yes
checking for fuse_new in -losxfuse_i64... no
checking for fuse_new in -losxfuse... no
checking for fuse_new in -lfuse_ino64... no
checking for fuse_new in -lfuse4x... no
checking for fuse_new in -lfuse... no
checking for fuse_new in -ldokanfuse1.dll... no
The text was updated successfully, but these errors were encountered: