Getting closer and closer. Here's what I run now to build the dependencies:
brew tap owncloud/owncloud brew install $(brew deps ocsync) brew install $(brew deps mirall) brew install iniparser pkgconfig cmocka doxygen libssh argp-standalone brew link neon --force brew link readline --force brew link sqlite --force brew install --HEAD qtkeychain (libssh and argp-standalone aren't really needed). This is leaving me with 6 errors: ocsync-build: -- latex command LATEX_COMPILER not found but usually required. You will probably get warnings and user inetraction on doxy run. -- makeindex command MAKEINDEX_COMPILER not found but usually required. -- dvips command DVIPS_CONVERTER not found but usually required. mirall-build: -- Could NOT find INOTIFY (missing: INOTIFY_INCLUDE_DIR) -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) -- Could NOT find PdfLatex (missing: PDFLATEX_EXECUTABLE) The first 3 and the last one can be solved by installing texlive-latex via macports like so: sudo port install neon texlive-latex So the INOTIFY- and SPHINX-errors stay. I'm not sure if the latex-thingie is necessary. Can someone confirm that? And what about the INOTIFY- and SPHINX-errors? -- View this message in context: http://owncloud.10557.n7.nabble.com/help-needed-to-build-Mac-client-tp9221p9370.html Sent from the ownCloud mailing list archive at Nabble.com. _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
