qbektrix / textroom

Automatically exported from code.google.com/p/textroom
Other
0 stars 0 forks source link

Another Error 127, this one on Ubuntu 10.04 64-bit #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download linux source
2. qmake
3. make

What is the expected output? What do you see instead?

This is what I see:

/usr/bin/uic-qt4 src/ui/optionsdialog.ui -o temp/ui_optionsdialog.h
Warning: name layoutWidget is already used
/usr/bin/uic-qt4 src/ui/textroom.ui -o temp/ui_textroom.h
/usr/bin/uic-qt4 src/ui/helpdialog.ui -o temp/ui_helpdialog.h
/usr/bin/uic-qt4 src/ui/font.ui -o temp/ui_font.h
/usr/bin/uic-qt4 src/ui/about.ui -o temp/ui_about.h
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -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.
-Isrc -Isrc/include -I/usr/include -I/usr/include/hunspell
-I/usr/include/SDL -Itemp -Itemp -o temp/helpdialog.o src/helpdialog.cpp
make: g++: Command not found
make: *** [temp/helpdialog.o] Error 127

What version of the product are you using? On what operating system?

textroom-0.6.3.2, on Ubuntu 10.04 64-bit

Please provide any additional information below.

This is similar to a problem I had before on Kubuntu 9.10 64bit, but I
can't seem to fix it this time. I have installed the following packages
which I understand to be required when making the file from source:

qt4-dev-tools
qt4-qmake
libqt4-dev
libqt4-core (and lots of other libqt)
libsdl1.2debian
libsdl1.2-dev
libsdl1.2debian-all
libsdl-mixer1.2
libsdl-mixer1.2-dev
libhunspell-1.2-0
libhunspell-dev

All of the above should be newer versions than required according to the
ReadMe file. I really have no idea this time what's the hold-up, so any
suggestions would be most appreciated!

Original issue reported on code.google.com by aluxete...@gmail.com on 6 May 2010 at 6:25

GoogleCodeExporter commented 8 years ago
You don't seem to have g++ installed. Please install it first.

sudo apt-get install gcc

Original comment by gordebak on 6 May 2010 at 6:58

GoogleCodeExporter commented 8 years ago

Original comment by gordebak on 6 May 2010 at 3:51

GoogleCodeExporter commented 8 years ago
thanks, this was indeed the problem/solution

Original comment by aluxete...@gmail.com on 11 May 2010 at 9:26