Im not sure what went wrong with the patch, but it works fine on my
end. EncFS.plugin contains pre-compiled versions of encfs and encftctl
in the Resources folder inside the bundle. Also included are the
dylibs it relies on, all compiled as universal binaries. You can copy
them to /usr/loca (bin and lib respectively) and they should run fine,
The only change you will notice in those is that ive overridden the
creation of new encrypted storages with reasonable hardcoded defaults.
It will print the settings its using to the console during creation.
On May 27, 3:07 am, kurt jasper <[EMAIL PROTECTED]> wrote:
> It took a while to understand what I had to do with the above
> information, since I'm not a programmer :-)
>
> I changed the file encfs/encfsctl.cpp:
>
> OLD - Line 540:
> cerr << autosprintf(
> ngettext("Found %i invalid file.", "Found %i invalid files.",
> filesFound), filesFound) << "\n";
>
> NEW - Line 540:
> cerr << autosprintf("Found %i invalid file.", filesFound) << "\n";
>
> When I try to built the encfs-package now with 'make' I got the
> following error-message:
>
> Making all in encfs
> if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
> -I. -I.. -I../intl -DHAVE_SSL -D__FreeBSD__=10 -I/usr/local/include
> -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=25 -D__STDC_FORMAT_MACROS -
> DRLOG_COMPONENT="encfs" -I/sw/include -W -Wall -Wshadow -Wpointer-
> arith -Wwrite-strings -g -O2 -MT FileUtils.lo -MD -MP -MF ".deps/
> FileUtils.Tpo" -c -o FileUtils.lo FileUtils.cpp; \
> then mv -f ".deps/FileUtils.Tpo" ".deps/FileUtils.Plo"; else rm -f
> ".deps/FileUtils.Tpo"; exit 1; fi
> g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DHAVE_SSL -
> D__FreeBSD__=10 -I/usr/local/include -D_FILE_OFFSET_BITS=64 -
> DFUSE_USE_VERSION=25 -D__STDC_FORMAT_MACROS -DRLOG_COMPONENT=encfs -I/
> sw/include -W -Wall -Wshadow -Wpointer-arith -Wwrite-strings -g -O2 -
> MT FileUtils.lo -MD -MP -MF .deps/FileUtils.Tpo -c FileUtils.cpp -fno-
> common -DPIC -o .libs/FileUtils.o
> FileUtils.cpp: In function 'RootPtr createV5Config(const std::string&,
> bool, bool, const std::string&, bool)':
> FileUtils.cpp:917: error: expected `;' before 'VERSION'
> make[2]: *** [FileUtils.lo] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
> So I downloaded the gettext fromftp://ftp.cs.tu-berlin.de/pub/gnu/gettext/
> and compiled it. I went back to original encfs/encfsctl.cpp file and
> tried to run 'make' for encfs again:
>
> I get the following error message:
>
> g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DHAVE_SSL -
> D__FreeBSD__=10 -I/usr/local/include -D_FILE_OFFSET_BITS=64 -
> DFUSE_USE_VERSION=25 -D__STDC_FORMAT_MACROS -DRLOG_COMPONENT=encfs -I/
> sw/include -W -Wall -Wshadow -Wpointer-arith -Wwrite-strings -g -O2 -
> MT FileUtils.lo -MD -MP -MF .deps/FileUtils.Tpo -c FileUtils.cpp -fno-
> common -DPIC -o .libs/FileUtils.o
> FileUtils.cpp: In function 'RootPtr createV5Config(const std::string&,
> bool, bool, const std::string&, bool)':
> FileUtils.cpp:917: error: expected `;' before 'VERSION'
> make[2]: *** [FileUtils.lo] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
> Seems like the same error message before - ahhrk.
>
> Question: Is there anybody out there who has successfully setup encfs
> for Mac OS X - just to have the feeling that it might be possible to
> setup encfs at all :-)
>
> regards
>
> - Kurt
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"macfuse-devel" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/macfuse-devel?hl=en
-~----------~----~----~----~------~----~------~--~---