Announcement

Collapse
No announcement yet.

What package is missing? (previously posted in wrong section)

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    What package is missing? (previously posted in wrong section)

    I'm try to install KDVDCreator as per instructions, and when I do cmake . && make && make install I get the following error.

    CMake Error: ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/mikimike/.kde4/share/apps;/usr/lib/kde4/share/kde4/apps

    Anyone know what package I need to install to get this working?

    #2
    Re: What package is missing? (previously posted in wrong section)

    Is "cmake" actually installed ?

    if you type, this at the CLI prompt:

    whereis cmake
    do you get a result ?

    if not, you'll have to install it first

    if so.....compare the location of "cmake" with the path, found in your $PATH environment variable.
    You can check your $PATH env. variable by typing, this at the CLI prompt:

    echo $PATH
    if the "cmake" path is not in you $PATH env. variable, you'll have to add it, since the $PATH env. variable shows you where your computer looks for executable files.

    Kinda like the PATH env. variable in windblows

    If that doesn't help you out.....then I'm sorry , but I'm out of options....since I don't know that much about Kubuntu myself
    Acer Aspire 5100<br />Kubuntu Hardy 8.04

    Comment


      #3
      Re: What package is missing? (previously posted in wrong section)

      You might want to check this site out:

      look at the bottom of the page....any maybe, you can get in touch with the author.
      Acer Aspire 5100<br />Kubuntu Hardy 8.04

      Comment


        #4
        Re: What package is missing? (previously posted in wrong section)

        Thanks for the help. It was the path problem. After I corrected the path it worked.

        Comment


          #5
          Re: What package is missing? (previously posted in wrong section)

          Glad the community could help you out

          Please, mark this topic as "SOLVED" by typing in SOLVED in your title.
          That way, people will know the problem is solved and it might be usefull to help others.
          Acer Aspire 5100<br />Kubuntu Hardy 8.04

          Comment

          Working...
          X