Code Monkey home page Code Monkey logo

Comments (6)

strank avatar strank commented on August 20, 2024

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::

rm cmake/FindQt4.cmake

from phonon source directory and then proceed with usual build instructions.

from homebrew-kde.

strank avatar strank commented on August 20, 2024

And indeed it works after a "brew edit kde-phonon", inserting the line::

system "rm cmake/FindQt4.cmake"

in the install instructions, before the cmake command.

from homebrew-kde.

karolpawlowski avatar karolpawlowski commented on August 20, 2024

Is there any commit that solves this problem?

@strank in which file you have added this line?

from homebrew-kde.

strank avatar strank commented on August 20, 2024

@carolus89 no commit, but you can do it on your local machine until @adymo or someone else with write access changes the repo::

brew edit kde-phonon

brings up the formula in an editor. Add the line I mentioned above before::

system "cmake #{std_cmake_parameters} ."

from homebrew-kde.

karolpawlowski avatar karolpawlowski commented on August 20, 2024

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
==> cmake -DCMAKE_INSTALL_PREFIX='/usr/local/Cellar/kde-phonon/4.7.1' -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev .
CMakeLists.txt:261 (macro_display_feature_log)

-- Configuring incomplete, errors occurred!
See also "/tmp/kde-phonon-ScjT/phonon-4.7.1/CMakeFiles/CMakeOutput.log".

READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
/usr/local/Library/Homebrew/exceptions.rb:182:in dump': undefined local variable or methodf' for #BuildError:0x007f9d23db44b8 (NameError)
from /usr/local/Library/brew.rb:158:in rescue in <main>' from /usr/local/Library/brew.rb:66:in

'

from homebrew-kde.

adymo avatar adymo commented on August 20, 2024

I don't see this problem now. Does it still happen for you?

from homebrew-kde.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.