Announcement

Collapse
No announcement yet.

trying to install style

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

    #16
    Re: trying to install style

    In what package is /usr/lib/kde4/include/kdecoration.h; maybe I should try to reinstall that.
    kdebase-workspace-dev
    4.0.2-0ubuntu5
    Attached Files

    Comment


      #17
      Re: trying to install style

      Nice I got qtcurve with window decoration installed after installing kdebase-workspace-dev.
      Code:
      mkdir build
      cd build
      cmake ..
      make
      sudo make install
      Sadly skulpture and float still give errors.
      I'm following their instruction maybe I'm doing something wrong.
      for skulpture:
      Code:
      sudo sh install.sh
      and float:
      Code:
      qmake
      make

      Comment


        #18
        Re: trying to install style

        That file that gives you the error, q3scrollview.h is on libqt4-dev.


        Edited: I don't know about float, I haven't installed that style but at the bottom of that code says that the Qt4 library path couldn't be found

        Comment


          #19
          Re: trying to install style

          Originally posted by dax918
          That file that gives you the error, q3scrollview.h is on libqt4-dev.
          the libqt4-dev package is installed though.
          Code:
          ~$ locate q3scrollview.h
          /usr/include/qt4/Qt/q3scrollview.h
          /usr/include/qt4/Qt3Support/q3scrollview.h
          and the error one more time:
          Code:
          sudo sh install.sh
          install.sh: 3: kde4-config: not found
          -- Check for working C compiler: /usr/bin/gcc
          -- Check for working C compiler: /usr/bin/gcc -- works
          -- Check size of void*
          -- Check size of void* - done
          -- Check for working CXX compiler: /usr/bin/c++
          -- Check for working CXX compiler: /usr/bin/c++ -- works
          -- WARNING: *** KDE4 not found, building a Qt-only version of Skulpture ***
          -- Looking for Q_WS_X11
          -- Looking for Q_WS_X11 - found
          -- Looking for Q_WS_MAC
          -- Looking for Q_WS_MAC - not found.
          -- Looking for Q_WS_WIN
          -- Looking for Q_WS_WIN - not found.
          -- Found Qt-Version 4.3.4
          -- Configuring done
          -- Generating done
          -- Build files have been written to: /home/klerfayt4/skulpture
          [ 33%] Generating skulpture_p.moc
          [ 66%] Generating skulpture.moc
          Scanning dependencies of target skulpture
          [100%] Building CXX object src/CMakeFiles/skulpture.dir/skulpture.o
          /home/klerfayt4/skulpture/src/skulpture.cpp:4244:26: error: q3scrollview.h: No such file or directory
          make[2]: *** [src/CMakeFiles/skulpture.dir/skulpture.o] Error 1
          make[1]: *** [src/CMakeFiles/skulpture.dir/all] Error 2
          make: *** [all] Error 2

          Comment


            #20
            Re: trying to install style

            the libqt4-dev package is installed though.
            Try $ locate q3scrollview to see if its there. Is libqt4-qt3support also installed?

            Comment


              #21
              Re: trying to install style

              Originally posted by dax918
              the libqt4-dev package is installed though.
              Try $ locate q3scrollview to see if its there. Is libqt4-qt3support also installed?
              libqt4-qt3support is installed
              Code:
              locate q3scrollview
              /usr/include/qt4/Qt/q3scrollview.h
              /usr/include/qt4/Qt3Support/q3scrollview.h

              Comment


                #22
                Re: trying to install style

                I solved the kde4 not found error by editing the install.sh file: cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4

                I can't think of anything right now regarding the qt devs, these are the relevant ones I got installed

                libqt3-headers
                libqt3-mt
                libqt3-mt-dev
                libqt4-core
                libqt4-dev
                libqt4-gui
                libqt4-qt3support
                qt3-apps-dev
                qt3-dev-tools
                qt4-dev-tools


                Comment


                  #23
                  Re: trying to install style

                  Originally posted by dax918
                  I solved the kde4 not found error by editing the install.sh file: cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4
                  I got the skulpture style+windeco installed by only modifying that cmake line. thanks for help

                  Comment


                    #24
                    Re: trying to install style

                    Great

                    Comment

                    Working...
                    X