maidsafe-archive / MaidSafe

This is the super-project in which each MaidSafe library resides. Some information is common to all libraries, and is detailed here. Library-specific information can be found in each library's wiki.
Other
583 stars 101 forks source link

CMake Error at cmake_modules/maidsafe_find_fuse.cmake #200

Closed change2hao closed 9 years ago

change2hao commented 9 years ago

I follow the Build Instructions for OS X tutorial and when i run:

cmake -H/Users/tianliwei/Documents/GitRepo/MaidSafe -Bbuild_maidsafe -G"Xcode"

after a long time data downloading and the console show Errors:

================================================================================
Configuring MaidSafe Drive project on 'HEAD' at commit 'f97e8d6'
----------------------------------------------------------------
CMake Error at cmake_modules/maidsafe_find_fuse.cmake:48 (message):

  Could not find include directory for OSXFUSE.  Run

  cmake .  -DADD_FUSE_INCLUDE_DIR=<Path to osxfuse include directory>
Call Stack (most recent call first):
  src/drive/CMakeLists.txt:55 (include)

-- Configuring incomplete, errors occurred!
See also "/Users/tianliwei/Documents/GitRepo/MaidSafe/build_maidsafe/CMakeFiles/CMakeOutput.log".
See also "/Users/tianliwei/Documents/GitRepo/MaidSafe/build_maidsafe/CMakeFiles/CMakeError.log".
Fraser999 commented 9 years ago

Did you install FUSE for OS X?

change2hao commented 9 years ago

@Fraser999 I forgot to install FUSE, now it's OK,thanks ^.^!