|
This post was updated on .
I am beginning to use Qt Creator 4.6.3 as my IDE. It is the package version supplied by Debian Linux 6.0.6.
I try to BUILD the User Interface I created per the Quick Tour of Qt Creator provided in the Manual.
I recieve the following error in the Compiler Output Window:
Starting: /usr/bin/make -w
make: Entering directory `/home/joseph/Qt4_Projects/TextFinder'
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_SQL_LIB -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/QtSql -I/usr/include/qt4 -I. -I. -o main.o main.cpp
make: Leaving directory `/home/joseph/Qt4_Projects/TextFinder'
make: g++: Command not found
make: *** [main.o] Error 127
Exited with code 2.
Error while building project TextFinder
When executing build step 'Make'
I have gpp installed on my system. I would have to believe I have build configuration statement wrong. Hope that makes sense.
At any rate, I will continue on with my efforts with the Quick Tour and the Coding tomorrow morning. If someone has insight into my Build error, a reply would be appreciated.
Sincerely,
Joe O'Connor
joseph@LinuxGIS.com
|