-
Notifications
You must be signed in to change notification settings - Fork 286
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
encfs in cygwin? #66
Comments
Please try 1.8.1 ( https://github.com/vgough/encfs/releases/download/v1.8.1/encfs-1.8.1.tar.gz ).
That may allow you to get further. |
Thanks! I went farther but it's now complaining that I don't have FUSE. Seems like FUSE is just not available for Windows: ./configure
[...]
checking fuse.h usability... no
checking fuse.h presence... no
checking for fuse.h... no
checking for fuse.h library with -I/usr/include/fuse... no
checking for fuse.h library with -I/usr/local/include/fuse... no
checking for fuse.h library with -I/opt/include/fuse... no
checking for fuse.h library with -I/opt/local/include/fuse... no
checking for fuse.h library with -I/usr/include/osxfuse... no
checking for fuse.h library with -I/usr/local/include/osxfuse... no
checking for fuse.h library with -I/opt/local/include/osxfuse... no
checking for fuse_mount in -lfuse... no
checking for fuse library with -L/usr/lib... no
checking for fuse library with -L/usr/local/lib... no
checking for fuse library with -L/opt/lib... no
checking for fuse library with -L/opt/local/lib... no
checking for fuse_mount in -losxfuse... no
checking for osxfuse library with -L/usr/lib... no
checking for osxfuse library with -L/usr/local/lib... no
checking for osxfuse library with -L/opt/lib... no
checking for osxfuse library with -L/opt/local/lib... no
checking for fuse_new in -lfuse... no
configure: error: Unable to find libfuse. |
That FUSE is the "Free Unix Spectrum Emulator", it is not the FUSE I'm looking for which is "Filesystem in Userspace". |
Zurd wrote:
Sorry. https://github.com/freddy77/encfs4win has not seen any changes since March 2013. It uses a patched version Yes, all in all, it would take a lot of work to make encfs work |
Has anyone had a look at http://encfsmp.sourceforge.net/? Looks like a very young piece of software for using encfs under windows / mac. |
https://github.com/dokan-dev/dokany is a fork of Dokan 0.6 that has seen a lot of activity, including bugfixes and a FUSE-compatible wrapper. There is a Windows-version of encfs that uses it, as well as several other projects (including an sshfs-project). Perhaps it could be leveraged for a cygwin encfs (as well as sshfs!) |
EncFS 1.9.5 is Cygwin ready (#499) 👍 |
Hi, anyone has succesfully installed encfs on cygwin on Windows? Is it possible at all?
I know there's a version for Windows, running 1.7.4 which is also what my Linux Mint installed. But it says experimental on the webpage, anyone knows if it's reliable?
http://members.ferrara.linux.it/freddy77/encfs.html
Note that there's no version available here:
https://github.com/vgough/encfs/blob/master/ChangeLog
So I don't know what is the latest version on github for encfs
And sourceforge list 1.2.0-2 as the latest:
https://sourceforge.net/projects/encfs
Looks like encfs on sourceforge is dead which is why it's on github anyway.
For the problem in cygwin, it's crashing at autoreconf -if, there's quite a few package I couldn't install as they are not provided in cygwin, like build-essential, libfuse-dev, libssl-dev, librlog-dev, libbost-serialization-dev which is why I'm also asking if it could be even possible to install encfs in cygwin.
Here's where I'm at right now:
Copying file ABOUT-NLS
Creating directory build-aux
Copying file build-aux/config.rpath
Copying file m4/codeset.m4
Copying file m4/fcntl-o.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/threadlib.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:17: error: possibly undefined macro: PKG_CHECK_MODULES
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf-2.69: /usr/bin/autoconf-2.69 failed with exit status: 1
The text was updated successfully, but these errors were encountered: