Hi i'm trying to build the client from source on OSX 10.9 and have followed
the steps from the documentation.
doing :
cmake -DCMAKE_BUILD_TYPE=Debug ../client -DCMAKE_INSTALL_PREFIX=../install
-DCMAKE_PREFIX_PATH=/usr/local/opt/qt5/
make
works fine, but when doing:
make install
the following error pops up on macdeployqt.py:
CopyFramework:
/usr/local/opt/qt5/lib/QtMacExtras.framework/Versions/5/QtMacExtras
FixFramework(framework)
File "/Users/klius/ownCloud/client/admin/osx/macdeployqt.py", line 181,
in FixFramework
abs_path = FindFramework(path)
File "/Users/klius/ownCloud/client/admin/osx/macdeployqt.py", line 151,
in FindFramework
raise CouldNotFindFrameworkError(path)
__main__.CouldNotFindFrameworkError:
@rpath/Sparkle.framework/Versions/A/Sparkle
The ownCloud.app generated on install lacks all the Qtframeworks but has
the Sparkle.framework
I've tried installing Sparkle.framework in /Library/Frameworks to no avail.
Any help would be much appreciated!
_______________________________________________
Devel mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/devel