Results 1 to 6 of 6

Thread: Trouble Installing qjoypad 4.1.0 on Ubuntu 10.04

  1. #1
    Join Date
    Oct 2009
    Beans
    101

    Angry Trouble Installing qjoypad 4.1.0 on Ubuntu 10.04

    I've been trying for 3 hours to get it to install but I just can't get it to install. I keep on getting an error when compiling.
    Code:
    qjoypad-4.1.0/src$ ./config
    Error: you will need libxtst to compile this program
    I've tried installing everything suggested that's close to QT and XWindows(Xorg). Turns out Xorg comes with 10.04. I've installed anything suggested that'd help with QT (Probably ended up installing a bunch of unneeded junk on my Computer). I even looked into libxtst but everything I look at and check says it's installed. So I just can't figure out why.

    I tried installing older version but that gives me an error as well.
    Code:
    user@ubuntu:~/qjoypad-3.4.1/src$ ./config
    
    Configuring QJoyPad installation...
    ------------------------------------------------------------
    
    Device directory: /dev/input
    -- Devices will be looked for in:
         /dev/input/js0
         /dev/input/js1
         etc.
    
    Prefix directory: /usr/local
    -- Files to be installed in:
         /usr/local/bin
         /usr/local/doc
         /usr/local/share/pixmaps
    	 
    ---------------------------------------------------------
    If these settings are okay, go ahead and run 'make' and
    then 'make install'.
    
    To make changes, run ./config --help for details.
    
    user@ubuntu:~/qjoypad-3.4.1/src$ make
    g++ -c -pipe -g -Wall -W -O2 -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_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -Itrayicon -I/usr/include/qt3 -o axis.o axis.cpp
    In file included from component.h:13,
                     from axis.h:8,
                     from axis.cpp:1:
    event.h:5:34: error: X11/extensions/XTest.h: No such file or directory
    axis.cpp: In member function ‘virtual void Axis::move(bool)’:
    axis.cpp:267: warning: ‘e.xevent::value2’ may be used uninitialized in this function
    axis.cpp:267: warning: ‘e.xevent::value1’ may be used uninitialized in this function
    axis.cpp:267: warning: ‘e.xevent::type’ may be used uninitialized in this function
    make: *** [axis.o] Error 1
    user@ubuntu:~/qjoypad-3.4.1/src$ make install
    g++ -c -pipe -g -Wall -W -O2 -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_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -Itrayicon -I/usr/include/qt3 -o axis.o axis.cpp
    In file included from component.h:13,
                     from axis.h:8,
                     from axis.cpp:1:
    event.h:5:34: error: X11/extensions/XTest.h: No such file or directory
    axis.cpp: In member function ‘virtual void Axis::move(bool)’:
    axis.cpp:267: warning: ‘e.xevent::value2’ may be used uninitialized in this function
    axis.cpp:267: warning: ‘e.xevent::value1’ may be used uninitialized in this function
    axis.cpp:267: warning: ‘e.xevent::type’ may be used uninitialized in this function
    make: *** [axis.o] Error 1
    Any help would be GREATLY appreciated as I have been desperately wanting to get a key2pad translator working in linux. My pad actually came with one, It works great, When I'm using Windows. Unfortunately it doesn't run on Linux, not even under Wine so It's useless to me now since I rarely use Windows anymore. Please Help me get qjoypad to work

  2. #2
    Join Date
    Jun 2010
    Beans
    2

    Re: Trouble Installing qjoypad 4.1.0 on Ubuntu 10.04

    same problem spent all night on it even tried downloading joy2key and theres no gui for that for some reason and i dont even know what rejoystick does. please help

  3. #3
    Join Date
    Jun 2010
    Beans
    2

    Re: Trouble Installing qjoypad 4.1.0 on Ubuntu 10.04

    Bump

  4. #4
    Join Date
    May 2005
    Beans
    4

    Re: Trouble Installing qjoypad 4.1.0 on Ubuntu 10.04

    qjoypad-4.1.0/src$ ./config
    Error: you will need libxtst to compile this program

    sudo aptitude install libxtst-dev

    then head back to
    ./configure
    make
    sudo make install

  5. #5
    Join Date
    Oct 2010
    Beans
    3

    Re: Trouble Installing qjoypad 4.1.0 on Ubuntu 10.04

    how do i re-make? it just says 'nothing to do' since i already made it..

    i'm on 10.10. cant run the program after install either. dpkg calls it 'src' but typing src does nothing...

  6. #6
    Join Date
    Dec 2008
    Location
    Idaho
    Beans
    131
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Trouble Installing qjoypad 4.1.0 on Ubuntu 10.04

    Re-run ./configure in the src directory of qjoypad. Then run make and make install again and you'll get a working qjoypad.
    Last edited by nickleboyblue; February 11th, 2011 at 06:10 AM. Reason: I didn't read all of the responses

Tags for this Thread

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
  •