Results 1 to 6 of 6

Thread: Qjoypad install problems.

  1. #1
    Join Date
    Nov 2011
    Beans
    9

    Qjoypad install problems.

    I keep getting this and I can't seem to move forward. ~/Downloads/qjoypad-4.1.0/src$ make
    g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DDEVDIR=\"/dev/input\" -DICON24=\"/usr/local/share/pixmaps/qjoypad/icon24.png\" -DICON64=\"/usr/local/share/pixmaps/qjoypad/icon64.png\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o axis.o axis.cpp
    make: g++: Command not found
    make: *** [axis.o] Error 127

    I am trying to install Qjoypad. Its when i try to do the make and make install. I am running 10.04 LTS.

  2. #2
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: Qjoypad install problems.

    Install build-essential should do it.

  3. #3
    Join Date
    Nov 2011
    Beans
    9

    Re: Qjoypad install problems.

    Quote Originally Posted by Artificial Intelligence View Post
    Install build-essential should do it.
    How do I download this..? Or install it that is..?

  4. #4
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: Qjoypad install problems.

    either by finding it via Synaptic Package Manager and click the search button.

    or terminal;

    Code:
    sudo apt-get install build-essential

  5. #5
    Join Date
    Oct 2009
    Location
    Upminster, Essex, UK
    Beans
    544

    Re: Qjoypad install problems.

    You can grab the latest(?) qjoypad from getdeb at http://archive.getdeb.net/getdeb/ubu...mes/q/qjoypad/

    No need to build it yourself
    Code:
    cd /fridge/beer | drink && fallover

  6. #6
    Join Date
    Nov 2011
    Beans
    9

    Smile Re: Qjoypad install problems.

    Quote Originally Posted by Artificial Intelligence View Post
    either by finding it via Synaptic Package Manager and click the search button.

    or terminal;

    Code:
    sudo apt-get install build-essential
    Yeah, I already have it lol. Thanks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •