Ubuntu Forums Archive Viewer

Qjoypad install problems.

Archived thread 1887840 from Emulators. Markdown source: Emulators/thread_1887840_Qjoypad_install_problems..md

Original URL About this archive
#1

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

Install build-essential should do it.

#3

Artificial Intelligence said: Install build-essential should do it.

How do I download this..? Or install it that is..?

#4

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

or terminal;

sudo apt-get install build-essential
#5

You can grab the latest(?) qjoypad from getdeb at http://archive.getdeb.net/getdeb/ubuntu/pool/games/q/qjoypad/

No need to build it yourself ;)

#6

Artificial Intelligence said: either by finding it via Synaptic Package Manager and click the search button.

or terminal;

sudo apt-get install build-essential

Yeah, I already have it lol. Thanks