[Owncloud] ownCloud Client 1.1.0 beta3

Klaas Freitag freitag at owncloud.com
Tue Oct 9 19:14:24 UTC 2012


On 08.10.2012 14:35, Norman Rieß wrote:

Sorry Norman,

this oneeene slipped through...

> Same error.
>
> $ cmake -DCMAKE_BUILD_TYPE="Debug" -DCSYNC_BINARY_DIR=../buildocsync/
> ../mirall-- Could NOT find Csync (missing:  CSYNC_INCLUDE_PATH)
> CMake Error: The following variables are used in this project, but
> they are set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the
> CMake files:
> CSYNC_INCLUDE_PATH (ADVANCED)
>     used as include directory in directory /home/user/Downloads/mirall/src
>     used as include directory in directory /home/user/Downloads/mirall/src
>     used as include directory in directory /home/user/Downloads/mirall/src
>     used as include directory in directory /home/user/Downloads/mirall/src
>
You could try one of these:
- either set CSYNC_INCLUDE_PATH to the place where the includes are with 
the csync call, usually in the csync source dir, such as:
cmake -DCSYNC_INCLUDE_DIR=<path_to_csync_src/src>
or
- export CSYNC_DIR=/usr/include/ocsync
before the cmake call.

regards,
Klaas







More information about the Owncloud mailing list