-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install kde-phonon #29
Comments
Seems to be related to this problem with cmake 3.0.0:: http://comments.gmane.org/gmane.linux.lfs.beyond.devel/26602 The suggested solution there::
|
And indeed it works after a "brew edit kde-phonon", inserting the line::
in the install instructions, before the cmake command. |
Is there any commit that solves this problem? @strank in which file you have added this line? |
@carolus89 no commit, but you can do it on your local machine until @adymo or someone else with write access changes the repo::
brings up the formula in an editor. Add the line I mentioned above before::
|
Thanks a lot. My installation proceeded a little further but I have next error. Maybe someone of you had this before: ==> rm cmake/FindQt4.cmake -- Configuring incomplete, errors occurred! READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting |
I don't see this problem now. Does it still happen for you? |
I have tried absolutely everything i can possibly think of...but i cannot get the phonon dependency to install.
Hoping you can assist, this is the log i receive every time:
==> cmake -DCMAKE_INSTALL_PREFIX='/usr/local/Cellar/kde-phonon/4.7.1' -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWO
CMake Error: Qt4::moc target not found phononwidgets_automoc
CMake Error: Qt4::moc target not found phonon_automoc
CMake Error: Qt4::moc target not found phononexperimental_automoc
-- Generating done
-- Build files have been written to: /tmp/kde-phonon-ifcx/phonon-4.7.1
Thanks
The text was updated successfully, but these errors were encountered: