Giter Site home page Giter Site logo

Comments (12)

iMojito avatar iMojito commented on September 17, 2024

Stuck at compile time. Installed 2.7.0 package from osxfuse website

libtool: link: clang++ -DRLOG_COMPONENT=encfs -I/usr/local/include -D__FreeBSD__=10 -DLOCALEDIR="/usr/local/Cellar/encfs/1.7.4p4/share/locale" -W -Wall -Wpointer-arith -Wwrite-strings -g -O2 -D_THREAD_SAFE -o .libs/encfs encfs.o main.o -Wl,-framework -Wl,CoreFoundation -Wl,-bind_at_load -L/usr/local/Cellar/gettext/0.18.3.2/lib -L/opt/local/lib ./.libs/libencfs.dylib -lrlog -lssl /usr/local/lib/libosxfuse_i64.dylib -liconv -L/usr/local/lib -lboost_serialization-mt -lboost_filesystem-mt -lboost_system-mt -lintl -pthread
libtool: link: clang++ -DRLOG_COMPONENT=encfs -I/usr/local/include -D__FreeBSD__=10 -DLOCALEDIR="/usr/local/Cellar/encfs/1.7.4p4/share/locale" -W -Wall -Wpointer-arith -Wwrite-strings -g -O2 -D_THREAD_SAFE -o .libs/test test.o -Wl,-framework -Wl,CoreFoundation -Wl,-bind_at_load -L/usr/local/Cellar/gettext/0.18.3.2/lib -L/opt/local/lib ./.libs/libencfs.dylib -lrlog -lssl /usr/local/lib/libosxfuse_i64.dylib -liconv -L/usr/local/lib -lboost_serialization-mt -lboost_filesystem-mt -lboost_system-mt -lintl -pthread
libtool: link: clang++ -DRLOG_COMPONENT=encfs -I/usr/local/include -D__FreeBSD__=10 -DLOCALEDIR="/usr/local/Cellar/encfs/1.7.4p4/share/locale" -W -Wall -Wpointer-arith -Wwrite-strings -g -O2 -D_THREAD_SAFE -o .libs/makeKey makeKey.o -Wl,-framework -Wl,CoreFoundation -Wl,-bind_at_load -L/usr/local/Cellar/gettext/0.18.3.2/lib -L/opt/local/lib ./.libs/libencfs.dylib -lrlog -lssl /usr/local/lib/libosxfuse_i64.dylib -liconv -L/usr/local/lib -lboost_serialization-mt -lboost_filesystem-mt -lboost_system-mt -lintl -pthread
Undefined symbols for architecture x86_64:
"_ENGINE_load_builtin_engines", referenced from:
_main in test.o
"_ENGINE_register_all_RAND", referenced from:
_main in test.o
"_ENGINE_register_all_ciphers", referenced from:
_main in test.o
"_ENGINE_register_all_digests", referenced from:
_main in test.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [test] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Error: Homebrew doesn't know what compiler versions ship with your version
of Xcode (6.0). Please brew update and if that doesn't help, file
an issue with the output of brew --config:
https://github.com/Homebrew/homebrew/issues

Note that we only track stable, released versions of Xcode.

Thanks!
==> Formula
Tap: path or URL
Path: /Users/User/encfs.rb
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: 02a37d53873d209fd3b7b3244949c6524beb4cdf
CPU: quad-core 64-bit ivybridge
OS X: 10.10-x86_64
Xcode: 6.0 => /Applications/Xcode6-Beta.app/Contents/Developer
Error: Homebrew doesn't know what compiler versions ship with your version
of Xcode (6.0). Please brew update and if that doesn't help, file
an issue with the output of brew --config:
https://github.com/Homebrew/homebrew/issues

Note that we only track stable, released versions of Xcode.

Thanks!
Clang: 6.0 build 600
X11: N/A
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
CPPFLAGS: -I/usr/local/include/osxfuse -I/usr/local/Cellar/gettext/0.18.3.2/include
LDFLAGS: -L/usr/local/Cellar/gettext/0.18.3.2/lib
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2:/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/apache2:/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig
HOMEBREW_SDKROOT: /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin

from encfs.macosx.

cerisier avatar cerisier commented on September 17, 2024

+1 !

from encfs.macosx.

SnoreCopter avatar SnoreCopter commented on September 17, 2024

.
+1

from encfs.macosx.

Sofoca avatar Sofoca commented on September 17, 2024

Just stumbled upon this method which still works under Yosemite:
http://seeseekey.net/blog/9455

Anyway +1!

from encfs.macosx.

iMojito avatar iMojito commented on September 17, 2024

Should work with latest OSXFuse http://imojito.com/encfs-mac-osx-10-10-yosemite.html

from encfs.macosx.

lindenle avatar lindenle commented on September 17, 2024

πŸ‘

from encfs.macosx.

x2q avatar x2q commented on September 17, 2024

+1

from encfs.macosx.

mouse07410 avatar mouse07410 commented on September 17, 2024

On Aug 19, 2014, at 15:09 , iMojito <[email protected]mailto:[email protected]> wrote:

Compiled binaries from Mavericks work on Yosemite with latest osxfuse

That is great.

But does encfs compile & build yet under Yosemite with Xcode-6.1?

Uri Blumenthal
[email protected]:[email protected]

from encfs.macosx.

cka3o4h1k avatar cka3o4h1k commented on September 17, 2024

http://encfsmp.sourceforge.net/docs_osx.html

from encfs.macosx.

mouse07410 avatar mouse07410 commented on September 17, 2024

On Jun 28, 2015, at 20:12 , cka3o4h1k <[email protected]mailto:[email protected]> wrote:

http://encfsmp.sourceforge.net/docs_osx.html

Thank you!

However

  • I don’t really need a GUI to encfs (and all the memory/disk cost that this GUI requires), being perfectly capable to use encfs in CLI environment;
  • EncFSMP seems to still rely upon a functional encfs - and it’s getting encfs to compile & run that I am asking about;
  • EncFSMP appears to be using encfs-1.7.4, while most everybody else is on encfs-1.7.5;
  • I’m not crazy about installing wxWidgets on my system;
  • WTF is Pismo File Mount, and why do I need it? encfs has been working perfectly without it. I think that blog and boost dependencies are more than enough already.

Thankfully, Macportshttps://www.macports.org/install.php appears to provide a working encfs-1.7.5https://trac.macports.org/browser/trunk/dports/fuse/encfs/Portfile version for Yosemite, so at least my itch has been scratched.

Uri Blumenthal
[email protected]:[email protected]

from encfs.macosx.

andreagrandi avatar andreagrandi commented on September 17, 2024

Please do NOT install ANYTHING coming from Sourceforge!!!
Please read this http://arstechnica.com/information-technology/2015/05/sourceforge-grabs-gimp-for-windows-account-wraps-installer-in-bundle-pushing-adware/

from encfs.macosx.

cka3o4h1k avatar cka3o4h1k commented on September 17, 2024

Uri Blumenthal,

Every OSX update i stuck with problems to install Encfs, i'm not skilled with compilation from source and dependencies, user level

EncFSMP is simple way to use Encfs, just download and copy to Applications. CLI supported, portable, and windows support. Of course, in standalone install and every day use better to instal newest naked version of Encfs

from encfs.macosx.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.