Hello,
-DCSYNC_INCLUDE_PATH=/usr/include/ocsync was indeed the answer. Thanks. Regards, Norman Am 09.10.2012 21:14, schrieb Klaas Freitag: > 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 > > > > > _______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
