Announcement

Collapse
No announcement yet.

Compile LMMS RC4 from source... QMAKE missing?

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

    Compile LMMS RC4 from source... QMAKE missing?

    Hey guys,

    Im a music producin person, so im tryin use LMMS to make sum choones, the new version is a great improvement,
    (used it on windows) and now i really wanna have it for Linux (Kubuntu of course.. )

    I have the source, i have the CXX (g++ compiler) which gave me a load of problems, that works but now when i type
    Code:
    cmake .
    (notice the ".") I get an error saying that QT Qmake is not found.. ??
    I checked and rechecked the package, i do have it installed i check the dir on my HD (/usr/lib/), and there's 2 folders, qt3 and qt4.

    However when i browse trought them two folders (qt3 and qt4) then i cant find a file called "qmake"

    Any suggestions??
    -Harry

    #2
    Re: Compile LMMS RC4 from source... QMAKE missing?

    then i cant find a file called "qmake"
    make

    man make (package: make)
    MAKE(1) LOCAL USER COMMANDS MAKE(1)

    NAME
    make - GNU make utility to maintain groups of programs

    SYNOPSIS
    make [ -f makefile ] [ options ] ... [ targets ] ...
    man cmake (package: cmake)
    cmake(1) cmake(1)

    NAME
    cmake - Cross-Platform Makefile Generator.

    USAGE
    cmake [options] <path-to-source>
    cmake [options] <path-to-existing-build>
    man qmake (packages: qt3-dev-tools -> qmake-qt3 and libqt4-dev -> qmake-qt4)
    QMAKE(1) QMAKE(1)

    NAME
    qmake - cross-platform makefile generator for Qt

    SYNOPSIS
    qmake [mode] [options] [files]
    Note
    Code:
    qmake -v
    Qmake version: 1.07a (Qt 3.3.8b)
    Qmake is free software from Trolltech ASA.
    and
    Code:
    qmake-qt4 -v
    QMake version 2.01a
    Using Qt version 4.4.3 in /usr/lib

    About lmms

    > LMMS - Linux Multimedia Studio
    News
    2008-10-21: LMMS 0.4.0 RC3 available for both Linux and Windows - download and test now
    2008-03-09: LMMS 0.3.2 released - check download page
    lmms-0.4.0-rc3.tar.bz2 has INSTALL file
    Building LMMS got quite simple since 0.4.0 as everything is managed
    by cmake now. Therefore make sure you have CMake (>= 2.6.0 recommended) and
    then run


    mkdir build
    cd build
    cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
    make
    sudo make install

    PPA repositories

    > Personal Package Archives for Ubuntu
    Personal Package Archives (PPA) allow you to upload Ubuntu source packages to be built and published as an apt repository by Launchpad.
    >> Show PPAs matching: lmms
    >>> PPA for tobydox
    Recent packages of LMMS.

    Changelog
    lmms (0.3.99+0.4.0rc3~ppa-3) hardy; urgency=low

    * Packaged LMMS 0.4.0 RC3 for Hardy
    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


      #3
      Re: Compile LMMS RC4 from source... QMAKE missing?

      Hey,

      Wauw is my reaction!! Within a couple of hours you reply, and offer a variety of solutions!
      Of which the launchpad option seemed easiest, and now it works!!

      Send me the bill for the service yeah? :P

      U rock man, -Harry

      Comment

      Working...
      X