Announcement

Collapse
No announcement yet.

cmake problems

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

    cmake problems

    I have been trying for some time now to install the Bespin theme on my 4.1 installation but keep running into the same problem.

    "CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
    -- Configuring done
    -e !!! CMAKE ERROR !!!
    In order to compile with KDE support you NEED cmake >= 2.4"

    So I apt-get cmake and it says that I alraedy have it at installed at the latest version.

    Anyone have any ideas what is wrong here?

    Thanks



    #2
    Re: cmake problems

    what about g++ and gcc?
    Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

    Comment


      #3
      Re: cmake problems

      How did you compile ??
      Do you have build-essential + cmake + libqt4-dev
      Checking cmake version:
      Code:
      cmake --version

      Here (with the Intrepid):
      Code:
      cmake --version
      cmake version 2.6-patch 0

      Bespin 0.1
      Theme/Style for KDE 4.0
      http://www.kde-look.org/content/show...?content=63928

      Download jumps to the http://cloudcity.sourceforge.net/download.php

      Downloading with the
      Code:
      svn co [url]https://cloudcity.svn.sourceforge.net/svnroot/cloudcity[/url]
      Checked out revision 310.
      cd to the /cloudcity
      Code:
       ./configure
      ============= Configuration done================

      Ok, now just "cd build" "make" and "sudo make install"...
      cd to the build and
      Code:
      make
      .. and then
      Code:
      sudo checkinstall
      Install the project...
      -- Install configuration: "Debugfull"
      -- Installing: /usr/lib/qt4/plugins/styles/libbespin.so
      -- Installing: /usr/local/share/apps/kstyle/themes/bespin.themerc
      -- Installing: /usr/local/bin/bespin
      -- Installing: /usr/local/lib/kde4/kstyle_bespin_config.so
      -- Installing: /usr/local/lib/kde4/kwin3_bespin.so
      -- Installing: /usr/local/share/apps/kwin/bespin.desktop
      -- Installing: /usr/local/lib/kde4/kwin_bespin_config.so
      -- Installing: /usr/local/lib/kde4/plasma_applet_xbar.so
      -- Installing: /usr/local/share/kde4/services/plasma-applet-xbar.desktop

      ============ Installation successful ===============

      Building Debian package...OK

      Installing Debian package...OK

      Erasing temporary files...OK

      Writing backup package...OK

      Deleting temp dir...OK


      ************************************************** *********

      Done. The new package has been installed and saved to...

      Note
      Bespin is in the Intrepid repositories.
      Before you edit, BACKUP !

      Why there are dead links ?
      1. Thread: Please explain how to access old kubuntu forum posts
      2. Thread: Lost Information

      Comment


        #4
        Re: cmake problems

        I have it working now. The problem was that I didn't have build-essential.
        Thanks a lot for the help. I would probably not have thought of that.

        Cheers
        J

        Comment

        Working...
        X