Created
May 16, 2019 19:54
-
-
Save jorbs/fd108bc87af0c1a3cc98b80d9d029bc5 to your computer and use it in GitHub Desktop.
nextcloud Mac build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
joaoroberto:build/ (master) $ cmake .. -DCMAKE_INSTALL_PREFIX=~/nextcloud-desktop-client -DCMAKE_BUILD_TYPE=Debug -DNO_SHIBBOLETH=1 -DOPENSSL_INCLUDE_DIR=/usr/local/Cellar/[email protected]/1.1.1b/include -DQt5_DIR=/usr/local/Cellar/qt/5.12.3/lib/cmake/Qt5 -DQt5LinguistTools_DIR=/usr/local/Cellar/qt/5.12.3/lib/cmake/Qt5LinguistTools | |
-- Build of crashreporter disabled. | |
-- GIT_SHA1 e1eeaadaff27b1e98e7f0a8e7edd461c67d1b7e8 | |
Compiling without shibboleth | |
-- Could NOT find Sparkle (missing: SPARKLE_INCLUDE_DIR SPARKLE_LIBRARY) | |
-- Could NOT find INOTIFY (missing: INOTIFY_INCLUDE_DIR INOTIFY_LIBRARY_DIR) | |
-- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) | |
-- Could NOT find PdfLatex (missing: PDFLATEX_EXECUTABLE) | |
================> LIBCLOUDPROVIDERS_LIBRARY-NOTFOUND | |
-- Could NOT find LIBCLOUDPROVIDERS (missing: LIBCLOUDPROVIDERS_INCLUDE_DIR LIBCLOUDPROVIDERS_LIBRARY) | |
-- Using own sqlite3 from /Users/joaoroberto/Developer/jorbs/desktop/src/3rdparty/sqlite3 | |
-- Using own sqlite3 from /Users/joaoroberto/Developer/jorbs/desktop/src/3rdparty/sqlite3 | |
-- OWNCLOUD_SIDEBAR_ICONS: Nextcloud: /Users/joaoroberto/Developer/jorbs/desktop/theme/colored/16-Nextcloud-sidebar.png;/Users/joaoroberto/Developer/jorbs/desktop/theme/colored/18-Nextcloud-sidebar.png;/Users/joaoroberto/Developer/jorbs/desktop/theme/colored/32-Nextcloud-sidebar.png;/Users/joaoroberto/Developer/jorbs/desktop/theme/colored/36-Nextcloud-sidebar.png;/Users/joaoroberto/Developer/jorbs/desktop/theme/colored/64-Nextcloud-sidebar.png | |
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) | |
-- Configuring done | |
CMake Error at src/gui/CMakeLists.txt:280 (add_executable): | |
No SOURCES given to target: nextcloud | |
-- Build files have been written to: /Users/joaoroberto/Developer/jorbs/desktop/build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment