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 from ftp://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
-~----------~----~----~----~------~----~------~--~---